after quite a bit google searching i figured i would ask here.
has anyone ever successfully duplicated ALL installed programs from an existing HDD to a new HDD ? i am talking about C drive only.
what software do you recommend for such cloning/duplicating etc. ?
greatly appreciate any suggestions, thanks!
Replies
I have always done it by booting from a linux distro and using the DD command of unix to do this, but im pretty sure you can find a alternative for windows, or maybe use the windows install disc to do so. If your not familiar with linux and its command line.
Just google aobut how to create a disc image, im sure you will get some usefull stuff
HDD Guru also has some really nice hard drive tools as well: http://hddguru.com/software/HDD-Raw-Copy-Tool/
Keep in mind for MOST of these types of imaging programs, your destination drive must be the same size or larger than the source drive.
there is a graphical tool included in knoppix as well (GParted ?) to display all available partitions and you can read NTFS and FAT from linux to make sure you're not mixing up your partitions.
downside: only if you are scared of the command line.
if you want on-the-fly compression of disk images, things require more unix shell command experience, since you'd have to pipe the data stream from one command to the next to achieve that. all still possible though.
That would copy partition 1 of disk1 to partition 1 of disc 2
you can remove the numbers if you want to clone a whole disc instead of a partition, or you can give it a file location to dump and read the data from a file.
Before you start i would just double check in the fstab that you are using the correct drives.