EDIT: Got ninja'd, see my next reply first
![Tongue :P](https://www.eevblog.com/forum/Smileys/default/xtongue.gif.pagespeed.ic.J5mTe0A2NA.png)
Perhaps I should take a different tac.
If you have any
specific irreplaceable files on that computer (like unobtanium software
installers) then copy them off ASAP before doing any bigger rescue attempts.
I should probably fully explain the different ways of doing your backup:
(1) Files to files. Copy all of the files off your failing HDD to a new one.
This will not give you a working Windows install on the new system. Windows has bootloaders (stored outside the partition) and immutable files (files that need to be at magic specific addresses on the disk) amongst other things.
(2) Partion to partition. Copy the windows (330GB) partition on your failing disk to a new disk.
On its own again this won't boot. You will need to setup the master boot record on the new disk identically, including the bootloader code, and place the partition at the exact same address. Then it will work.
(3) Disk to disk. Copy the failing disk's raw contents to a new disk.
This will work and be fully bootable. It will take longer than the previous options AND the new disk will need to be bigger than the old disk.
(4) Disk to file. Copy the failing disk's raw contents into and image file on another disk.
This is the most convenient option in the long term, as you get to keep a backup of the whole disk. It has the same downsides as option 3 (takes many hours + you need a bigger disk).
This image file can then be:
- written to a new disk (file to disk)
- compressed (if it's mostly zeroes then it can be made much smaller)
It's also possible to do partition to file and mbr to file. I'd probably do that for you in person if I were there (skipping your movies partition) to save some time but there is more to go wrong.