Archive

Posts Tagged ‘Shell’

cloning disk using dd

May 29th, 2008

 Powered by Max Banner Ads 

from your machine to external usb disk:

dd if=/dev/<your machine disk> | gzip > /path/nameofyourimg.gz

from your img saved to external usb disk:

zcat /path/nameofyourimg.gz | dd of=/dev/<your machine disk>

Debian, Linux, Shell , , , ,