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

APFS: Implement for Haiku #5480

Open
kenmays opened this issue Dec 10, 2020 · 1 comment
Open

APFS: Implement for Haiku #5480

kenmays opened this issue Dec 10, 2020 · 1 comment

Comments

@kenmays
Copy link
Contributor

kenmays commented Dec 10, 2020

APFS is Apple's next-generation '64-bit oriented' File System for Apple Watch, Apple TV, iPhone, iPad, MacBook, iMac, and Mac Pro optimized for flash and solid-state storage devices. APFS replaces Apple's HFS+ file system (i.e. on all current and newer devices).

NOTE: APFS implementation may not perform efficiently or properly on Haiku 32-bit platforms (i.e. if ported). Read/write/modify and file attributes may depend entirely on underlying APFS driver support. We should also review read support for Apple HFS+ for legacy reasons. Apple's HFS read support was dropped as of macOS 10.15 stable release.

  1. Ref: https://dev.haiku-os.org/ticket/16333
  2. Ref: https://github.com/sgan81/apfs-fuse
@bugcrazy
Copy link

Here interesting apfstests and code links for references or ideas:

https://github.com/linux-apfs/apfstests

https://github.com/orgs/linux-apfs/repositories

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

No branches or pull requests

3 participants