Forum Discussion
Zahirokin
Mar 18, 2026Copper Contributor
What is the best mac drive reader for windows 10/11
My dad needs me to backup some files from her old mac external HD but I'm on 10 pc. Windows doesn't recognize the drive as it was formatted on a Mac. Don't really wanna reformat it cuz idk what that'...
Gaemliken
Mar 18, 2026Iron Contributor
If I only needed to read files, I’d use a command-line tool like hdimount instead of a GUI mac drive reader, because it can mount HFS and APFS on Windows in read-only mode through Dokany. That makes it a pretty safe way to deal with a Mac-formatted disk when you do not want to risk writing anything back to it.
Basic command:
hdimount \\.\PhysicalDrive3 M:\I’d install Dokany first, then install hdimount, open Terminal or Command Prompt as Administrator, and run that command. Replace \\.\PhysicalDrive3 with your actual external drive number and M:\ with the letter you want to mount it to.
If the drive turns out to be older HFS+, HFSExplorer can read that too, but it does not support APFS, so for a simple command-line mac drive reader approach, I’d still pick hdimount first.