cancel
Showing results for 
Search instead for 
Did you mean: 

Mount options

Former Member
0 Kudos

We have a filesystem mounted via NFS on 2 systems, both are automounted. When we run a bdf command de filesystem doesn’t appear, but if we try to access to the filesystem we can. We would like to know if there’s any recommendation about the mount options for filesystems.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Jesus,

Have you looked at the options for the command? Many of the Unix file system commands will ignore mounted directories by default (I believe 'du' does it that way) but have a switch to include these.

Hope that helps.

J. Haynes

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you both, the info was very useful.

Former Member
0 Kudos

The directory is mounted by autmount when you access that directory.

This is exact automount functionaility.

This is why you cannot see in the output of "df" command when you are not using.

The recommended NFS mount option could be ...

if you use NetApp filer as NFS server,

this techinical white paper could be helpful.

http://www.netapp.com/us/library/technical-reports/tr_3442.html

-<snip>-

Correct NFS mount options are important to provide optimal performance and system stability.

Linux®: rw,bg,hard,nointr,rsize=32768,wsize=32768,tcp,vers=3,suid,timeo=600

Solaris™: rw,bg,hard,nointr,rsize=32768,wsize=32768,proto=tcp,vers=3,suid,[forcdirectio or llock]

AIX, HP/UX rw,bg,hard,nointr,rsize=32768,wsize=32768,proto=tcp,vers=3,suid