Question What cables do I need to get my data off this harddrive and onto my pc please

Mar 1, 2025
7
0
10
Hi I have a Ts5saf100 hard drive which came out of my broken iMac and I’ve connected it to my windows pc with a Sata cable. It connects as it makes a noise and it shows on disc management but no letter is assigned to it and it’s greyed out on the create thingy. It doesn’t show up on my pc, my files so I Cant get the pics ect off it and I need them asap. Could anyone help me please with simple steps with how to get it to connect and data off it.
 
The issue is that formatting is different and the Windows device can't read the info as written.

There are some applications that may help with this, for example:

MacDrive or HFS+ for Windows


 
Windows is somewhat problematic when it comes to other filesystems. Your odds of success would go up dramatically if you had Linux on your computer. This does not mean you have to fully install Linux as you could do something like boot from a live DVD or thumb drive. Having dual boot would be an advantage though since you'd probably have to install extra software beyond what a live distribution has. This is what I use when performing data recovery.

You could connect a spare drive which is empty or formatted in NTFS, network install the HFS filesystem software on the live Linux, and then `rsync` directly from the Mac disk to the NTFS disk. If there is actual hardware failure, then I use `dd` with various options, and sometimes other recovery software, to pull content from the drive in question. All of that is free if you have the disk space.
 
  • Like
Reactions: qxp
Windows is somewhat problematic when it comes to other filesystems. Your odds of success would go up dramatically if you had Linux on your computer. This does not mean you have to fully install Linux as you could do something like boot from a live DVD or thumb drive. Having dual boot would be an advantage though since you'd probably have to install extra software beyond what a live distribution has. This is what I use when performing data recovery.

You could connect a spare drive which is empty or formatted in NTFS, network install the HFS filesystem software on the live Linux, and then `rsync` directly from the Mac disk to the NTFS disk. If there is actual hardware failure, then I use `dd` with various options, and sometimes other recovery software, to pull content from the drive in question. All of that is free if you have the disk space.
This is way over my head. Could you please explain step by step how I do this?