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: 256
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