• Hello Guest! We're hosting a challenge to welcome vintage Intel macs to the MLA during the month of July! See this thread for more information.

MacISO Extract

Netatalk is going to get pretty grumpy with a read-only file system. Even if you run the share as ad=v2 (this uses the hidden .AppleDouble folders), its still going to try and write CNID information to the metadata files. Netatalk "should" work with the ._ file option (ad=ea), but the conversion routine is once again likely hitting the read-only filesystem and having problems. This likely could be fixed by synthesizing the org.netatalk.metadata EA via FUSE and putting "Netatalk" padded with spaces into the 16 byte "filler" area in the ._ AppleDouble file.
 
Back
Top