Archive

Posts Tagged ‘gzip’

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>

Fabio Laganà Debian, Linux, Shell , , , ,