- Closed
Hi, when i try to add a second host to a nfs share rule and click apply, Unraid removes the space between the rules.
Afterwards i get the error "root: exportfs: /etc/exports:3: syntax error: bad option list" in syslog.
On the client side, you get the error:
mount.nfs: mounting 192.168.10.10:/mnt/user/dlna failed, reason given by server: No such file or directory
Screenshot of Unraid after apply
I think the /etc/exports is missing in the diagnostics.
root@unraid:~# cat /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/crypted" -fsid=101,async,no_subtree_check 192.168.10.14(async,no_subtree_check,rw,sec=sys,insecure,anonuid=1000,anongid=100,all_squash)
"/mnt/user/dlna" -fsid=102,async,no_subtree_check 192.168.10.14(async,no_subtree_check,rw,sec=sys,insecure,anonuid=1000,anongid=100,no_root_squash)192.168.10.164(async,no_subtree_check,rw,sec=sys,insecure,anonuid=1000,anongid=100,no_root_squash)
"/mnt/user/downloads" -fsid=105,async,no_subtree_check 192.168.10.14(async,no_subtree_check,rw,sec=sys,insecure,anonuid=1000,anongid=100,all_squash)
"/mnt/user/isos" -fsid=103,async,no_subtree_check (rw,sec=sys,insecure,anongid=100,anonuid=99,all_squash)
"/mnt/user/ps2" -fsid=106,async,no_subtree_check 192.168.10.14(async,no_subtree_check,rw,sec=sys,insecure,anonuid=1000,anongid=100,all_squash)
"/mnt/user/retroarch" -fsid=104,async,no_subtree_check 192.168.10.14(async,no_subtree_check,rw,sec=sys,insecure,anonuid=1000,anongid=100,all_squash)
"/mnt/user/share" -fsid=100,async,no_subtree_check (rw,sec=sys,insecure,anongid=100,anonuid=99,all_squash)