Couple of typos: On Mon, Mar 30, 2009 at 11:28 AM, Robert Citek <[email protected]> wrote: > 3) dd virtual drive out of host's USB device via ssh. For example: > > dd if=/dev/sda1 bs=16k | ssh [email protected] 'dd of=/dev/sdb1 bs=16'
Need to change the IP address of the host and the block size: dd if=/dev/sda1 bs=16k | ssh [email protected] 'dd of=/dev/sdb1 bs=16k' Regards, - Robert --~--~---------~--~----~------------~-------~--~----~ Central West End Linux Users Group (via Google Groups) Main page: http://www.cwelug.org To post: [email protected] To subscribe: [email protected] To unsubscribe: [email protected] More options: http://groups.google.com/group/cwelug -~----------~----~----~----~------~----~------~--~---
