From: Ladd Hebert <lhebert@hou.asp.ti.com>
To: Justin Rush <jrush@scout.wisc.edu>
Cc: autofs@linux.kernel.org
Subject: Re: Passing the automounter mount options
Date: Fri, 3 Oct 2003 11:28:35 -0500 [thread overview]
Message-ID: <20031003162835.GA5006@hou.asp.ti.com> (raw)
In-Reply-To: <Pine.LNX.4.44.0310031023200.17845-100000@fromage.scout.wisc.edu>
On Fri, Oct 03, 2003 at 10:28:37AM -0500, thus Justin Rush spoke:
> Hi,
> I am troubleshooting nfs performance and I am trying to pass some
> options to the automounter. We are using NIS with an auto.home file to
> automount user's homedirectories. I have a line like :
> jrush -rw,soft,rsize=32768,wsize=32768,nfsvers=3 host:/path/to/home
> However it does not seem to work because I do not get the same perfermance
> as when I do an nfs mount manually, ie. mount -t nfs host:/path dir/ -o
> rsize=32768,wsize=32768,nfsvers=3
>
> Am I missing something here or just editing the wrong file?
>
---end quoted text---
You didn't specify which OS/Distro, but on my Redhat machines, I edit the
/etc/init.d/autofs init script directly. There is a section in the init
script that allows you to specify mount options and daemon options.
Ie:
#
# We can add local options here
# e.g. localoptions='rsize=8192,wsize=8192'
#
localoptions=''
# Daemon options
# e.g. --timeout 60
#
daemonoptions=''
-Ladd
--
+----------------------------------+
| Ladd J Hebert <lhebert/@\ti.com> |
| UNIX Systems Administrator |
| Stafford Infrastructure Team |
| Texas Instruments - Stafford,TX |
| "visualize world blinker usage" |
+----------------------------------+
next prev parent reply other threads:[~2003-10-03 16:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-03 15:28 Passing the automounter mount options Justin Rush
2003-10-03 16:09 ` Mike Waychison
2003-10-03 16:28 ` Ladd Hebert [this message]
2003-10-03 18:13 ` Justin Rush
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20031003162835.GA5006@hou.asp.ti.com \
--to=lhebert@hou.asp.ti.com \
--cc=autofs@linux.kernel.org \
--cc=jrush@scout.wisc.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.