thejoelpatrol / fusehfs

Update of FuseHFS for macFUSE on macOS 12 Monterey
28 stars 8 forks source link

macOS has removed support for resource forks! #8

Closed gingerbeardman closed 1 year ago

gingerbeardman commented 1 year ago

In macOS (not sure since when, but I'm seeing this in Monterey 12.6.1) the resource fork part of files is no longer accessible.

But:

So, even if we are now able to open an old disk using FuseHFS, the contents are not completely accessible.

Damn it, Apple!

More info

phcoder commented 1 year ago

A possibility is to virtually create Apple Double-named files or to virtually create .rsrc and .finf. I guess that almost every software running on OSX supports one or the other. Apple Double is more likely as that is what OSX uses on e.g. FAT32

phcoder commented 1 year ago

https://github.com/thejoelpatrol/fusehfs/pull/11 should help

joevt commented 1 year ago

I don't think this is a problem and should be closed.

gingerbeardman commented 1 year ago

I agree it's not a guards problem, but I'm unable to access files as you've seen in other bug reports.

I'm happy to close here.