Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Backup Hard Disk.
#3

Quote:the syntax is as follows 

dd if= of=

 

so if you hard discs are

 

/dev/sda

and

/dev/sdb

 

and you wanted to copy the contents of sda to sdb then do as follows

 



Code:
dd if=/dev/sda of =/dev/sdb

<div>


</div>
 

 

I'm trying to do the same. Does dd copy EVERYTHING including partitions etc etc? Would this new drive be bootable (if I were to copy my current undersized, old and slow drive to a newer, bigger one)? I've only seen the dd command used (in other posts and forums) to copy an image to something...this included the partitions.

Reply


Messages In This Thread
Backup Hard Disk. - by munyit - 2006-10-11, 09:47 AM
Backup Hard Disk. - by anyweb - 2006-10-11, 11:04 AM
Backup Hard Disk. - by KK Jensen - 2006-12-14, 02:11 PM
Backup Hard Disk. - by anyweb - 2006-12-14, 02:19 PM
Backup Hard Disk. - by Tyrannus - 2007-07-30, 03:45 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)