On Wed, 2007-04-18 at 09:21 -0700, Michael wrote: > I am seeing some weird behavior with autofs/mount. > > /proc/mounts, mounts, and auto.master don't seem to agree. > > /proc/mounts: > filer:/export/users/mythtv /home/mythtv nfs > rw,vers=3,rsize=262144,wsize=262144,hard,proto=tcp,timeo=600,retrans=2,sec=sys,addr=filer > > 0 0 > > mount: > filer:/export/users/mythtv on /home/mythtv type nfs (rw,addr=192.168.101.1) > > Here is my auto.master > ypcat -k auto.master > /home auto.home > bg,hard,intr,retry=10000,rsize=8192,wsize=8192,acregmin=3,acregmax=60,acdirmin=30,acdirmax=60,timeo=600,retrans=5,nfsvers=3,tcp > > The 262144 size is strange and I don't have any idea where that is > coming from. > > Also, mounting by hand: > > [EMAIL PROTECTED] ~]# mount -o rsize=8192,wsize=8192 > filer:/export/users/mythtv /mnt > [EMAIL PROTECTED] ~]# mount | grep mnt > filer:/export/users/mythtv on /mnt type nfs > (rw,rsize=8192,wsize=8192,addr=192.168.101.1) > [EMAIL PROTECTED] ~]# grep mnt /proc/mounts > filer:/export/users/mythtv /mnt nfs > rw,vers=3,rsize=262144,wsize=262144,hard,proto=tcp,timeo=600,retrans=2,sec=sys,addr=filer > > 0 0 > > Any thoughts on what is happening here? Is rsize really 262144 or are > things being reported incorrectly?
I don't know. I haven't noticed this before but that's certainly odd. Maybe the folks on nfs-list will be able to help. Ian _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
