Mailinglist Archive: opensuse (3109 mails)

< Previous Next >
Re: [opensuse] broken HD, data recovery possible?
  • From: Russell Jones <russell.jones@xxxxxxxxxxxx>
  • Date: Tue, 27 Feb 2007 15:09:10 +0000
  • Message-id: <45E44996.5020006@xxxxxxxxxxxx>
Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


The Tuesday 2007-02-27 at 07:26 -0500, James Knott wrote:
Ah, right, cloning a disk, yes. But the new one would be broken as well,
the partition table seems to be broken.

The idea behind cloning, if possible is that you don't destroy the
original with your efforts to recover data.

I know, I do that myself. But I save images of each partition separately, not the whole disk. I haven't tried, but I have my doubts that utilities like "fdisk" could work on a disk image :-?

It works if you set it up as a loopback filesystem, IIRC, i.e.
# man losetup
# losetup -f
/dev/loop0
# losetup filesystem.img /dev/loop0
# fdisk /dev/loop0
# losetup -d


Russell Jones
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups