Results 1 to 8 of 8

Thread: How do I backup/restore XP using Knoppix?

Hybrid View

  1. #1
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516

    /mntsda1 of=/mnt/sda1

    first do NOT use ntfs, use the linux format ext3,
    positive, it can be reliably read and written from Linux and is capable of storing huge single files.
    downside, to read ext3 from windows you will have to use one of these or something similar.
    http://www.howtoforge.com/access-lin...s-from-windows
    http://www.fs-driver.org/
    http://www.diskinternals.com/linux-reader/

    also to avoid problems I would clone WHOLE disk, not just first partition, reason is that
    mbr, partiton-table, bootloader... will then be copied, that you loose if you only copy C:\,
    as result and your restored copy of windows will not boot.
    another thing, be 100% certain what you are doing as to disk names and partition numbers when using dd, no way to revert if you dd a blank disk over a xp install, that is what will happen if you swap sda and hda for if= and of= (if= is input and of= is output).

    first an important thing!
    before removing any USB plug, powercord... make sure you sync (write everything
    from RAM to actual image) and Umount the disk (no I did not misspell unmout, command is actually called umount).
    first shut down filemanagers... that you have been using on /dev/sda1 then do the command below
    Code:
    sudo sync&&sudo sync&&sudo umount /mnt/backup
    if you unplug it without this something WILL go wrong and it may not even be obvious from the start
    to make a "clone" of the drive make certain you can access the drive sda1 under /mnt/sda1 by mounting it there
    Code:
    sudo mount -t ext3 /dev/sda1 /mnt/sda1
    then to make the actual image do this simple command in a xterm, konsole, aterm... (many names fro same thing) window
    Code:
    sudo dd if=/dev/hda of=/mnt/sda1/XP-backup2011-01-23.img
    if you want to access separate files from windows I have NO real idea how (for Linux I will show below).
    one possible avenue is using what is above to read the ext3 filesystem + another tool
    I have heard that you can buy/download something called isobuster to use DVD images...
    instead of DVD's when gaming, no idea if it will work though.

    here you have another option, using a packaging tool (gzip) together with dd to reduce file size,
    downside is that the above tools will likely not be able to read it.
    Code:
    sudo dd if=/dev/hda | gzip -9 > /mnt/sda1/XP-backup2011-01-23.gz
    for the above to be 100% effective and you get minimal file size you should zero the disk before partitioning the disk and installing windows...

    WARNING the command below will WIPE the disk clean beyond many recovery tools /WARNING.
    Code:
    dd if/dev/zero of=/dev/hda
    WARNING the command above will WIPE the disk clean beyond most recovery tools /WARNING.

    to restore normal image just type
    Code:
    sudo dd if=/mnt/sda1/XP-backup2011-01-23.img of=/dev/hda
    and for gzipped image do
    Code:
    gzip -dc /mnt/sda1/XP-backup2011-01-23.gz | dd of=/dev/hda
    depending on system (usb1.0, usb1,1, usb2... ata33, ata66...) and disk size...
    this can take looooong time before completing both making the image and restoring it,
    longest yet was 27 hours for a 40G hdd...
    normal is few hours, and on plus side you do not need to stand there waiting.

    now to read unzipped image in Linux do
    Code:
    sudo su
    to become root
    then create a directory to mount the image to
    Code:
     mkdir /mnt/backup
    now mount it
    Code:
    mount -t ntfs-3g /mnt/sda1/XP-backup2011-01-23.img /mnt/backup -o loop -ro
    now you can see the content in the directory /mnt/backup,
    before removing any USB plug, powercord... make sure you sync and Umount the disk as before
    Code:
    sync&&sync&&umount /mnt/backup
    the
    Last edited by OErjan; 01-23-2011 at 03:18 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot picture

1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot

$580.99



Type C USB 3.0 Flash Drive Thumb Drive Memory Stick for PC Laptop 1TB 2TB lot picture

Type C USB 3.0 Flash Drive Thumb Drive Memory Stick for PC Laptop 1TB 2TB lot

$73.29



1TB HDD/SSD 2.5

1TB HDD/SSD 2.5" SATA Hard Drive for Laptop with Win 10/Win 11 Pro Pre-installed

$28.99



Samsung 1TB 850 EVO 2.5

Samsung 1TB 850 EVO 2.5" SATA Solid State Drive MZ7LE1T0 ** READ **

$48.99



WD - Blue SN580 1TB Internal SSD PCIe Gen 4 x4 NVMe picture

WD - Blue SN580 1TB Internal SSD PCIe Gen 4 x4 NVMe

$64.99



CISCO A03-D1TBSATA 1TB 7.2K 6G 2.5INCH SATA HDD picture

CISCO A03-D1TBSATA 1TB 7.2K 6G 2.5INCH SATA HDD

$9.00



1/2/4TB External Hard Disk Drives High-speed Transmission Large Capacity Storage picture

1/2/4TB External Hard Disk Drives High-speed Transmission Large Capacity Storage

$16.38



1TB HDD 3.5

1TB HDD 3.5" SATA Hard Drive with Windows 10 or Windows 11 Pro/Home Installed

$12.99



Internal HDD SATA 3.5

Internal HDD SATA 3.5" 250GB-2TB Hard Drive with Legacy Windows 11 Pro Installed

$29.15



Netac 2TB 1TB 512GB 240GB Internal SSD 2.5'' SATAIII 6Gb/s Solid State Drive lot picture

Netac 2TB 1TB 512GB 240GB Internal SSD 2.5'' SATAIII 6Gb/s Solid State Drive lot

$108.99