home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 033 / atcp40de.zip / CH_NFSTA < prev    next >
Text File  |  1994-10-15  |  2KB  |  67 lines

  1. # This is a short introduction for the impatient.
  2. #
  3. # 1. Legal stuff
  4. # Before using the programs in this archive make sure you know
  5. # that you use them at your own risk. See ch_nfsc.guide/DISCLAIMER for
  6. # detailed info on this topic. See ch_nfsc.guide/COPYING for
  7. # copyright and copying permissions.
  8. # 2. Here's a small example 
  9. #
  10. # a) Let's assume we want to mount the partition "/home/user" from
  11. #    host "nfsserver". We want to make all NFS accesses as user "ch"
  12. #    as listed in "AmiTCP:db/passwd" and the local volume name should 
  13. #    be "nfs:". The umask should be 022.
  14. #
  15. #    So you have to create a file containing the following line:
  16. #
  17. nfsserver:/home/user ch_nfs: USER ch UMASK 022 
  18. #
  19. #    To do NFS accesses using the user id actual logged in and 
  20. #    the umask actually set via "AmiTCP:bin/umask".
  21. #
  22. nfsserver:/home/user nfs:
  23. #
  24. #    Comments are possible using the '#' as the comment marker.
  25. # b) Use the following to mount "nfs:".
  26. #
  27. #    CLI> ch_nfsmount nfs: from AmiTCP:db/ch_nfstab
  28. #
  29. #    or short:
  30. #
  31. #    CLI> ch_nfsmount nfs:
  32. #
  33. #    because "AmiTCP:db/ch_nfstab" is the default name.
  34. #
  35. #    Use
  36. #
  37. #    CLI> ch_nfsmount list 
  38. #
  39. #    to see the mount entries actually available.
  40. #
  41. # (Note that the file you are reading now is a legal input file to 
  42. #  ch_nfsmount.)
  43. #
  44. # 3.) The default input file for "ch_nfsmount" is 
  45. #     "AmiTCP:db/ch_nfstab".
  46. #     You should copy "ch_nfsc" to "AmiTCP:bin" and all the other 
  47. #     files to a directory listed in your path.
  48. #
  49. # (Note: If "ch_nfsc" is not found in "AmiTCP:bin" it will
  50. #  be searched for in the actual path.)
  51. #
  52. # Have fun,
  53. #        Carsten Heyl, 06.10.94
  54. #
  55. # P.S.
  56. #     Here are some more entries.
  57. #
  58. ftp.wustl.edu:/archive    wustl:
  59. #
  60. # $Id: short.doc,v 1.4 1994/10/06 22:31:41 ch Exp $
  61. #
  62.  
  63.