<?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: How use fsck command to repair /usr partition in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-use-fsck-command-to-repair-usr-partition/m-p/3686263#M20892</link>
    <description>First, ensure that the /usr filesystem is not mounted using the command "mount" or "df". The /usr filesystem should not be mounted.&lt;BR /&gt;&lt;BR /&gt;Then run the command:&lt;BR /&gt;&lt;BR /&gt;fsck -f /usr -y&lt;BR /&gt;&lt;BR /&gt;To repair the filesystem.&lt;BR /&gt;&lt;BR /&gt;If you are using ext3, you can disable the check interval using&lt;BR /&gt;&lt;BR /&gt;tune2fs -i 0 -c 0 /dev/&lt;DEVICE&gt;&lt;PARTITION&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PARTITION&gt;&lt;/DEVICE&gt;</description>
    <pubDate>Wed, 07 Dec 2005 13:08:12 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2005-12-07T13:08:12Z</dc:date>
    <item>
      <title>How use fsck command to repair /usr partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-use-fsck-command-to-repair-usr-partition/m-p/3686260#M20889</link>
      <description>Good morning&lt;BR /&gt;&lt;BR /&gt;When I turned my computer this morning--running linix Debian Sarge I got a message about forced checking my disks--mounted more than 30 times --checking forced.&lt;BR /&gt;Then when checking my /usr partition I got a message about an error.&lt;BR /&gt;After couple minutes it asks for root paswword to repair system manualy using command fsck....&lt;BR /&gt;&lt;BR /&gt;what is syntax of fsck commandd to repair my /usr partition, I had never  do this before&lt;BR /&gt;and I have very important data on my disk, so if you know what is solution for my problem please write it down.&lt;BR /&gt;&lt;BR /&gt;I have root privileges, and I am root on this mashine.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Dec 2005 02:03:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-use-fsck-command-to-repair-usr-partition/m-p/3686260#M20889</guid>
      <dc:creator>debian111</dc:creator>
      <dc:date>2005-12-07T02:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: How use fsck command to repair /usr partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-use-fsck-command-to-repair-usr-partition/m-p/3686261#M20890</link>
      <description>check the file system type as,&lt;BR /&gt;&lt;BR /&gt;# df -T &lt;BR /&gt;# fsck.ext3 -s -v /usr&lt;BR /&gt;&lt;BR /&gt;like that.</description>
      <pubDate>Wed, 07 Dec 2005 03:02:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-use-fsck-command-to-repair-usr-partition/m-p/3686261#M20890</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-12-07T03:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: How use fsck command to repair /usr partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-use-fsck-command-to-repair-usr-partition/m-p/3686262#M20891</link>
      <description>You may want to edit /etc/default/rcS&lt;BR /&gt;&lt;BR /&gt;There is an option there to add the -y flag&lt;BR /&gt;to fsck during startup. This will cause&lt;BR /&gt;fsck to automatically fix errors if it finds&lt;BR /&gt;them.  &lt;BR /&gt;&lt;BR /&gt;As root run 'fsck /usr'. It will prompt you&lt;BR /&gt;for each fix.&lt;BR /&gt;After it is done exit or reboot.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Dec 2005 10:51:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-use-fsck-command-to-repair-usr-partition/m-p/3686262#M20891</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2005-12-07T10:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: How use fsck command to repair /usr partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-use-fsck-command-to-repair-usr-partition/m-p/3686263#M20892</link>
      <description>First, ensure that the /usr filesystem is not mounted using the command "mount" or "df". The /usr filesystem should not be mounted.&lt;BR /&gt;&lt;BR /&gt;Then run the command:&lt;BR /&gt;&lt;BR /&gt;fsck -f /usr -y&lt;BR /&gt;&lt;BR /&gt;To repair the filesystem.&lt;BR /&gt;&lt;BR /&gt;If you are using ext3, you can disable the check interval using&lt;BR /&gt;&lt;BR /&gt;tune2fs -i 0 -c 0 /dev/&lt;DEVICE&gt;&lt;PARTITION&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PARTITION&gt;&lt;/DEVICE&gt;</description>
      <pubDate>Wed, 07 Dec 2005 13:08:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-use-fsck-command-to-repair-usr-partition/m-p/3686263#M20892</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-12-07T13:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: How use fsck command to repair /usr partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-use-fsck-command-to-repair-usr-partition/m-p/3686264#M20893</link>
      <description>I got following messsage when I turned on my machine:&lt;BR /&gt;&lt;BR /&gt;current sda: Sense key Medium Error&lt;BR /&gt;Additional sense: Unrecovered read error-auto reallocate failed&lt;BR /&gt;end_request: I/O error, dev sda, sector 26585499&lt;BR /&gt;Error reading block 33558536 (Attempt to read block from filesystem resulted in short read) while doing inode scan.&lt;BR /&gt;&lt;BR /&gt;after couple minutes scroling on screen it stoped  and wrote next&lt;BR /&gt;&lt;BR /&gt;current sda: Sense key Medium Error&lt;BR /&gt;Additional sense: Unrecovered read error-auto reallocate failed&lt;BR /&gt;end_request: I/O error, dev sda, sector 26585592&lt;BR /&gt;Error reading block 33558629 (Attempt to read block from filesystem resulted in short read) while doing inode scan.&lt;BR /&gt;&lt;BR /&gt;/usr: UNESPECTED INCONSISTENCY: RUN fsck MANUALLY &lt;BR /&gt;&lt;BR /&gt;and ask for root password.&lt;BR /&gt;I entered root password and as root enter next command as suggested some of you&lt;BR /&gt;&lt;BR /&gt;#fsck -f /dev -y&lt;BR /&gt;tneh I got output&lt;BR /&gt;&lt;BR /&gt;fsck.ext2 is directory while trying to open /usr&lt;BR /&gt;&lt;BR /&gt;the superblock could not be read or does not describe a correct ext2 filesystem (and not swap or ufs or something else), then the superblock is corupted, you might try running e2fsck with an alternate superblock...&lt;BR /&gt;&lt;BR /&gt;and then I run next command&lt;BR /&gt;&lt;BR /&gt;#e2fsck -b 8193 /dev/sda6&lt;BR /&gt;&lt;BR /&gt;then I got output like this&lt;BR /&gt;&lt;BR /&gt;fsck.ext2 is directory while trying to open /usr&lt;BR /&gt;&lt;BR /&gt;the superblock could not be read or does not describe a correct ext2 filesystem (and not swap or ufs or something else), then the superblock is corupted, you might try running e2fsck with an alternate superblock... &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I do not know what to do in this situation, and I am compleatelly confused.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Dec 2005 02:05:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-use-fsck-command-to-repair-usr-partition/m-p/3686264#M20893</guid>
      <dc:creator>debian111</dc:creator>
      <dc:date>2005-12-08T02:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: How use fsck command to repair /usr partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-use-fsck-command-to-repair-usr-partition/m-p/3686265#M20894</link>
      <description>have you tried fixing it by &lt;BR /&gt;#fsck -y /usr</description>
      <pubDate>Thu, 08 Dec 2005 03:09:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-use-fsck-command-to-repair-usr-partition/m-p/3686265#M20894</guid>
      <dc:creator>bong_3</dc:creator>
      <dc:date>2005-12-08T03:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: How use fsck command to repair /usr partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-use-fsck-command-to-repair-usr-partition/m-p/3686266#M20895</link>
      <description>Yes, I tried and I got output I wrote in my previous thread.&lt;BR /&gt;&lt;BR /&gt;Thank You for your sugggestions.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Dec 2005 03:33:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-use-fsck-command-to-repair-usr-partition/m-p/3686266#M20895</guid>
      <dc:creator>debian111</dc:creator>
      <dc:date>2005-12-08T03:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: How use fsck command to repair /usr partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-use-fsck-command-to-repair-usr-partition/m-p/3686267#M20896</link>
      <description>Are you doing your fsck from single-user mode?  Made sure the partition isn't mounted?</description>
      <pubDate>Thu, 08 Dec 2005 10:24:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-use-fsck-command-to-repair-usr-partition/m-p/3686267#M20896</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2005-12-08T10:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: How use fsck command to repair /usr partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-use-fsck-command-to-repair-usr-partition/m-p/3686268#M20897</link>
      <description>&lt;BR /&gt;Partittion is not mounted, I am trying to repair during booting system.&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Dec 2005 01:35:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-use-fsck-command-to-repair-usr-partition/m-p/3686268#M20897</guid>
      <dc:creator>debian111</dc:creator>
      <dc:date>2005-12-09T01:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: How use fsck command to repair /usr partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-use-fsck-command-to-repair-usr-partition/m-p/3686269#M20898</link>
      <description>Are you sure the backup superblock is in 8193?&lt;BR /&gt;&lt;BR /&gt;Do you have a backup of the partition? you may need to re-create the file system and restore the backup.</description>
      <pubDate>Fri, 09 Dec 2005 11:42:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-use-fsck-command-to-repair-usr-partition/m-p/3686269#M20898</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-12-09T11:42:58Z</dc:date>
    </item>
  </channel>
</rss>

