Hi,

The easiest way to copy all the hard disk.
If you have another hard disk with the same geometry ... install it mount
the new hard disk as /dev/hdb (or hdc or hdd) and do:
dd if=/dev/hda of=/dev/hdb
if=input file, of=output file
it will copy all the filesystems and data in hda to the hard disk in hdb.


Diego Brito Veiga


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to