Hopefully this is an acceptable ask and place for this:
With Apple abandoning support for certain legacy file systems, such as HFS, would this be something that could be made open source?
The idea here is to make facilitate software preservation and access, and maybe even provide the opportunity to develop an FSKit implementation via the community? Also would Apple have any strong business reason to keep it closed source once essentially considered abandoned?
Though maybe simply tryinging to port https://github.com/0x09/hfsfuse to FSKit would be more realistic in the HFS specific scenario?
I can’t really address the wider picture here, but I do want to point out that the HFS [Plus] implementation has been open source via Darwin since The Dawn of Time™ [1]. You can find the latest version in the hfs repository. For older versions you’ll have to dig into the xnu (kernel) repository.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
[1] Well, since Darwin was rolled out, early in the Mac OS X effort, so over 25 years ago.