On Tue, Jul 24, 2007 at 09:08:55PM +0200, Steinar H. Gunderson wrote: > On Tue, Jul 24, 2007 at 01:42:18PM -0500, Dale Purdy wrote: > > Perhaps the 1:1.1.0-4 version was filtering out the grpid option so > > that the mount still took place. > > I've considered the same, but it really doesn't make sense. Could you please > try a manual mount with 1:1.1.0-4 and 1:1.1.0-11? I'm wondering if this is > autofs-specific somehow... >
with 1:1.1.0-11: [EMAIL PROTECTED]:~$ sudo mount -t nfs -o rw,hard,intr,grpid,noquota,rsize=8192,wsize=8192 estes:/var/mail /mnt Unsupported nfs mount option: grpid and the automounter also does not mount it. [EMAIL PROTECTED]:~$ cd /var/mail bash: cd: /var/mail: No such file or directory [EMAIL PROTECTED]:~$ mount|grep email automount(pid5055) on /data/email type autofs (rw,fd=4,pgrp=5055,minproto=2,maxproto=4) with 1:1.1.0-4: [EMAIL PROTECTED]:~$ sudo mount -t nfs -o rw,hard,intr,grpid,noquota,rsize=8192,wsize=8192 estes:/var/mail /mnt Unsupported nfs mount option: grpid But the automounter mounts it: [EMAIL PROTECTED]:~$ cd /var/mail [EMAIL PROTECTED]:/var/mail$ mount|grep email automount(pid5055) on /data/email type autofs (rw,fd=4,pgrp=5055,minproto=2,maxproto=4) estes:/var/mail on /data/email/estes type nfs (rw,hard,intr,grpid,noquota,rsize=8192,wsize=8192,hard,intr,grpid,noquota,addr=128.162.236.10) -- Dale -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]