Rclone v1.65.0 release

Related to this release, testing nfsmount on macOS (Sonoma/14.1.x) is giving thousands of AppleDouble errors ("._" resource-fork/shadow-files) and .DS_Store (folder view config) errors in the log, not to mention that most file moves and copies into the mountpoint fail.

Reads and access outside of any writes do work quite nicely.

Would this be a good thread to post a brief excerpt, or should I start a new thread here on nfsmount and tag anyone in particular?


As a preview of the nfsmount error:


My incantation:
rclone nfsmount --vfs-cache-mode full --filter-from "/Users/<user>/.config/rclone/rclone-filter-rules.txt" OD: ~/MOUNT-OneDrive --verbose


My filter rules:

- **/.DS_Store
- **/.hidden*
- **/._*

The errors (excerpts) of both problems:


Problem #1: it appears that the filter rules are not respected(?)

NOTICE: NFS Server running at 127.0.0.1:55165
[ERROR] No file for lookup of ._.
[ERROR] call to 0x106<###> failed: No such file or directory
[ERROR] No file for lookup of .hidden
[ERROR] call to 0x106<###> failed: No such file or directory
[ERROR] No file for lookup of .DS_Store
[ERROR] call to 0x106<###> failed: No such file or directory
[...]
[ERROR] call to 0x106<###> failed: No such file or directory
[ERROR] No file for lookup of ._7F2A8214.JPG
[ERROR] call to 0x106<###> failed: No such file or directory
[ERROR] No file for lookup of ._7F2A8215.JPG
[ERROR] call to 0x106<###> failed: No such file or directory
[ERROR] No file for lookup of ._7F2A8196.JPG
[ERROR] call to 0x106<###> failed: No such file or directory
[ERROR] No file for lookup of ._7F2A8216.JPG
[ERROR] call to 0x106<###> failed: No such file or directory
[ERROR] No file for lookup of ._7F2A8197.JPG

[repeat approx 7200x times]

Problem #2 (major) : all files attempting to copy from Finder into the nfsmount fail... it is not possible to write from Finder, however simple operations like touch and cat from a shell do write properly.
Details:

[ERROR] No file for lookup of ._GH010215.mp4
[ERROR] call to 0x106<###>  failed: No such file or directory
INFO  : SdT-Inboxes/GH010215.mp4: vfs cache: removed cache file as file deleted
[ERROR] No file for lookup of ._7F2A7976.JPG
[ERROR] call to 0x106<###>  failed: No such file or directory
[ERROR] err loading attrs for SdT-Inboxes/GH010215.mp4: file does not exist
[ERROR] No file for lookup of ._7F2A7977.JPG
[ERROR] call to 0x106<###>  failed: No such file or directory
[ERROR] err loading attrs for SdT-Inboxes/GH010215.mp4: file does not exist

(And confirming that the copy into the mount did fail, checking with Finder, ls -hAls, and even OneDrive webUI... and that the file does not actually already exist.)


I'm happy to make a new thread if that's more helpful to the project. :slight_smile: My plan is to extensively test (and use!) nfsmount on macOS on my personal and family computers!

1 Like