home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / unix / amiga / 251 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.6 KB

  1. Path: hearst.acc.Virginia.EDU!adastra!mbs
  2. Newsgroups: comp.unix.amiga
  3. From: mbs@adastra.cvl.va.us (Michael B. Smith)
  4. Subject: Re: BFFS for NetBSD 1.1?
  5. 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>
  6. X-NewsReader: GRn 3.0 January 12, 1996
  7. MIME-Version: 1.0
  8. Content-Type: text/plain; charset=iso-8859-1
  9. Content-Transfer-Encoding: 8bit
  10. Message-ID: <mbs.47kz@adastra.cvl.va.us>
  11. Date: Thu, 25 Jan 96 14:40:32 EDT
  12. Organization: Only if you insist...
  13.  
  14. In article <4e4j1l$s80@news.mtu.edu> cdh@mtu.edu (Chris Hooper) writes:
  15. >     5. Support for AS225 packets 50 and 51 [ls uses these to get
  16. >     owner/group/permissions (iff someone can tell me what these
  17. >     packets expect)
  18.  
  19. #define ACTION_EX_OBJECT    50
  20. #define ACTION_EX_NEXT        51
  21.  
  22. ACTION_EX_OBJECT looks just like an ACTION_EXAMINE_OBJECT. ACTION_EX_NEXT
  23. looks just like an ACTION_EXAMINE_NEXT.
  24.  
  25. UID and GID are UWORDS immediately after fib_Comment, just like in
  26. the 2.x+ fib, then:
  27.  
  28.     LONG is_remote;     /* on nfs mounted volume */
  29.     LONG mode;        /* unix-mode when is_remote != ZERO */
  30.     char fib_Reserved [24];
  31.  
  32. However: this is subject to change without notice. Obviously.
  33. This is pretty internal to the NFS client and server.
  34.  
  35. The I-Net 225 'ls' (and the AS225 'ls') will only look at the
  36. 'mode' entry if is_remote is set. And, if the EX_OBJECT or
  37. EX_NEXT packet fails, then is_remote is reset for the relevant
  38. fib.
  39. --
  40.   //   Michael B. Smith
  41. \X/    mbs@adastra.cvl.va.us
  42.