<?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: FSCK time in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/fsck-time/m-p/5090780#M49423</link>
    <description>No, but the journaling makes standard checks much quicker.&lt;BR /&gt;&lt;BR /&gt;If the filesystem has gone-to-hell, then nothing you do will fix that.&lt;BR /&gt;&lt;BR /&gt;How often are you getting 'long boot up times' ?  Seriously, how often are you rebooting these machines?</description>
    <pubDate>Sat, 02 Feb 2008 06:15:14 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2008-02-02T06:15:14Z</dc:date>
    <item>
      <title>FSCK time</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-time/m-p/5090775#M49418</link>
      <description>I want to know how long does the fsck takes?(it depends on the size of the FS and number of files)&lt;BR /&gt;&lt;BR /&gt;The precise question is if i am doing an fsck each month or after 6 months(180 days ;default fsck duration)how long the sysmtem takes to finish that..is it better to opt for 30 days interms of saving time?&lt;BR /&gt;&lt;BR /&gt;I dont prefer my system to take more than 4 hours (an example)just for doing fsck? I would rather prefer the system doing fsck if i reboot in between the last six months . Could  it lesser the time for  fsck if performed after six months.&lt;BR /&gt;&lt;BR /&gt;fsck runs sequentially after a reboot and can be run on concorrently on multple FS if perfomred from single user mode manually. is that right?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Feb 2008 17:01:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-time/m-p/5090775#M49418</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-02-01T17:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: FSCK time</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-time/m-p/5090776#M49419</link>
      <description>As far as I am aware, the amount of time that passes between FSCK's does not affect the length of time it takes for the FSCK to finish. ( someone please correct me if I'm wrong )   To the best of my knowledge, only the size of the filesystems and amount of data affects the time to FSCK a drive.   &lt;BR /&gt;&lt;BR /&gt;FSCK can be run in a parallel mode.  However, if you run it against filesystems on the same disk you can create thrashing and drastically increase the time to FSCK.  Check this link for some generic information about FSCK'ing in parallel mode.   &lt;A href="http://osr600doc.sco.com/en/FS_admin/_Generic_fsck_and_Its_Options.html" target="_blank"&gt;http://osr600doc.sco.com/en/FS_admin/_Generic_fsck_and_Its_Options.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Feb 2008 18:51:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-time/m-p/5090776#M49419</guid>
      <dc:creator>J Peak</dc:creator>
      <dc:date>2008-02-01T18:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: FSCK time</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-time/m-p/5090777#M49420</link>
      <description>&amp;gt;&amp;gt;&amp;gt; The precise question is if i am doing an fsck each month or after 6 months&lt;BR /&gt;&lt;BR /&gt;My question is, why you run fsck? Are you using ext2? Would be great if you change to ext3 and disable the check with tune2fs.</description>
      <pubDate>Fri, 01 Feb 2008 20:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-time/m-p/5090777#M49420</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-02-01T20:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: FSCK time</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-time/m-p/5090778#M49421</link>
      <description>If you can take a filesystem offline periodically, doing the quick-test is enough to keep the forced check at bay.  A quick check (like it does at bootup) only takes 1-2 minutes at most (tested on 4x1TB SATA software raid5) on an ext3.&lt;BR /&gt;&lt;BR /&gt;That being said, if there are any problems, you are looking at hours.&lt;BR /&gt;&lt;BR /&gt;Now, all this being said, unless your machine is forcibly rebooting without syncing harddrives reguarly, you aren't really going to have any issues with your filesystems.&lt;BR /&gt;&lt;BR /&gt;All of my production machines are too mission critical to take a filesystem offline.  Doing a quick online test always passes, but isn't terribly thorough.&lt;BR /&gt;&lt;BR /&gt;If you want to stop the long-bootup times after a failure, then do as Ivan says, disable the forced check period.&lt;BR /&gt;&lt;BR /&gt;If you want to avoid big issues, make sure your systems are stable, have proper power supplies, and are shut down cleanly when they were going to be offline.</description>
      <pubDate>Fri, 01 Feb 2008 21:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-time/m-p/5090778#M49421</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2008-02-01T21:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: FSCK time</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-time/m-p/5090779#M49422</link>
      <description>My intention is to avoid the long boot up delays..&lt;BR /&gt;&lt;BR /&gt;Most of the systems have ext3 . But there are a few which uses both ext2 &amp;amp; ext3.&lt;BR /&gt;&lt;BR /&gt;did u mean when using ext3(journaled filesystems) there is no need of running fsck? journaled filesystems can take care of itself? &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Feb 2008 21:35:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-time/m-p/5090779#M49422</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-02-01T21:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: FSCK time</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-time/m-p/5090780#M49423</link>
      <description>No, but the journaling makes standard checks much quicker.&lt;BR /&gt;&lt;BR /&gt;If the filesystem has gone-to-hell, then nothing you do will fix that.&lt;BR /&gt;&lt;BR /&gt;How often are you getting 'long boot up times' ?  Seriously, how often are you rebooting these machines?</description>
      <pubDate>Sat, 02 Feb 2008 06:15:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-time/m-p/5090780#M49423</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2008-02-02T06:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: FSCK time</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-time/m-p/5090781#M49424</link>
      <description>The true is that with ext3, you don't need fsck unless a serious problem occurred. With journal, after a crash, transactions will be check in the journal, as a database does. After a crash, fsck on a ext3 system only check the journal, you can force a full fsck, but is not required.&lt;BR /&gt;&lt;BR /&gt;Full fsck should be run after an I/O error, read only file system problems, ans so on...</description>
      <pubDate>Sat, 02 Feb 2008 21:46:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-time/m-p/5090781#M49424</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-02-02T21:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: FSCK time</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-time/m-p/5090782#M49425</link>
      <description>closing..</description>
      <pubDate>Mon, 14 Apr 2008 09:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-time/m-p/5090782#M49425</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-04-14T09:10:59Z</dc:date>
    </item>
  </channel>
</rss>

