<?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: Hard disk failed on rx4640 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hard-disk-failed-on-rx4640/m-p/5209471#M51410</link>
    <description>Thank you all!&lt;BR /&gt;Now it working well.&lt;BR /&gt;&lt;BR /&gt;"You may just have had a harsh practical lesson on the subject of 'Why the backups are important.'"&lt;BR /&gt;&lt;BR /&gt;Absolutely.</description>
    <pubDate>Wed, 18 Nov 2009 05:23:47 GMT</pubDate>
    <dc:creator>Di Xu</dc:creator>
    <dc:date>2009-11-18T05:23:47Z</dc:date>
    <item>
      <title>Hard disk failed on rx4640</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hard-disk-failed-on-rx4640/m-p/5209467#M51406</link>
      <description>Hi all,&lt;BR /&gt;  I am using a rx4640 box. The disks failed after a power down. Now it print error messages after loading the linux kernel which is like:&lt;BR /&gt;    mount error 15 mounting ext3&lt;BR /&gt;    mount error 2 mounting none&lt;BR /&gt;    switchroot mount failed 22&lt;BR /&gt;    umount /initrd/dev/ ...&lt;BR /&gt;&lt;BR /&gt;I tried mount each disk on another box (rx2620), and using the command&lt;BR /&gt;    fdisk -l /dev/hda&lt;BR /&gt;then it reported that the partition table is invalid. However, it can recognize the correct disk size and sectors.&lt;BR /&gt;&lt;BR /&gt;What should I do to save the data on these disks? Dose this problem related with the smart array controller?</description>
      <pubDate>Sat, 14 Nov 2009 09:32:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hard-disk-failed-on-rx4640/m-p/5209467#M51406</guid>
      <dc:creator>Di Xu</dc:creator>
      <dc:date>2009-11-14T09:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hard disk failed on rx4640</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hard-disk-failed-on-rx4640/m-p/5209468#M51407</link>
      <description>Now I realize that the two disks are organized as a disk array, so it may be normal for fdisk not recognize the partition table for each single one. Am I right?&lt;BR /&gt;&lt;BR /&gt;If so, will the HP SmartStart be useful to fix the disks without destroy the data?</description>
      <pubDate>Sat, 14 Nov 2009 11:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hard-disk-failed-on-rx4640/m-p/5209468#M51407</guid>
      <dc:creator>Di Xu</dc:creator>
      <dc:date>2009-11-14T11:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hard disk failed on rx4640</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hard-disk-failed-on-rx4640/m-p/5209469#M51408</link>
      <description>&amp;gt; Now I realize that the two disks are organized as a disk array, so it may be normal for fdisk not recognize the partition table for each single one. Am I right?&lt;BR /&gt;&lt;BR /&gt;It depends on which RAID mode was used. RAID 1 disks should be accessible even alone, but if RAID 0 was used and one of the pair is damaged, all data is effectively lost.&lt;BR /&gt;&lt;BR /&gt;In addition, these servers use EFI GPT partition table which is not supported by Linux's traditional fdisk command. Use the "parted" command instead.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; If so, will the HP SmartStart be useful to fix the disks without destroy the data?&lt;BR /&gt;&lt;BR /&gt;I don't think so. It might be more useful to use boot the system from the installation CD/DVD of the original Linux distribution, and activate a rescue mode. &lt;BR /&gt;&lt;BR /&gt;This would give you a Linux command prompt with necessary tools for fixing the filesystem manually. The first thing would be to examine /proc/partitions - can the system detect any partitions at all on the damaged disk/RAID set?&lt;BR /&gt;&lt;BR /&gt;The error messages you listed in your original post would seem to indicate that the root partition is not accessible. How was the disk originally partitioned? If there are several other partitions, it might be possible to rescue data from them even if the root partition is completely lost. But if the disk is set up as one big partition, severe damage to the metadata of the partition may cause the loss of all data.&lt;BR /&gt;&lt;BR /&gt;You may just have had a harsh practical lesson on the subject of "Why the backups are important."&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sat, 14 Nov 2009 16:09:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hard-disk-failed-on-rx4640/m-p/5209469#M51408</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-11-14T16:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hard disk failed on rx4640</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hard-disk-failed-on-rx4640/m-p/5209470#M51409</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Any time you want to test a disk, internal or RAID, you dd it.&lt;BR /&gt;&lt;BR /&gt;dd in=/dev/dsk/c1t2d4s4 of=/dev/null count=1000&lt;BR /&gt;&lt;BR /&gt;If it hangs then its bad.&lt;BR /&gt;&lt;BR /&gt;If it returns something like&lt;BR /&gt;&lt;BR /&gt;1000 records in&lt;BR /&gt;1001 records out&lt;BR /&gt;&lt;BR /&gt;Then its bad&lt;BR /&gt;&lt;BR /&gt;The correct response is&lt;BR /&gt;&lt;BR /&gt;1000 Records in&lt;BR /&gt;1000 records out</description>
      <pubDate>Sun, 15 Nov 2009 02:14:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hard-disk-failed-on-rx4640/m-p/5209470#M51409</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-11-15T02:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hard disk failed on rx4640</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hard-disk-failed-on-rx4640/m-p/5209471#M51410</link>
      <description>Thank you all!&lt;BR /&gt;Now it working well.&lt;BR /&gt;&lt;BR /&gt;"You may just have had a harsh practical lesson on the subject of 'Why the backups are important.'"&lt;BR /&gt;&lt;BR /&gt;Absolutely.</description>
      <pubDate>Wed, 18 Nov 2009 05:23:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hard-disk-failed-on-rx4640/m-p/5209471#M51410</guid>
      <dc:creator>Di Xu</dc:creator>
      <dc:date>2009-11-18T05:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hard disk failed on rx4640</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hard-disk-failed-on-rx4640/m-p/5209472#M51411</link>
      <description>Boot system with Redhat install CD.&lt;BR /&gt;Rescue data.</description>
      <pubDate>Wed, 18 Nov 2009 05:27:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hard-disk-failed-on-rx4640/m-p/5209472#M51411</guid>
      <dc:creator>Di Xu</dc:creator>
      <dc:date>2009-11-18T05:27:47Z</dc:date>
    </item>
  </channel>
</rss>

