Sunday, January 4, 2009
How to create System Image
Posted on 10:26 AM by Unknown
Hard Disk CloneSuppose you have a 40GB hard disk and a removable hard disk whose capacity is 60GB, and you want to backup all the files from the hard disk to the removable disk. With "dd", it is a very easy task. Again, suppose your hard disk's Unix device name is /dev/sda and the removable disk is /dev/sdb. The following command can copy all the content from /dev/sda to /dev/sdb:dd if=/dev/sda
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment