• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

drive image

plummer66

Senior member
my buddy's Duh-Ell machines hard drive is starting to whine. So we have a replacement.....however he doesn't want to take the time to go through the whole backup game. So he wants me to do a mirror image of old -> new drive. I tried Acronis and it fails. Anyone with some recommendations for software??
Thx.
 
Ditto good ol' single executable Binary Research based Ghost. In lieu of that, the free utility offered by the HDD manufacturer but it will be muy slower. In any case, it may be desirable to run chkdsk first.
 
Linux will do it without specialist software, just boot a liveCD like knoppix and use the 'dd' command.

from here:

dd if=/dev/sda of=/dev/sdb

This command will copy each bit from sda (Master drive) to sdb (Slave drive) including MBR (Master Boot record). Thus after cloning new drive (sdb) is ready for deployment. This will also copy any information like File System IDs etc.


/edit: make sure you understand the process and know _for sure_ which drive is which before doing this with linux or ghost or anything else.
 
ok...........i've never used Linux.............and i've tried Ghost and it didn't work either.
This is a Dell machine.............and it seems to have a second partition that is really small. What for, i'm not sure. But i'm suspecting that it might be the cause? Anyone with ideas?

Thx.
 
Dell machines usually have a small partion that is used to re-image the system back to a "new" state
 
ahhhh, makes sense. So would Acronis image that partitiion as well? Or should I just try deleting it and then try the image?
Thx.
 
Download the drive-maker's DOS cloning utility for the destination drive and install it on bootable floppy or CD. Boot it and follow the prompts to clone the old drive to the new drive.

If the drives have different capacity, the utility will ask you if you wish to adjust partition size(s). Say yes.

I've used these utilities for both WD and Maxtor drives, and they worked flawlessly, including scaling partitition sizes.

Hope this helps!
 
Back
Top