partició másolása

NTFS clone

sudo ntfsclone --rescue -o /media/Back160GB/w7.bin /dev/sda3
sudo losetup /dev/loop0 /media/Back160GB/w7.bin 
sudo mount -t ntfs -o rw /dev/loop0 /mnt

Linux

ddrescue

sudo apt-get install gddrescue
ddrescue -r 3 /dev/sda1 /media/Back160GB/xp.bin

DataRecovery

Open Source Storage Platform

FreeNAS

Windows iSCSI iterator

iSCSI iterator telepítési leírás: cyberciti, techrepublic

VBox

convert my physical operating system to a virtualbox disk

Repair WinXP master boot record and Boot.ini

  • Enter Windows XP Recovery Console.
  • When you reach the command prompt, type the following and then press Enter.
  • fixmbr
  • fixboot
  • bootcfg /rebuild
  • The fixmbr utility will write a master boot record to the hard drive that you're currently using to boot into Windows XP. This will repair any corruption or damage that the master boot record may have.
  • Take out the Windows XP CD, type exit and then press Enter to restart your PC.