Cloning drives: Knoppix has the ability to clone drives using the dd command, Be sure the target drive must be larger than the source drive. The command structure looks like this: sudo dd if=/dev/hda of=/dev/hdb (/dev/hda and /dev/hdb are the source and target drives, respectively).
Open the terminal console and issue above command...
No comments:
Post a Comment