Is it possible to mount APFS (Apple's newest file system) in Ubuntu 17.10?

27,929

Solution 1

No, and it probably won't be possible for a long while. From Apple's APFS FAQ:

Is APFS open source?

An open source implementation is not available at this time. Apple plans to document and publish the APFS volume format specification.

So after Apple releases the APFS specs (at some unspecified date), someone will have to do the implementation work, and it would probably take many years before it attains a decent level of functionality (especially if you want write access).

Solution 2

If you are willing to compile from source, you can try apfs-fuse from Github.

The author warns that it is in an early stage and read-only, but therefore shouldn't damage the disk you try to mount. To get just one or two files read from an Apple volume, it might be OK.

Share:
27,929
helprequired
Author by

helprequired

Updated on September 18, 2022

Comments

  • helprequired
    helprequired over 1 year

    I've tried retroactively mounting it using

    mount -t hfplus 
    

    but I get a 'wrong fs type' error.
    Is it yet possible to mount APFS without commercial software?

    • Sebastián Thierer
      Sebastián Thierer over 6 years
      Did you try with these? It is a paid one, but if you need it ;) paragon-software.com/business/apfs-linux
    • MadPhysicist
      MadPhysicist almost 3 years
      Ubuntu 20.04 appears to mount it successfully by default. However, it is read-only.
  • MCCCS
    MCCCS over 5 years
  • fkraiem
    fkraiem over 5 years
    @MCCCS No. This is just an API reference, not the filesystem specifications. It is for people who write software to interact with the filesystem through the OS X drivers, not to write new drivers.