<?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: Check Failed Disk in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/check-failed-disk/m-p/3620681#M19495</link>
    <description>[root@rockfish_dev /]# fdisk -l&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sda: 9100 MB, 9100044288 bytes&lt;BR /&gt;64 heads, 32 sectors/track, 8678 cylinders&lt;BR /&gt;Units = cylinders of 2048 * 512 = 1048576 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot    Start       End    Blocks   Id  System&lt;BR /&gt;/dev/sda1   *         1      8678   8886256   83  Linux&lt;BR /&gt;[root@rockfish_dev /]#&lt;BR /&gt;</description>
    <pubDate>Wed, 07 Sep 2005 14:59:10 GMT</pubDate>
    <dc:creator>Nobody's Hero</dc:creator>
    <dc:date>2005-09-07T14:59:10Z</dc:date>
    <item>
      <title>Check Failed Disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-failed-disk/m-p/3620675#M19489</link>
      <description>I am running RedHat9.&lt;BR /&gt;&lt;BR /&gt;My root system seems OK.&lt;BR /&gt;However I have a 40Gbyte "/asu" area for data and it wont mount. I get:&lt;BR /&gt;&lt;BR /&gt;# mount -a&lt;BR /&gt;mount: special device LABEL=/asu does not exist&lt;BR /&gt;&lt;BR /&gt;Its not mounted now, but if I cd to /asu I can see all my data files, so it must be reading the disk. It just wont mount. any ideas?&lt;BR /&gt;&lt;BR /&gt;cdrecord -- scanbus shows:&lt;BR /&gt;scsibus0:&lt;BR /&gt;        0,0,0     0) *&lt;BR /&gt;        0,1,0     1) 'HP      ' '9.10GB C 68-BX05' 'BX05' Disk&lt;BR /&gt;        0,2,0     2) 'HP      ' 'C1537A          ' 'L105' Removable Tape&lt;BR /&gt;        0,3,0     3) *&lt;BR /&gt;        0,4,0     4) 'SEAGATE ' 'ST336607LW      ' '0006' Disk&lt;BR /&gt;        0,5,0     5) *&lt;BR /&gt;        0,6,0     6) *&lt;BR /&gt;        0,7,0     7) *&lt;BR /&gt;scsibus2:&lt;BR /&gt;        2,0,0   200) 'TEAC    ' 'CD-540E         ' '1.0A' Removable CD-ROM&lt;BR /&gt;        2,1,0   201) *&lt;BR /&gt;        2,2,0   202) *&lt;BR /&gt;        2,3,0   203) *&lt;BR /&gt;        2,4,0   204) *&lt;BR /&gt;        2,5,0   205) *&lt;BR /&gt;        2,6,0   206) *&lt;BR /&gt;        2,7,0   207) *&lt;BR /&gt;I can see both disk drives. 0,1,0 is my root disk.&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Sep 2005 08:34:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-failed-disk/m-p/3620675#M19489</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2005-09-07T08:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Check Failed Disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-failed-disk/m-p/3620676#M19490</link>
      <description>Did you update any filesystem information for /asu? &lt;BR /&gt;&lt;BR /&gt;It looks to be originally the partition is labelled as /asu and it is referred so in /etc/fstab. now I believe the label is modified or removed for the partition. &lt;BR /&gt;&lt;BR /&gt;What is the partition where the /asu resides ? is it /dev/hdd1 or anything else?&lt;BR /&gt;&lt;BR /&gt;Modify /etc/fstab and modify LABEL=/asu with actual partition name.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Wed, 07 Sep 2005 09:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-failed-disk/m-p/3620676#M19490</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-09-07T09:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Check Failed Disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-failed-disk/m-p/3620677#M19491</link>
      <description>in the /etc/fstab instead of LABEL=/asu&lt;BR /&gt;give the device name like&lt;BR /&gt;/dev/dsk/......&lt;BR /&gt;&lt;BR /&gt;and then try mountall</description>
      <pubDate>Wed, 07 Sep 2005 09:57:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-failed-disk/m-p/3620677#M19491</guid>
      <dc:creator>Tvs</dc:creator>
      <dc:date>2005-09-07T09:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Check Failed Disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-failed-disk/m-p/3620678#M19492</link>
      <description>Tried to change fstab entry to /dev/sdb1&lt;BR /&gt;/dev/sdb1      /asu               ext3       defaults 1 2&lt;BR /&gt;&lt;BR /&gt;got:&lt;BR /&gt;&lt;BR /&gt;mount: /dev/sdb1 is not a valid block device&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;no luck.</description>
      <pubDate>Wed, 07 Sep 2005 13:52:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-failed-disk/m-p/3620678#M19492</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2005-09-07T13:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Check Failed Disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-failed-disk/m-p/3620679#M19493</link>
      <description>Post the results of the following commands:&lt;BR /&gt;&lt;BR /&gt;mount&lt;BR /&gt;&lt;BR /&gt;fdisk -l&lt;BR /&gt;&lt;BR /&gt;You said that you can see the data files, you cannot warranty that you are reading the files from the disk that you want, maybe that files exists in the mount point, and may not be updated. That's why I need the results of the mount command, to find out if is really mounted.</description>
      <pubDate>Wed, 07 Sep 2005 14:38:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-failed-disk/m-p/3620679#M19493</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-09-07T14:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Check Failed Disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-failed-disk/m-p/3620680#M19494</link>
      <description>[root@rockfish_dev /]# mount&lt;BR /&gt;/dev/sda1 on / type ext3 (rw)&lt;BR /&gt;none on /proc type proc (rw)&lt;BR /&gt;none on /dev/pts type devpts (rw,gid=5,mode=620)&lt;BR /&gt;none on /dev/shm type tmpfs (rw)&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Sep 2005 14:58:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-failed-disk/m-p/3620680#M19494</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2005-09-07T14:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Check Failed Disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-failed-disk/m-p/3620681#M19495</link>
      <description>[root@rockfish_dev /]# fdisk -l&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sda: 9100 MB, 9100044288 bytes&lt;BR /&gt;64 heads, 32 sectors/track, 8678 cylinders&lt;BR /&gt;Units = cylinders of 2048 * 512 = 1048576 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot    Start       End    Blocks   Id  System&lt;BR /&gt;/dev/sda1   *         1      8678   8886256   83  Linux&lt;BR /&gt;[root@rockfish_dev /]#&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Sep 2005 14:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-failed-disk/m-p/3620681#M19495</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2005-09-07T14:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Check Failed Disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-failed-disk/m-p/3620682#M19496</link>
      <description>This is weird, from the cdrecord command, can be seend two disks. From the fdisk -l command, only one disks is shown.&lt;BR /&gt;&lt;BR /&gt;The only disk mounted is /dev/sda1, at /, so /asu is not mounted, and you are accesing the data contained in the /asu directory, not the /asu filesystem.&lt;BR /&gt;&lt;BR /&gt;There may be a problem with the disk, or the device special file was deleted. Try running:&lt;BR /&gt;&lt;BR /&gt;mknod /dev/sdb b 8 16</description>
      <pubDate>Wed, 07 Sep 2005 15:16:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-failed-disk/m-p/3620682#M19496</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-09-07T15:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Check Failed Disk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/check-failed-disk/m-p/3620683#M19497</link>
      <description>I think your data write to /asu on the root disk, simply use `df -k /asu` to see if it's really use the root disk space.&lt;BR /&gt;&lt;BR /&gt;Is your system halt or hang before like power failure, make sure you don't mount, force e2fsck to check the filesystem even it looks like clean, this may take awhile&lt;BR /&gt;&lt;BR /&gt;# e2fsck -f /dev/sdb1&lt;BR /&gt;&lt;BR /&gt;after check or fix, then try to mount again.</description>
      <pubDate>Wed, 14 Sep 2005 09:26:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/check-failed-disk/m-p/3620683#M19497</guid>
      <dc:creator>Matthew_50</dc:creator>
      <dc:date>2005-09-14T09:26:14Z</dc:date>
    </item>
  </channel>
</rss>

