mcraidy
Members
-
Joined
-
Last visited
Solutions
-
mcraidy's post in NFS Issues (?) was marked as the answerFIXED
As seen in the logs:
I ran exportfs -r manually and finally saw an error:
root@storage:~# /usr/sbin/exportfs -r exportfs: /etc/exports:2: syntax error: bad option list
I disabled the 2nd NFS share as seen in `/etc/exports`:
# See exports(5) for a description. # This file contains a list of all directories exported to other computers. # It is used by rpc.nfsd and rpc.mountd. "/mnt/user/backup" -fsid=102,async,no_subtree_check 172.24.15.51(sec=sys,rw),subtree_check "/mnt/user/frigate" -fsid=103,async,no_subtree_check *(rw,sec=sys,insecure,anongid=100,anonuid=99,all_squash) "/mnt/user/photos" -fsid=104,async,no_subtree_check *(rw,sec=sys,insecure,anongid=100,anonuid=99,all_squash)
And NFS now seems to start (running showmount -e on the server returns the exports).
FYI the bad config for the backup share was:
I've now fixed and all working.
For the devs - it'd be great if there was some sort of validation of the config and/ or some indication that NFS isn't actually running.