defsrg
03-20-2003, 09:07 PM
i am attempting to copy one drive to another. they are both 120 gb wd hd's. i am setting the drive that is already xtremed as primary master or hda, i am setting the drive i want to copy the files to as primary slave or hdb. now is this correct?
dd if=/dev/hda of=/dev/hdb bs=1024k
i think this is right as if = source and of =destination
thanx
ps also it doesnt say in the hinsdale how to but i would think you would have to mount both drives b4 doing this so:
mount /dev/hda
mount /dev/hdb
dd if=/dev/hda of=/dev/hdb bs=1024k
im pretty sure thats it looking for a vote of confidence for double checking purposes??
dd if=/dev/hda of=/dev/hdb bs=1024k
i think this is right as if = source and of =destination
thanx
ps also it doesnt say in the hinsdale how to but i would think you would have to mount both drives b4 doing this so:
mount /dev/hda
mount /dev/hdb
dd if=/dev/hda of=/dev/hdb bs=1024k
im pretty sure thats it looking for a vote of confidence for double checking purposes??