Hey everyone!
Everything was working fine when I was using NFS to mount a remote drive on macOS 14. But today, after upgrading to the macOS 15 RC version, I started getting a 100093 error when transferring files via NFS.
I've looked up quite a few solutions online and tried the following on my Mac (NFS mount point is /tmp/mmm/
). I found that transferring files only works when they're placed inside a folder, or when using the cp command in the terminal to copy files.
Here's the detailed situation:
-
Dragging and dropping or copying any file to the NFS mount directory via Finder only creates the file, but it's empty and shows a 100093 error.
-
Using the
cp
command to copy the same file to the NFS mount directory works fine in terms of writing the file content, but still shows an error about failing to write extended attributes. (just renamed the 33.png to 2.png) -
However, if I put the files into a folder and then copy that folder via Finder or terminal to the NFS mount directory, everything works normally.
Any ideas on how to solve this? Could it be a bug related to the macOS 15 RC system upgrade, or is it something to do with the NFS itself?
Thanks in advance for any help!