On Thursday 05 April 2007 15:51, George Toft wrote:
Method 1:
1. Boot a knoppix cd
2. Open a root terminal window and issue this command:
dd if=/dev/hda | ssh user@someremotehost "> /path/to/file/backup.img"
When I tried this, I was prompted for my password for user@someremotehost,
which I entered, and then just fell back to the root knoppix prompt.
Do I have to mount /dev/hda first? How do I do that?
Mark
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
No, do not mount the drive you want to image. You do not want open
files as you are trying to copy the drive.