Mild Ramblings of a Techhead
Recent
Photo
Sets

Posts from May 2009

Posted
5 May 2009 @ 12am

Tagged
Uncategorized

Make Hard Drive Image

Backup: dd if=/dev/hda conv=sync,noerror bs=64K | gzip -c > /mnt/sda1/hda.img.gz

Restore: unzip -c /mnt/sda1/hda.img.gz | dd of=/dev/hda conv=sync,noerror bs=64K

Tuesday May 5, 2009 @ 8:57 AM EST