Copy the contents of one partition to another partition hardrive

Posted by user35319 on Super User See other posts from Super User or by user35319
Published on 2010-04-27T08:03:13Z Indexed on 2010/04/27 8:03 UTC
Read the original article Hit count: 223

Filed under:
|

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.....

© Super User or respective owner

Copy the contents of one partition to another partition hardrive

Posted by user326613 on Stack Overflow See other posts from Stack Overflow or by user326613
Published on 2010-04-27T07:13:33Z Indexed on 2010/04/27 7:23 UTC
Read the original article Hit count: 223

Filed under:
|
|

if i write this command in linux "dd if=/dev/sda of=/dev/sdb" it copy the whole dev/sda partition bit by bit to dev/sdb.....is there any way that i can just only copy the contents of /dev/sda to /dev/sdb and not the whole partition bit by bit......

© Stack Overflow or respective owner

Related posts about c++

Related posts about command-prompt