Email: bknpk@hotmail.com Phone: +972-54-7649119

Hard disk clone using dd command from rip linux to backup windows 7.

Disk backup using dd command from colinux and cygwin was discussed in this site. Recently I had a real test for the backup procedure.
My daughter received a new DELL laptop with windows 7. Although I did the windows data and image backup, I decided also to do it my self to be on the safe side. The following describes what I did:

  1. Insert a small linux to the DVD, in my case I used rip linux.

  2. Depending on your machine boot from the DVD. In my case I needed to press F12 and tell the dell machine to boot from DVD.

  3. Check what partitions did the linux detected:
    fdisk -l
    In my case it were sda1, sda2, sda3 for the windws 7 and sdc for USB portable disk drive.

  4. Mount each partition to see its content:
    cd /root
    mkdir mnt
    cd mnt
    mkdir disk_1
    mount /dev/sda1 /mnt/disk_1 ...
    Repeat this operation for each disk.
    In my case, sda_1 was very small, probably some disk tables. sda_2 was command com and other windows data and sda_3 was program files.

  5. Back using dd each partition:
    dd if=/dev/sda_1 | gzip -c > /root/mnt/back_1.img.gz

V

 


Home

Installation, configuration and operation of nxserever and nxclient on two debian machines.






Search This Site


Feedback This Site




new pages on this site