<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ext3-fs warning in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434279#M15161</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can set maximal mount count for fsck by tune2fs command.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 01 Dec 2004 16:01:44 GMT</pubDate>
    <dc:creator>Slawomir Gora</dc:creator>
    <dc:date>2004-12-01T16:01:44Z</dc:date>
    <item>
      <title>ext3-fs warning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434277#M15159</link>
      <description>Hi all,&lt;BR /&gt;i've a red hat AS 3.0 update 3 on an hp proliant dl 380&lt;BR /&gt;&lt;BR /&gt;I getthis message from messages and dmesg:&lt;BR /&gt;&lt;BR /&gt;ext3-fs warning: maximal mount count reached; running e2fsck raccomanded.&lt;BR /&gt;&lt;BR /&gt;Any suggestion??</description>
      <pubDate>Wed, 01 Dec 2004 13:56:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434277#M15159</guid>
      <dc:creator>Marco_113</dc:creator>
      <dc:date>2004-12-01T13:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: ext3-fs warning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434278#M15160</link>
      <description>Yes,&lt;BR /&gt;&lt;BR /&gt;unmount the filesystem in question and do an exfsck. Apparantly, you have mounted a filesystem a number of times and you exceeded a threshold. Linux suggests to run an filesystemcheck. I bet you will find no problems though....&lt;BR /&gt;&lt;BR /&gt;JP</description>
      <pubDate>Wed, 01 Dec 2004 14:11:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434278#M15160</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-12-01T14:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: ext3-fs warning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434279#M15161</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can set maximal mount count for fsck by tune2fs command.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Dec 2004 16:01:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434279#M15161</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2004-12-01T16:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: ext3-fs warning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434280#M15162</link>
      <description>As as been mentioned in Slawomir's post, using 'e2fstune' can change this value.  A bit of detail however so you can understand why it came up.&lt;BR /&gt;&lt;BR /&gt;When you create a file system, you get the ability to say how often it should be fsck'd.  This has two values, one for number of days between checks, and the other for the amount of mount's it incurs.&lt;BR /&gt;&lt;BR /&gt;The idea being that it reminds if not forces you to do maintenance on filesystems occasionally.  If the machine reboots, the automatic fsck that occurs when it boots should do a more full check when either of these values is exceeded.</description>
      <pubDate>Wed, 01 Dec 2004 17:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434280#M15162</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-12-01T17:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: ext3-fs warning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434281#M15163</link>
      <description>So,&lt;BR /&gt;any kind of compatibility issue with CCISS controller running on RHEL 3.0 U3 ??&lt;BR /&gt;&lt;BR /&gt;As yestarday we lost the "/" and we did reinstalled the entire operating system formatting local HDs on CCISS, today we want to run tune2fs. The man reports to do not run the command on mounted rw file system. Do you have any suggestion to do that ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Thu, 02 Dec 2004 04:42:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434281#M15163</guid>
      <dc:creator>Marco_113</dc:creator>
      <dc:date>2004-12-02T04:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: ext3-fs warning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434282#M15164</link>
      <description>E2fsck is not needed on a journalled FS.  Turn it off in your ext3fs partitions by doing a 'tune2fs -i 0 -c 0 /dev/&lt;PARTITION here=""&gt;'.  &lt;BR /&gt;&lt;BR /&gt;Hth ...&lt;BR /&gt;&lt;/PARTITION&gt;</description>
      <pubDate>Thu, 02 Dec 2004 04:57:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434282#M15164</guid>
      <dc:creator>Ragu_3</dc:creator>
      <dc:date>2004-12-02T04:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: ext3-fs warning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434283#M15165</link>
      <description>&amp;gt;any kind of compatibility issue with CCISS controller running on RHEL 3.0 U3?&lt;BR /&gt;&lt;BR /&gt;no, AFAIK. I run several DL360/380 with RHEL3.0 without problems.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Vitaly</description>
      <pubDate>Thu, 02 Dec 2004 06:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434283#M15165</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-12-02T06:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: ext3-fs warning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434284#M15166</link>
      <description>Raqu,&lt;BR /&gt;&lt;BR /&gt;Problem with ext3 is that it is not really what I call a journalized FS. It is a journalled improvments of ext2. This kind of warning shouldn't appear on a journalled FS.&lt;BR /&gt;&lt;BR /&gt;That's why I would say to use other journalled FS, and particularly XFS (ported from IRIS by SGI. A long time production FS). This probably won't be possible for you, Marco, on your prouction system, but think about it for future installs.&lt;BR /&gt;&lt;BR /&gt;P.S. : How must it be said ? journalled or journalized ? &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Dec 2004 07:09:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434284#M15166</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-12-02T07:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: ext3-fs warning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434285#M15167</link>
      <description>as mentioned, e3fs is just e2fs + some journal extensions. a really real journaled Fs doesn't require checked EXCEPT under extreme conditions. &lt;BR /&gt;&lt;BR /&gt;here are some of my favourite really real FSs&lt;BR /&gt;&lt;BR /&gt;ReiserFS: one of the coolest. balanced trees, really great for / and etc. very high performance on lots of small files. stores metadata with file data, so small reads are MUCH faster. suffers a bit on large and sequential reads.&lt;BR /&gt;&lt;BR /&gt;XFS: as above&lt;BR /&gt;&lt;BR /&gt;JFS, and it's variants: not all ported to Linux yet, may need kernel patches.</description>
      <pubDate>Thu, 02 Dec 2004 10:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434285#M15167</guid>
      <dc:creator>Thomas Bianco</dc:creator>
      <dc:date>2004-12-02T10:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: ext3-fs warning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434286#M15168</link>
      <description>I see on the man page of tune2fs that i can't change the parametres of a filesystem mounted in rw&lt;BR /&gt;&lt;BR /&gt;I run tune2fs -l on my local patition (/, /home, /usr etc) and i get that maximal mount count is -1; i've to change it??&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Dec 2004 12:17:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434286#M15168</guid>
      <dc:creator>Marco_113</dc:creator>
      <dc:date>2004-12-02T12:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: ext3-fs warning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434287#M15169</link>
      <description>regarding man tune2fs, this should be 0 to disable. Don't know for -1. This is maybe an upgrade for ext3. Have a look at man page on your server.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Dec 2004 02:59:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ext3-fs-warning/m-p/3434287#M15169</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-12-03T02:59:28Z</dc:date>
    </item>
  </channel>
</rss>

