Linux / UNIX Tech Support Forum
This is a discussion on How to verify the options used when mounting a nfs FS. within the Solaris/OpenSolaris forums, part of the UNIX operating systems category; After mounting an exported NFS file system: # mount -F nfs nfs_server:/mnt /mnt_point How do I verify what's the default ...
|
|||||||
| Solaris/OpenSolaris Discuss all about the SUN Solairs/OpenSolaris. You are free to talk about any issues related to Solaris administration, networking, services and other stuff, share information or ask doubts. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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 |
| Sponsored Links | ||
|
|
|
|||
|
Thanks so much for the information.
ok, seems this is the only supported options when mounting a nfs in Solaris... read/write/setuid/devices/nohidden/nofoldcase/dev=19a3010 Also in the manual I cannot find how to mount it using tcp or udp, hard or soft. Anyone knows what are the default for the ff: tcp or udp? hard or soft? rsize/wsize size? nfs version? intr or nointr? timeo=? etc.... Some of these options will definitely depends on the client. thanks, warren |
|
||||
|
Use syntax:
Code:
mount -F nfs -o OPTIONS HOST:PATH /path/to/local OPTIONS can be tcp or udp, hard or soft etc. To see all option read man page mount_nfs. Code:
man mount_nfs |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| passing options to a shell script | bigpaw | Shell scripting | 2 | 11-10-2007 02:40 AM |
| Verify X.org configuration file | Yasar | Getting started tutorials | 1 | 06-09-2007 02:43 PM |
| Certification options !!! | donovan | The Hangout | 14 | 30-05-2007 04:48 AM |
| Howto verify linux open port | nixcraft | Getting started tutorials | 0 | 18-05-2007 01:49 AM |
| Linux : How do I verify which ports are listening? | sweta | Getting started tutorials | 0 | 30-07-2006 10:02 PM |