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 for APFS/HFS and other essentials #17

Closed
mszoek opened this issue Mar 17, 2021 · 4 comments
Closed

Support for APFS/HFS and other essentials #17

mszoek opened this issue Mar 17, 2021 · 4 comments

Comments

@mszoek
Copy link
Collaborator

mszoek commented Mar 17, 2021

Configure the kernel
Userspace tools
Can the default root fs be APFS?

@mszoek mszoek added this to To do in Airyx Development via automation Mar 18, 2021
@probonopd
Copy link
Contributor

Also see helloSystem/ISO#170.

@davidchisnall
Copy link

ZFS provides most of the advantages of APFS (compression, snapshots, and so on). Writing command-line tools that wrap libzfs_core and mimic the interface of Apple's disk-management tooling would be much easier than adding a kernel driver for APFS.

That said, APFS is very well documented by Apple and I'd love for someone to add FreeBSD support for it and provide some tools that abstracted over it and zfs.

@mszoek
Copy link
Collaborator Author

mszoek commented Aug 5, 2021

ZFS provides most of the advantages of APFS (compression, snapshots, and so on). Writing command-line tools that wrap libzfs_core and mimic the interface of Apple's disk-management tooling would be much easier than adding a kernel driver for APFS.

Yep, that is exactly the strategy for the native filesystem! The intent of supporting HFS+ & APFS is mostly to read/write macOS volumes like external drives or USB sticks. I had originally thought of using APFS natively but then I discovered how good ZFS is and of course that there is no kernel support for APFS yet. sad trombone

@mszoek
Copy link
Collaborator Author

mszoek commented Jun 19, 2022

Similar to #81 - closing.

@mszoek mszoek closed this as completed Jun 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

3 participants