sean finney on Thu, 5 Dec 2002 13:16:16 -0500 |
dd would work for the drives of different sizes afaik--assuming the second is >= the first one in size--but of course if you want to maximize the use of space on your new drive you might want to partition it yourself and then copy each partition over individually. either way, i'm sure your favorite linux boot/rescue/install disk should be able to supply you with everything you need. (this is assuming your src hard drive is hda and dst hard drive is hdb) method 1: # dd if=/dev/hda of=/dev/hdb method 2: - use fdisk/cfdisk/sfdisk to get partition sizes - create partitions of >= the same size on hdb # dd if=/dev/hda1 of=/dev/hdb1 ... etc ... hth sean On Thu, Dec 05, 2002 at 12:12:40PM -0500, Edward M. Corrado wrote: > Does anyone know of a good "how-to" or any ideas about how to copy an > entire (FAT32) hard drive using a Linux Boot Floppy (or even a DOS boot > floppy would work). I was thinking of dd, but the drives are of different > size so I don't know if that would work. Also, the drive has two > partitions that need to be copied (if that matters). > > Ed C. > > _________________________________________________________________________ > Philadelphia Linux Users Group -- http://www.phillylinux.org > Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce > General Discussion -- http://lists.netisland.net/mailman/listinfo/plug > Attachment:
pgpvQh1jromya.pgp
|
|