|
From: | andrew zajac |
Subject: | Re: [Bug-ddrescue] Telling me my drive is a directory and won't copy? |
Date: | Fri, 10 Oct 2008 03:15:12 -0700 (PDT) |
That's because "/media/diskname" is a mountpoint, not a device. If sdb is the device that is mounted there, you would want to first unmount it and then run ddrescue like this: sudo ddrescue /dev/sdb1 /dev/sda1 log Where sda1 is the target hard disk partition that you want to *overwrite*. If you only want to create an image as a file on sda1, then mount it, change directory to it and run sudo ddrescue /dev/sdb1 image log Where "image" is the file and log is another file which is the recovery log. You need to recovery log to be able to resume the process, if you interrupt it. Good Luck! Andrew Zajac --- On Thu, 10/9/08, psychosocial <address@hidden> wrote: From: psychosocial <address@hidden> |
[Prev in Thread] | Current Thread | [Next in Thread] |