View Single Post

  #1 (permalink)  
Old 03-27-2006, 11:15 AM
warren warren is offline
Member
User
 
Join Date: Jun 2005
Posts: 45
Rep Power: 0
warren
Default How to verify the options used when mounting a nfs FS.

After mounting an exported NFS file system:
# mount -F nfs nfs_server:/mnt /mnt_point

How do I verify what's the default options being used?
In Linux, we can issue the command "mount" or "cat /proc/mounts" then we can see what are the defaults options being used. The size of r/wsize, what's the protocol used, etc..right?
So in Solaris, how can I verify it?

thanks,
warren
Reply With Quote