home *** CD-ROM | disk | FTP | other *** search
- 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
- From: geoff@tyger.East.Sun.COM (Geoff Arnold @ Sun BOS - R.H. coast near the top)
- Newsgroups: comp.protocols.nfs
- Subject: Re: need help mounting pc disk on sun with soss
- Message-ID: <1ii8bkINNil5@seven-up.East.Sun.COM>
- Date: 7 Jan 93 21:46:28 GMT
- References: <1993Jan7.200840.18589@progress.com>
- Reply-To: geoff@tyger.East.Sun.COM
- Organization: SunSelect
- Lines: 30
- NNTP-Posting-Host: tyger.east.sun.com
-
- In article 18589@progress.com, peterl@progress.COM (Peter Lauterbach) writes:
- ## I'm trying to mount the PC disk on the sun, using the pd version
- ##nfs server soss, with a packet driver. I can ping the PC from the sun ,
- ##showmount -e pc , show that the c: drive is ok for export. However, when I
- ##try to mount the disk using:
- ##
- ## mount -t nfs -o <option> pc:/c /usr/soss
- ##
- ##I get the message on the sun : RPC: program not registered
- ##
- ##and on the PC:
- ##PMAPPROC_GETPORT prog 100005 vers 2 no port registered
- ##
-
- This means that the Sun tried to use version 2 of the mount protocol
- and the server didn't support it.
-
- I don't have the SunOS 4.1 sources on-line. In 4.1.1, mount.c includes
- logic to back off and try again with a lower version (it uses
- clnt_create_vers() to find out what versions are supported). The
- comment indicates that this was a bug-fix, but doesn't provide any clue
- as to when the fix was applied.
-
- Workarounds: fix SOSS to support version 2 of the mount protocol (which
- is very straightforward - has anyone done it?), or upgrade to SunOS
- 4.1.x (which will probably cost $$$).
-
-
- ---
- Geoff Arnold, PC-NFS architect, Sun Select. (geoff.arnold@East.Sun.COM)
-