DRBL logo Clonezilla Live Doc DRBL logo
Print all this session
Save disk image : Save 1st disk (sda) as an image on 2nd disk (sdb) (Step by step)
  1. Boot the machine via Clonezilla live
  2. The boot menu of Clonezilla live
  3. Here we choose 800x600 mode, after pressing Enter, you will see Debian Linux booting process
  4. Choose language
  5. Choose keyboard layout
  6. Choose "Start Clonezilla"
  7. Choose "device-image" option
  8. Choose "local_dev" option to assign sdb1 as the image home
  9. Select sdb1 as image repository, then choose "savedisk" option
  10. Input image name and select source disk
  11. Clonezilla is saving disk image (sda) to the partition of 2nd disk (sdb1)
Clonezilla is saving disk image (sda) to the partition of 2nd disk (sdb1)
Clonezilla now is saving disk sda as an image. The job is done by saving:
  • MBR (by dd)
  • Partition table (by sfdisk and parted), CHS of disk.
  • Data on every partition or LV (logical volume) (by partimage, ntfsclone, partclone or dd. It depends on the "-q" option you choose)






When everything is done, Clonezilla will prompt you if you want to run it again,
  1. 'Stay in this console (console 1), enter command line prompt'
  2. 'Run command "exit" or "logout"'


Then you can choose to:
  • Poweroff
  • Reboot
  • Enter command line prompt
  • Start over


Here we choose Poweroff (0), then when the shutdown process is done, it will ask you to remove the disk and close the try (if any) then press ENTER.


That's all. We have successfully saved disk image (sda) on 2nd disk (sdb1). The image on the 2nd disk is a directory with name "lucid-2010-07-28-07-img" and its contents are:
root@debian:~# ls -alFh /home/partimag/
total 512
drwxr-xr-x 7 root root 168 2010-07-28 07:12 ./
drwxr-xr-x 4 root root  80 2010-07-28 07:15 ../
drwxr-xr-x 2 root root  48 2010-07-28 07:07 DOCS/
drwxr-xr-x 2 root root 512 2010-07-28 07:12 lucid-2010-07-28-07-img/
drwxr-xr-x 2 root root  48 2010-07-28 07:07 Photos/

root@debian:~# ls -alFh /home/partimag/lucid-2010-07-28-07-img/
total 220M
drwxr-xr-x 2 root root  512 2010-07-28 07:12 ./
drwxr-xr-x 7 root root  168 2010-07-28 07:12 ../
-rw-r--r-- 1 root root    4 2010-07-28 07:12 disk
-rw-r--r-- 1 root root  34K 2010-07-28 07:12 Info-dmi.txt
-rw-r--r-- 1 root root  18K 2010-07-28 07:12 Info-lshw.txt
-rw-r--r-- 1 root root 1.4K 2010-07-28 07:12 Info-lspci.txt
-rw-r--r-- 1 root root  260 2010-07-28 07:12 Info-packages.txt
-rw-r--r-- 1 root root   10 2010-07-28 07:12 parts
-rw------- 1 root root 216M 2010-07-28 07:12 sda1.ext4-ptcl-img.gz.aa
-rw------- 1 root root 2.3M 2010-07-28 07:12 sda5.ext4-ptcl-img.gz.aa
-rw-r--r-- 1 root root   36 2010-07-28 07:11 sda-chs.sf
-rw-r--r-- 1 root root 1.0M 2010-07-28 07:11 sda-hidden-data-after-mbr
-rw-r--r-- 1 root root  512 2010-07-28 07:11 sda-mbr
-rw-r--r-- 1 root root  434 2010-07-28 07:11 sda-pt.parted
-rw-r--r-- 1 root root  310 2010-07-28 07:11 sda-pt.sf
-rw-r--r-- 1 root root   53 2010-07-28 07:12 swappt-sda2.info
Print this page


Last modified: July 28 2010 03:11:04.

NCHC Free Software Lab. All Rights Reserved. Anyone is permitted to copy and distribute verbatim copies of this document under the terms of the GNU FDL Free Documentation License.