On Mon, Oct 09, 2000 at 01:11:17PM +0200, Jason Quigley wrote:
> I am trying to set up an NFS share from my Debian server to allow a test 
> system 
> (Mac OS X) to access it. When I try to mount from the client machine I get:
> 
> The server's syslog has:
> Oct  9 13:07:35 cubeship kernel: svc: unknown version (3)

Well, this says that the client tried to use NFSv3 while your server
supports only NFSv2. So you have two choices, either make the client use
NFSv2 also or update the server for NFSv3. I don't know about the
latter, but the former can be done (well, at least on linux) with

    mount -o nfsvers=2,ro 192.168.1.1:... 

That 'nfsvers' option will be propably different, check your Mac
manpages or equivalent. On Solaris something the correct parameter was
avoid_version=3, IIRC.


-- 
Tommi Komulainen                               [EMAIL PROTECTED]

Attachment: pgpOtEHBk7Tpd.pgp
Description: PGP signature

Reply via email to