|
#1
|
|||
|
|||
|
hey folks,
I've got a quick question about running ddrescue, does the source drive have to be mounted? Ubuntu labels the drive as /dev/sdc/ but i cannot mount the windows partition or either of the other two partitions on the disc. Will ddrescue be able to copy the whole disc? kind regards quinnlaup |
|
#2
|
||||
|
||||
|
No it doesn't have to mount a drive to be able to use it (necessarily). If you wanted to do A direct disk-to-disk clone then you can use the syntax
Code:
ddrescue /dev/sda /dev/sdb Code:
mkdir /mnt/sdb1 Mount /dev/sdb1 /mnt/sdb1 Ddrescue /dev/sda /mnt/sdb1/clonedimage.img Code:
umount /mnt/sdb1 If you want anymore help just ask Last edited by iisjman07; 09-03-2011 at 04:05 PM. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|