hp unix
mount -F nfs -o rw,bg,hard,rsize=32768,wsize=32768,vers=3,nointr,timeo=600,proto=tcp,suid,forcedirectio 172.16.8.90:/xtts /xtts
aix
mount -t nfs -o rw,bg,hard,nointr,rsize=32768,wsize=32768,nolock,proto=tcp,actimeo=0,vers=3,timeo=600 172.16.8.90:/xtts /xtts
Linux
mount -t nfs -o rw,bg,hard,rsize=32768,wsize=32768,vers=3,nointr,timeo=600,tcp,actimeo=0 172.16.8.90:/xtts /xtts
标签:32768,600,hard,tcp,nfs,xtts,Oracle,挂载 From: https://www.cnblogs.com/hanglinux/p/17129826.html