Tom's Hardware > Forum > Applications > Other Software > Hard drive backup software questions
Word :    Username :           
 

Hello,

I would like to make a backup of my drive in case of any faliures in the future.

First question, is it possible to make an exact image of my old hard drive so when I put it in it will boot up just like the one I've made a backup of?

Second, what software do the experienced users HIGHLY recommed?

Thanks in advance.

John.

Sponsored Links
Register or log in to remove.

Maliciously ripped from another post of mine:

Get a Linux LiveCD of your choice. Boot it up. If any of the following steps complains about access issues, you can prepend sudo to it to get things moving, e.g.

[code:1:2ae7b55d07]bmouring@the-uberbeast /usr/src/linux $ cp .config .configtemp
cp: cannot create regular file `.configtemp': Permission denied
bmouring@the-uberbeast /usr/src/linux $ sudo cp .config .configtemp
bmouring@the-uberbeast /usr/src/linux $[/code:1:2ae7b55d07]


[code:1:2ae7b55d07]//Assume we have an ATA drive, hard drive 1, which is 40G
//that we want to back up to SATA hard drive 2, which is 80G
//After booting with a liveCD of your choice...

~$ ls /dev/hd*
/dev/hda /dev/hda1 /dev/hdb

//likely, hda is the disk since it sees a partition, but let's be sure

~$ dmesg|grep -i hda
//Some output will be put to the screen, hopefully indicating that this is the
//hard disk you're looking for, like the following
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio
hda: TOSHIBA MK6022GAX, ATA DISK drive
hda: max request size: 128KiB
hda: 117210240 sectors (60011 MB), CHS=65535/16/63, UDMA(100)
...
//your's will be different to reflect your drive, note that this one's a 60GB drive

//Follow the same steps to discover your SATA drive

~$ ls /dev/sd*
/dev/sda

//pretty easy, here we have only one, unpartitioned device, must be it,
//but again, doublecheck with

~$dmesg|grep -i sda

//Now that we have the devices, we set this off and do something else productive.

~$ dd if=/dev/hda of=/dev/sda bs=1024[/code:1:2ae7b55d07]

Once that's done, you'd have 40G unallocated disk space on the 80G drive, you could either make a new partition (can be done inside of Windows) or resize the existing partition.

To resize:

1) Runa defrag. This moves the data to the "beginning" of the disk (actually the outtermost parts of the disk, but not important)

2) Do a disk error check, for good measure

3) Download the GParted LiveCD ISO and burn it with your favorite burner.

4) Reboot with the disk in drive, setting BIOS to boot via cd in necessary.

5) Answer some simple questions about your machine (all defaults work 95% of the time)

6) When the liveCD is finished scanning your system, seelct the drive (likely sda), and resize it with the GUI. Very easy stuff.

Edit: This makes an exact copy of your hard disk, so it meets your requirements. Just make sure that the target disk (sda in the example) is at least the exact same size, no rounding. Prefereable it should be a little larger.

Reply to bmouring

Hi. Made reply to "Inquiring"'s post on this topic.

Reply to Captain-m
Tom's Hardware > Forum > Applications > Other Software > Hard drive backup software questions
Go to:

There are 998 identified and unidentified users. To see the list of identified users, Click here.

Please mind

You are about to answer a thread that has been inactive for more than 6 months.
If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.

Add a reply Cancel
Sponsored links
  • Ask the community now
  • Publish
Ad
They won a badge
Join us in greeting them