Linux NFS Server with Rclone and local disk for cache

thanks to this fix https://beta.rclone.org/branch/fix-2115-nfs/v1.54.0-beta.4869.bfcd4113c.fix-2115-nfs/
NFS Share is now possible and seems to be working very well.

Also is there any suggestion of how this should be mounted?

My current mount:

rclone mount gcrypt: /gdrive --allow-other --dir-cache-time 720h --poll-interval 15s --cache-dir=/cache --vfs-cache-mode full --vfs-cache-max-size 1024G --vfs-cache-max-age 3360h --write-back-cache --vfs-write-wait 60m &
Thougts:

Some of my thoughts here are:
vfs-cache-max-age should be forever and when cache disk is full the least used file should be removed for creating of new files. this because of saving bandwidth and increase of speed.

write back cache and vfs cache wait is for when adding files should go very fast and rclone can work quite in background uploading files.

Gladly to for input and thoughts on this.

1 Like