ferzip.com

Ti serve un programmatore sistemista freelance…contattami!

clone disk whit dd

how to backup all disk of my pc? include MBR table? is easy use DD

first download RIPlinux o similar live distro

cat /dev/zero >> zero.fill ; sync ; sleep 1 ; sync ; rm -f zero.fill; sync
dd if=/dev/sda | gzip > disk.img.gz

and restore

dd if=disk.img of=/dev/sda


.

share save 120 16 clone disk whit dd

Leave a Reply