On Mon, Apr 23, 2007 at 10:22:44AM -0700, Michael wrote: > > [EMAIL PROTECTED] /]# mount -o > rsize=16384,wsize=16384,proto=tcp,timeo=600,retrans=2 filer:/export /mnt > > mount | grep mnt > filer:/export on /mnt type nfs > (rw,rsize=16384,wsize=16384,proto=tcp,timeo=600,retrans=2,addr=192.168.101.1) > > grep mnt /proc/mounts > filer:/export /mnt nfs > rw,vers=3,rsize=262144,wsize=262144,hard,proto=tcp,timeo=600,retrans=2,sec=sys,addr=filer > > 0 0
Is the same volume from the same server already mounted somewhere else in this box? If so, the kernel is sharing the superblock for these two mounts of the same volume, and both the mount flags and nfs parameters have been set by the first mount. For more information, check upstream commit 54ceac4515986030c2502960be620198dd8fe25b. Cheers, Fábio -- ex sed lex awk yacc, e pluribus unix, amem _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
