home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / protocol / nfs / 2199 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.2 KB  |  37 lines

  1. Newsgroups: comp.protocols.nfs
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!zaphod.mps.ohio-state.edu!sdd.hp.com!uakari.primate.wisc.edu!caen!mtu.edu!tomiii
  3. From: tomiii@mtu.edu (Thomas Dwyer III)
  4. Subject: Re: PC-NFS & NIS
  5. Message-ID: <1992Sep1.060029.9643@mtu.edu>
  6. Organization: Michigan Technological University
  7. References: <rhoward.715279867@matd>
  8. Date: Tue, 1 Sep 1992 06:00:29 GMT
  9. Lines: 26
  10.  
  11. rhoward@matd.gatech.edu (Robert L. Howard) writes:
  12. >hanke@nessie.cs.id.ethz.ch (Norbert Hanke) writes:
  13. >
  14. >>On quirk remains, however: trying to NET USE $NISSERVER:$HOME fails with
  15. >>the message
  16. >>  NFS057F : $HOME may only be used if the network information service is up.
  17. >
  18. >Actually I think you can do a simple:
  19. >
  20. >NET USE $HOME        (leaving off the $NISSERVER)
  21. >
  22.  
  23. Unfortunately this is only true if you have an entry in your auto.home
  24. map for each user.  Ideally, NET.EXE would have some code to process
  25. wildcard lines such as:
  26.  
  27.     *    &:/usr/local/homes
  28.  
  29. Or even better yet, NET.EXE should use the home directory information
  30. it got from rpc.pcnfsd during the NET NAME command, which must have
  31. already happened in order for $HOME to know who's home to get!
  32.  
  33.  
  34. Cheers,
  35. Tom.III
  36. tomiii@mtu.edu
  37.