Hi Josh,
[resent due to vger reject, sorry ...]
On 15/04/24 13:25, Josh Juran wrote:
It would be nice supporting the MFS
filesystem natively within Linux, which could be read-only or
read-write.
An alternative to native filesystem support is to read and write disk images in userspace. Aside from not increasing the kernel’s attack surface or imposing a licensing constraint, it has the benefit of being portable to other operating systems.
My thoughts - something like hfsutils might be best for this purpose.
Cheers,
Michael
For example, I created a (so far) read-only implementation of MFS for Advanced Mac Substitute[1] (an emulator plus reimplementation of Mac OS for running 68K applications).
https://github.com/jjuran/metamage_1 (see 68k/modules/ams-fs/MFS.cc)
If someone does seek to implement MFS, at the very least you might find the comments useful.
Cheers,
Josh
[1]https://www.v68k.org/ams/