Friday, November 14, 2014

windows - Copy the contents of one partition to another partition hardrive

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 WINDOWS not in linux that i can just only copy the contents of one partition and also the MBR to another partition not the whole partition....Why MBR bcoz i want to take a boot from the copied partition and that is only possible if there is MBR in the copied partition.....

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...