home *** CD-ROM | disk | FTP | other *** search
- Path: hearst.acc.Virginia.EDU!adastra!mbs
- Newsgroups: comp.unix.amiga
- From: mbs@adastra.cvl.va.us (Michael B. Smith)
- Subject: Re: BFFS for NetBSD 1.1?
- References: <19960121.7776360.10C59@contessa.phone.net> <4e068a$4id@serpens.rhein.de> <4e1nej$62d@pellew.ntu.edu.au> <4e2i21$40q@serpens.rhein.de> <4e3sim$djd@scitsc.wlv.ac.uk> <4e44ln$5mn@serpens.rhein.de> <4e4j1l$s80@news.mtu.edu>
- X-NewsReader: GRn 3.0 January 12, 1996
- MIME-Version: 1.0
- Content-Type: text/plain; charset=iso-8859-1
- Content-Transfer-Encoding: 8bit
- Message-ID: <mbs.47kz@adastra.cvl.va.us>
- Date: Thu, 25 Jan 96 14:40:32 EDT
- Organization: Only if you insist...
-
- In article <4e4j1l$s80@news.mtu.edu> cdh@mtu.edu (Chris Hooper) writes:
- > 5. Support for AS225 packets 50 and 51 [ls uses these to get
- > owner/group/permissions (iff someone can tell me what these
- > packets expect)
-
- #define ACTION_EX_OBJECT 50
- #define ACTION_EX_NEXT 51
-
- ACTION_EX_OBJECT looks just like an ACTION_EXAMINE_OBJECT. ACTION_EX_NEXT
- looks just like an ACTION_EXAMINE_NEXT.
-
- UID and GID are UWORDS immediately after fib_Comment, just like in
- the 2.x+ fib, then:
-
- LONG is_remote; /* on nfs mounted volume */
- LONG mode; /* unix-mode when is_remote != ZERO */
- char fib_Reserved [24];
-
- However: this is subject to change without notice. Obviously.
- This is pretty internal to the NFS client and server.
-
- The I-Net 225 'ls' (and the AS225 'ls') will only look at the
- 'mode' entry if is_remote is set. And, if the EX_OBJECT or
- EX_NEXT packet fails, then is_remote is reset for the relevant
- fib.
- --
- // Michael B. Smith
- \X/ mbs@adastra.cvl.va.us
-