u/wh0isit

NFS share syntax?

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)

https://preview.redd.it/kvsbm9tvahah1.png?width=571&format=png&auto=webp&s=8afd49dc4df96f39773ae651ad9669395625a8a8

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.

reddit.com
u/wh0isit — 5 days ago