Copy the contents of one partition to another partition hardrive
- by user35319
if i write this command in linux "dd if=/dev/sda1 of=/dev/sda2" it will copy the whole /dev/sda1 partition bit by bit to /dev/sda2 ......is there any way in WINOWS not in linux that i can just only copy the contents of one partition to another partition not the whole partition.....