home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 13 / MA_Cover_13.bin / source / c / nfsd / readme < prev   
Encoding:
Text File  |  1999-11-30  |  1.8 KB  |  48 lines

  1. Amiga nfsd beta release, 30th November 1999
  2.  
  3. This is a slightly less unfinished NFS v2 server for the Amiga.
  4. What you see so far is the work of Joseph Walton <ver@etla.org>, with some
  5. important improvements by Henryk Richter. Contributions are welcome.
  6.  
  7. This software is distributed under the terms of the GNU General Public
  8. License; either version 2 of the License, or (at your option) any
  9. later version.
  10.  
  11. As an early product, there is little or no documentation, but if you
  12. know NFS, it should all be fairly self-explanatory.
  13.  
  14. NFS is an RPC service, so make sure you have a portmapper running on the
  15. server. A suitable implementation comes with AmiTCP (it requires more
  16. stack than usual - 16k should be sufficient).
  17.  
  18. nfsd.config determines what is exported and to whom. It also purports
  19.  to be self-documenting. Overlapping exports are currently permitted
  20.  (for example, a directory is exported read-only to everybody but
  21.   a subdirectory is exported read-write to a specific host). However,
  22.  this facility may well be removed for performance reasons.
  23.  
  24. nfsd.inode will be created and used to store a single 32 bit value.
  25.  (Initialise to 0x00000001 before the first run if warning messages
  26.   bother you)
  27.  
  28. Command line options:
  29.  
  30. GMTOFFSET/K/N,ALLOWROOT/S,VERBOSE/S
  31.  
  32. Use GMTOFFSET to set the offset (in hours) of local time from GMT. NFS
  33. talks in GMT, whereas the Amiga's filing system uses local time. The default
  34. is zero.
  35.  
  36. ALLOWROOT causes requests from UID 0 to be considered valid, rather than
  37. mapped to 'nobody.' This is usually considered a security hole.
  38.  
  39. VERBOSE enables considerably more output.
  40.  
  41. nfsd has a home on the web, currently at
  42.     http://www.pr0n.freeserve.co.uk/nfsd.html
  43.  
  44. You can check here for news, more recent versions and troubleshooting hints.
  45.  
  46. Please report any bugs, misfeatures or suggestions to <ver@etla.org>.
  47.  
  48.