<?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: howto force fsck on linux server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/howto-force-fsck-on-linux-server/m-p/3453509#M15680</link>
    <description>thanks,&lt;BR /&gt;&lt;BR /&gt;# shutdown -F -r now&lt;BR /&gt;&lt;BR /&gt;works perfectly.&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris</description>
    <pubDate>Fri, 15 Jun 2007 08:24:39 GMT</pubDate>
    <dc:creator>'chris'</dc:creator>
    <dc:date>2007-06-15T08:24:39Z</dc:date>
    <item>
      <title>howto force fsck on linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-force-fsck-on-linux-server/m-p/3453505#M15676</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;how to force fsck on SUSE 8.2 linux server setuped with Ext3 at next reboot ?&lt;BR /&gt;&lt;BR /&gt;I've tried with: &lt;BR /&gt;&lt;BR /&gt;# tune2fs -C 0&lt;BR /&gt;tune2fs 1.28 (31-Aug-2002)&lt;BR /&gt;Usage: tune2fs [-c max-mounts-count] [-e errors-behavior] [-g group]&lt;BR /&gt;        [-i interval[d|m|w]] [-j] [-J journal-options]&lt;BR /&gt;        [-l] [-s sparse-flag] [-m reserved-blocks-percent]&lt;BR /&gt;        [-r reserved-blocks-count] [-u user] [-C mount-count]&lt;BR /&gt;        [-L volume-label] [-M last-mounted-dir]&lt;BR /&gt;        [-O [^]feature[,...]] [-T last-check-time] [-U UUID] device&lt;BR /&gt;&lt;BR /&gt;but it doesn't work.&lt;BR /&gt;</description>
      <pubDate>Sat, 01 Jan 2005 17:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-force-fsck-on-linux-server/m-p/3453505#M15676</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2005-01-01T17:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: howto force fsck on linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-force-fsck-on-linux-server/m-p/3453506#M15677</link>
      <description>I think &lt;BR /&gt;&lt;BR /&gt;# tune2fs -c 5 -C 0 /dev/hda3&lt;BR /&gt;&lt;BR /&gt;should be correct.&lt;BR /&gt;&lt;BR /&gt;But can I use this above mentioned command, &lt;BR /&gt;if the /dev/hda3 partition is already mounted read &amp;amp; write ?</description>
      <pubDate>Sat, 01 Jan 2005 17:48:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-force-fsck-on-linux-server/m-p/3453506#M15677</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2005-01-01T17:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: howto force fsck on linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-force-fsck-on-linux-server/m-p/3453507#M15678</link>
      <description>if you reboot most distributions at the console:&lt;BR /&gt;&lt;BR /&gt;There is a prompt to press a key in 5 seconds to force fsck. Or filesystem integrity check.&lt;BR /&gt;&lt;BR /&gt;That works.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 01 Jan 2005 23:27:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-force-fsck-on-linux-server/m-p/3453507#M15678</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-01-01T23:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: howto force fsck on linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-force-fsck-on-linux-server/m-p/3453508#M15679</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;When you use the shutdown command there is a special flag that you can use -F.&lt;BR /&gt;&lt;BR /&gt;The -F flag means `force fsck'. This only creates an advisory file /forcefsck which can be tested by the system when it comes up again. The boot rc file can test if this file is present, and decide to run fsck(1) with a special `force' flag so that even properly unmounted filesystems get checked. After that, the boot process should remove /forcefsck. &lt;BR /&gt;&lt;BR /&gt;You can create the /forcefsck manually if you want.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Ross&lt;BR /&gt;</description>
      <pubDate>Sun, 02 Jan 2005 11:36:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-force-fsck-on-linux-server/m-p/3453508#M15679</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2005-01-02T11:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: howto force fsck on linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-force-fsck-on-linux-server/m-p/3453509#M15680</link>
      <description>thanks,&lt;BR /&gt;&lt;BR /&gt;# shutdown -F -r now&lt;BR /&gt;&lt;BR /&gt;works perfectly.&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris</description>
      <pubDate>Fri, 15 Jun 2007 08:24:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-force-fsck-on-linux-server/m-p/3453509#M15680</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2007-06-15T08:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: howto force fsck on linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-force-fsck-on-linux-server/m-p/3453510#M15681</link>
      <description>Hi,&lt;BR /&gt;   If u want to start fsck at next booting...&lt;BR /&gt;u can try this also..&lt;BR /&gt;from root or if ur r in single user mode.&lt;BR /&gt; &lt;BR /&gt;    #touch /force/fsck&lt;BR /&gt;    #reboot -r now&lt;BR /&gt;    Then next time ur system will be running fsck before mounting the filesystem.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;palani.&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Jun 2007 22:52:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-force-fsck-on-linux-server/m-p/3453510#M15681</guid>
      <dc:creator>palaniappan.sp</dc:creator>
      <dc:date>2007-06-17T22:52:32Z</dc:date>
    </item>
  </channel>
</rss>

