Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of APFS (new Apple File System) #39

Open
tomkoen opened this issue Jun 14, 2016 · 8 comments
Open

Support of APFS (new Apple File System) #39

tomkoen opened this issue Jun 14, 2016 · 8 comments

Comments

@tomkoen
Copy link
Contributor

tomkoen commented Jun 14, 2016

Would be happy to see someday support of new Apple FS

Apple File System supports nearly all of the features of HFS+, and offers improvements over HFS+, including 64-bit inode numbers, 1 nanosecond timestamp granularity, an expansive block allocator, support for sparse files, and a crash protection scheme.

@tomkoen tomkoen changed the title Support of AFS (Apple File System) Support of APFS (new Apple File System) Jun 14, 2016
@LubosD
Copy link
Member

LubosD commented Jun 14, 2016

Yep, thought the same yesterday. Do you happen to know if AFS will also be used in DMGs? I assume yes, but just to be sure.

@tomkoen
Copy link
Contributor Author

tomkoen commented Mar 6, 2017

Sorry for the late reply. Nope, still haven't met APFS in DMG

@tomkoen
Copy link
Contributor Author

tomkoen commented Sep 18, 2017

Ok, now it's easy to create DMG with APFS:

hdiutil create -volname myVolume -srcfolder ~/MyVolumeFolder -ov -fs apfs myVolume.dmg

From Apple FAQ:
Q: Is APFS open source?
A: An open source implementation is not available at this time. Apple plans to document and publish the APFS volume format specification.

@jack980517
Copy link

The DMGs in IPSWs (iOS firmware files) uses APFS since iOS 10.3.

@tomkoen
Copy link
Contributor Author

tomkoen commented Feb 20, 2018

@tomkoen
Copy link
Contributor Author

tomkoen commented Apr 15, 2018

@zivkaspersky
Copy link

as a default if you create a DMG in latest version of hdutil it create a GPT partitioned disk with a APFS file system.

@TheRedXD
Copy link

bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants