home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / protocol / nfs / 3062 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.7 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!gatech!swrinde!news.dell.com!texsun!cronkite.Central.Sun.COM!news2me.EBay.Sun.COM!seven-up.East.Sun.COM!tyger!geoff
  2. From: geoff@tyger.East.Sun.COM (Geoff Arnold @ Sun BOS - R.H. coast near the top)
  3. Newsgroups: comp.protocols.nfs
  4. Subject: Re: need help mounting pc disk on sun with soss
  5. Message-ID: <1ii8bkINNil5@seven-up.East.Sun.COM>
  6. Date: 7 Jan 93 21:46:28 GMT
  7. References: <1993Jan7.200840.18589@progress.com>
  8. Reply-To: geoff@tyger.East.Sun.COM
  9. Organization: SunSelect
  10. Lines: 30
  11. NNTP-Posting-Host: tyger.east.sun.com
  12.  
  13. In article 18589@progress.com, peterl@progress.COM (Peter Lauterbach) writes:
  14. ##    I'm trying to mount the PC disk on the sun, using the pd version
  15. ##nfs server soss, with a packet driver.  I can ping the PC from the sun , 
  16. ##showmount -e pc , show that the c: drive is ok for export.  However, when I
  17. ##try to mount the disk using:
  18. ##
  19. ##    mount -t nfs -o <option> pc:/c /usr/soss
  20. ##
  21. ##I get the message on the sun : RPC: program not registered
  22. ##
  23. ##and on the PC:
  24. ##PMAPPROC_GETPORT prog 100005 vers 2 no port registered
  25. ##
  26.  
  27. This means that the Sun tried to use version 2 of the mount protocol
  28. and the server didn't support it. 
  29.  
  30. I don't have the SunOS 4.1 sources on-line. In 4.1.1, mount.c includes
  31. logic to back off and try again with a lower version (it uses
  32. clnt_create_vers() to find out what versions are supported). The
  33. comment indicates that this was a bug-fix, but doesn't provide any clue
  34. as to when the fix was applied.
  35.  
  36. Workarounds: fix SOSS to support version 2 of the mount protocol (which
  37. is very straightforward - has anyone done it?), or upgrade to SunOS
  38. 4.1.x (which will probably cost $$$).
  39.  
  40.  
  41. ---
  42. Geoff Arnold, PC-NFS architect, Sun Select. (geoff.arnold@East.Sun.COM)
  43.