
▲ 2 r/UFManagerPro
NFS share syntax?
The shared folder is called '20T' on 10.0.0.11.
In linux the mount command is mount -t nfs 10.0.0.11:/20T <client mountpoint>.
The NAS exports file is pretty simple:
/srv/nfs 10.0.0.0/16(rw,sync,crossmnt,fsid=0,no_root_squash)
/srv/nfs/20T 10.0.0.0/16(rw,sync,no_root_squash)
I've tried the 20T as the remote path, 10.0.0.11/20T, 10.0.0.11:/20T, 2049 as the port number... Nothing worked so far.
u/wh0isit — 5 days ago