Home > Debian, Linux, Shell > cloning disk using dd

cloning disk using dd


 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 , , , ,

  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.