|
changing nfs options on Solaris 10
hi
I changed nfs options in "/etc/auto_master":
/net -hosts rw,bg,hard,nointr,rsize=32768,wsize=32768,tcp,ve
rs=3,timeo=600,actimeo=0
then I did
automount -v
svcadm restart svc:/system/filesystem/autofs
svcadm restart svc:/network/nfs/server:default
When doing 'mount' command,I see
remote/read/write/nosetuid/nodevices/xattr/dev=4702d15 on Tue May 6 16:39:04 2008
for /net/remote/remoteserver9
Shouldn't I see the new options?
How to check that Solaris has the new options?
Do I need to restart other services?
thanks.
|