How to access an APFS volume on Windows machine

6

I have a Lacie 4TB external HDD which have 1.5 TB of data but I am not able to access it as it looks like the the file system of the volume which contains my data is Apple's File System and I cant find any way to access it from windows machine.

Please Help!!!

EDIT : Is it even possible? Or Do I need to hack my way through it? Cause I really dont wanna pay any direct/indirect singly penny to Apple.

Himanshu Chaudhary

Posted 2016-12-17T23:56:14.827

Reputation: 163

There is a driver that you can get for windows to see the file system, and be able to read it. You won't be able to write. If you have a mac, there should be a driver available.

http://forums.macrumors.com/threads/apple-hfs-windows-driver-download.1368010/

This is the source I use for HFS, I am still looking for APFS.

– cengbrecht – 2016-12-18T02:11:54.887

Are you sure it’s APFS, which JUST shipped this month in macOS 10.13 High Sierra? Did you convert the drive yourself after installing the new OS in the last week or so? I don’t think the install process auto-converts external drives. I think you probably need HFS+ support, not APFS. As of mid 2017, HFS+ is still far more common than APFS as a Mac-native filesystem volume format. – Spiff – 2017-10-04T18:58:35.430

Answers

-5

There is certainly a way to read the data off the disk, although not natively (in the file explorer).

The easiest way to read it is using one of many "Linux Reader"-like applications, that allow you to read almost any file system used on Linux, Windows or Mac (Linux Reader from DiskInternals can read your drive).

The second easiest way would be to mount the drive in a Live Linux environment (Debian, Ubuntu etc.) and do it there since Linux systems have modules for all modern file systems (including NTFS for Windows and HFS+ for Mac).

GiantTree

Posted 2016-12-17T23:56:14.827

Reputation: 828

2hey can you spit out the linux mount command to mount the APFS formatted disk???? – Necktwi – 2017-06-23T10:22:25.853

Linux Reader can’t read APFS and neither can any live Linux I’ve tried – grg – 2017-09-28T10:40:19.660

5This answer is only helpful if OP was mistaken and his drive is actually HFS+ and not APFS. – Spiff – 2017-10-04T18:54:26.010

2

Apple has not released the specs yet. I only know of two companies with beta versions for using on Windows: Transmac by Acute Systems and Macdrive from Mediafour.

Ron Banks

Posted 2016-12-17T23:56:14.827

Reputation: 21

i believe they have now: https://github.com/sgan81/apfs-fuse/issues/66

– DeveloperACE – 2018-10-26T21:18:16.283

2

simplegamer

Posted 2016-12-17T23:56:14.827

Reputation: 370

1

You can use software called "UFS Explorer Standard Access". From version 5.23.3 they started supporting APFS. Verified, working!

Download it HERE - Just to mention that freeware version is useless, because it has some filesize limit! And it's too-too expensive, I think nobody cracked it yet. If I find some other solution I will update the post!

It supports:
Windows (FAT, ExFAT, NTFS, ReFS),
Mac OS (HFS, HFS+, APFS),
Linux (Ext, UFS, XFS, ReiserFS)



UPDATE:
There is another one "MacDrive from Mediafour" It's 5-day full trial.

BlueDev

Posted 2016-12-17T23:56:14.827

Reputation: 121

If the program's freeware version is useless and the pay version is to expensive why are you suggesting the useless expensive program in the first place? – Ramhound – 2017-11-14T22:23:34.800

Well if you have some money you can buy it. APFS is still new filesystem, so there are no so much alternatives. I've updated my post, so you can use MacDrive from Mediafour and it is not usefull... ;) Keep calm! – BlueDev – 2017-11-14T22:26:04.933

You might want to check our help center to better understand the proper way to recommend software, if in the rare cases, it actually is called for. Given there have already been 2 answers deleted for being spam, I suggest, not suggesting software until you better understand how to do it properly. – Ramhound – 2017-11-14T22:27:52.053

I've tried both softwares and it's working. I don't see anything wrong if I suggest it to someone. I still can't understand why are you so negative? – BlueDev – 2017-11-14T22:31:58.510

1

Today I needed to read my APFS partition from desktop Windows machine. As I already answered here there is a free for now (preview-version) APFS for Windows by Paragon. It worked perfectly well for me in read-only mode.

Kirill

Posted 2016-12-17T23:56:14.827

Reputation: 308

0

Apple has not released specs at this time so currently only experimental software is available. apfs-fuse is an open source project attempting to implement support via FUSE. Paragon is working on a driver but has yet to release any details on how to get it. I don't know about anything else yet.

wheredidthatnamecomefrom

Posted 2016-12-17T23:56:14.827

Reputation: 198