[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-ddrescue] disc>disc copy done. can't mount target drive.
From: |
Ian Oliver |
Subject: |
Re: [Bug-ddrescue] disc>disc copy done. can't mount target drive. |
Date: |
Mon, 08 Mar 2010 18:28:13 GMT |
In article <address@hidden>, Jaime
Frontero wrote:
> all i see is unallocated space.
Random thoughts.
1) Error in the first sector? Try "dd if=/dev/sdh | hd | less" - this
will show you the first sector's contents. Then try on the destination
drive.
2) OS hasn't reloaded the partition information? Try partprobe, or
rebooting.
3) What does fdisk -l /dev/sdb give?
4) I have had bad results with the source (failing) drive connected via
USB. Errors seemed to get lost in the system and the destination drive
ended up full of repeated junk. Trying again with source on IDE/SATA
worked very well.
> i can't figure out how to mount the
> blasted thing without re-partitioning it (that would probably be a
> /bad/ thing, yes?)
Yes, a very bad thing, but I guess you knew that!
Ian