NFS共享权限挂载

mount -t nfs 192.168.2.203:/data/lys /lys -o proto=tcp -o nolock

/home/arcgisserver/spatialData 172.16.*.*(rw,sync,no_root_squash,no_subtree_check)

mount 172.16.2.18:/home/arcgisserver/spatialData /nfs -t nfs -o nolock

指定用户

/data 172.16.*.*(rw,sync,all_squash,anonuid=1000,anongid=1000,no_subtree_check)

mount 172.16.2.20:/data /data -t nfs -o nolock

原文地址:https://www.cnblogs.com/gispathfinder/p/10372697.html