<?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 to copy data from crashed disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-crashed-disk/m-p/3484960#M624784</link>
    <description>You can copy the data using dd but when it encounters the bad area on the disk, it will abort. This assumes that the reason for the crashed disk is that the heads have touched the surface and there is damage to the disk. NOTE: fsck never fixes problems with the disk! It's purpose is to reconstruct directories and tables in the directory that may have been corrupted due to a software error. If fsck cannot read a needed sector of data, it will abort, or in yor case, the disk is not working correctly and the I/O is just hanging.&lt;BR /&gt; &lt;BR /&gt;If you absolutely must have this data (ie, no backups) then contact a data recovery company. Be prepared to spend thousands of dollars as the task to recover the data can be extremely labor- and equipment-intensive.</description>
    <pubDate>Mon, 14 Feb 2005 10:01:44 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2005-02-14T10:01:44Z</dc:date>
    <item>
      <title>how to copy data from crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-crashed-disk/m-p/3484955#M624779</link>
      <description>Hi,&lt;BR /&gt;after system (or disk) crash i cannot mount /dev/vg01/faktury. I started fsck -ofull, but it is working 2 days without result (still in pass1). Is there other way to copy data from this volumin to other disk?&lt;BR /&gt;My system HP-UX B.11.00, volumin size 8GB.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Feb 2005 07:02:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-crashed-disk/m-p/3484955#M624779</guid>
      <dc:creator>Irek_1</dc:creator>
      <dc:date>2005-02-14T07:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy data from crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-crashed-disk/m-p/3484956#M624780</link>
      <description>Irek,&lt;BR /&gt;if the system can not mount the disk, it can not see that data on the disk.&lt;BR /&gt;So either you somehow get the system to mount the disk and copy with dd or you try to sector copy the disk via a third-party recovery tool. Either way you will probably loose data and should restore from backup!!&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 14 Feb 2005 07:08:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-crashed-disk/m-p/3484956#M624780</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-02-14T07:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy data from crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-crashed-disk/m-p/3484957#M624781</link>
      <description>You could send the disk out to a data recovery company, but unless they have the same tools as the NSA, then I doubt they will recover much if the disk platter is damaged. I only had one experience with such a service and unfortunately the platter was seriously damaged and unrecoverable.&lt;BR /&gt;&lt;BR /&gt;good luck!&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Mon, 14 Feb 2005 07:23:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-crashed-disk/m-p/3484957#M624781</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-02-14T07:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy data from crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-crashed-disk/m-p/3484958#M624782</link>
      <description>Irek,&lt;BR /&gt;If you are unable to mount the file system, i am afraid you would not be able to recover the disk contents yourself. You may have to settle for any of the following depending on how important the data is for your organization&lt;BR /&gt;&lt;BR /&gt;1. Use some DATA RECOVERY TOOL&lt;BR /&gt;&lt;BR /&gt;2. Seek some DATA RECOVERY COMPANIES services&lt;BR /&gt;&lt;BR /&gt;3. Use the last backup to restore the data&lt;BR /&gt;&lt;BR /&gt;If you don't have a valid backup, then you are left with only 2 choices really.&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Mon, 14 Feb 2005 07:28:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-crashed-disk/m-p/3484958#M624782</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2005-02-14T07:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy data from crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-crashed-disk/m-p/3484959#M624783</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you try to boot from cdrom already?&lt;BR /&gt;&lt;BR /&gt;When booted from cdrom you can mount each lvol&lt;BR /&gt;at a time to a temporary mount point and try to recover what ever is left to another lvol.&lt;BR /&gt;&lt;BR /&gt;But if there is a hardware failure then this option won't work.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bob</description>
      <pubDate>Mon, 14 Feb 2005 09:55:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-crashed-disk/m-p/3484959#M624783</guid>
      <dc:creator>B. Hulst</dc:creator>
      <dc:date>2005-02-14T09:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy data from crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-crashed-disk/m-p/3484960#M624784</link>
      <description>You can copy the data using dd but when it encounters the bad area on the disk, it will abort. This assumes that the reason for the crashed disk is that the heads have touched the surface and there is damage to the disk. NOTE: fsck never fixes problems with the disk! It's purpose is to reconstruct directories and tables in the directory that may have been corrupted due to a software error. If fsck cannot read a needed sector of data, it will abort, or in yor case, the disk is not working correctly and the I/O is just hanging.&lt;BR /&gt; &lt;BR /&gt;If you absolutely must have this data (ie, no backups) then contact a data recovery company. Be prepared to spend thousands of dollars as the task to recover the data can be extremely labor- and equipment-intensive.</description>
      <pubDate>Mon, 14 Feb 2005 10:01:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-crashed-disk/m-p/3484960#M624784</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-02-14T10:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy data from crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-crashed-disk/m-p/3484961#M624785</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if the system doesn't mount without fsck, you can try to mount it with the option -f (for force).&lt;BR /&gt;&lt;BR /&gt;Sometimes it works.&lt;BR /&gt;Then you could copy datas from this disc.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar</description>
      <pubDate>Mon, 14 Feb 2005 10:47:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-crashed-disk/m-p/3484961#M624785</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-02-14T10:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy data from crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-crashed-disk/m-p/3484962#M624786</link>
      <description>Be very careful with the mount -f option on a production machine. The corruption in the directories may be so severe that it may cause a panic (system crash) when the filesystem is accessed.</description>
      <pubDate>Mon, 14 Feb 2005 14:14:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-crashed-disk/m-p/3484962#M624786</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-02-14T14:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy data from crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-crashed-disk/m-p/3484963#M624787</link>
      <description>i'tried to mount -o ro. It worked! Now I'am copying the data. Many thank's to all!&lt;BR /&gt;Irek</description>
      <pubDate>Tue, 15 Feb 2005 03:25:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-crashed-disk/m-p/3484963#M624787</guid>
      <dc:creator>Irek_1</dc:creator>
      <dc:date>2005-02-15T03:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to copy data from crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-crashed-disk/m-p/3484964#M624788</link>
      <description>I know you are successfull recover the data. I think  fsck needs a lost+found directory.  Make sure all of your file system have one. Not having one  might be why fsck did not finish.&lt;BR /&gt;&lt;BR /&gt;Roryu</description>
      <pubDate>Tue, 15 Feb 2005 10:01:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-copy-data-from-crashed-disk/m-p/3484964#M624788</guid>
      <dc:creator>Rory R Hammond</dc:creator>
      <dc:date>2005-02-15T10:01:24Z</dc:date>
    </item>
  </channel>
</rss>

