On Tue, Jul 24, 2007 at 07:17:42PM +0200, Steinar H. Gunderson wrote:
> On Tue, Jul 24, 2007 at 11:24:08AM -0500, Dale Purdy wrote:
> > After upgrading from 1:1.1.0-4 version to 1:1.1.0-11 version, the
> > grpid option is no longer supported.
> 
> Actually, I checked, and grpid is for ext2/ext3 file systems only. It does
> not seem to be supported under NFS at all.
> 
> > revert to the 1:1.1.0-4 version and it works.
> 
> That's funny, it doesn't for me:
> 
>   fugl:~> sudo mount -t nfs -o grpid 192.168.0.101:/ /mnt
>   Unsupported nfs mount option: grpid
> 
> That's without nfs-common installed, and with mount 2.12.
> 

I think the grpid option is to have the filesystem support BSD
directory group-id semantics.  I don't think I particularly need this
support per se, but I am automounting filesystems from a diverse
environment involving numerous *NIX systems and the NIS automounter
maps are outside of my control.  An example of some of the maps:

[EMAIL PROTECTED]:~$ ypcat auto_master
...
auto_email      -rw,hard,intr,grpid,noquota,rsize=8192,wsize=8192
auto_tomahawk   -rw,intr,noquota,soft,rsize=8192,wsize=8192
auto_eagan      -rw,intr,soft,grpid,noquota
...

[EMAIL PROTECTED]:~$ ypcat auto_email
thistle:/var/mail
-rw,hard,intr,grpid,noquota     estes:/var/mail

[EMAIL PROTECTED]:~$ ypcat auto_eagan
-rw,hard,intr           thistle:/export/data/&
-rw,soft,intr           thistle:/export/data/issrc/sw-sunos5.x
-rw,soft,intr           thistle:/export/data/issrc
-rw,soft,intr           thistle:/export/data/issrc/sw-linux
...

Perhaps the 1:1.1.0-4 version was filtering out the grpid option so
that the mount still took place.

It appears that bugs 376089, 377076, and 376839 involve the same kind
of problem.

-- 
Dale


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to