Open Source Software


Run the following command, after reading the notes below: sfdisk -d /dev/sda | sfdisk /dev/sdb Notes: 1.

dd, while an excellent tool to back drive / partition images, copies entire hard drive including unused blocks and even bad blocks (where possible).

a. Use gzip An example command: dd if=/dev/hda1 bs=1k conv=sync,noerror | gzip -c | ssh -c blowfish user@hostname "dd of=filename.gz bs=1k" Notes: 1.

Behold the wonders of mdadm: mdadm --manage /dev/md1 --add /dev/sdb2 Notes: 1.

Sometimes a little code is worth a thousand words, no? mdadm --manage /dev/md1 --remove /dev/sdb2 Notes: 1.
Older News
S M T W T F S
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
Copyright© 2010 The Gaea Times