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? [EMAIL PROTECTED] ~]# uname -a Linux client 2.6.20-1.2944.fc6 #1 SMP Tue Apr 10 17:46:00 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux [EMAIL PROTECTED] ~]# rpm -q autofs autofs-5.0.1-0.rc3.26 Michael _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
