Subject: mount_nfs: Operation not supported
To: None <current-users@NetBSD.ORG>
From: Chris Jones <cjones@rupert.honors.montana.edu>
List: current-users
Date: 05/28/1997 18:00:15
I'm trying to mount a disk from a -current mac68k machine to a
-current i386 machine, and I keep having troubles.

The i386 mount says:
nfs: can't access /home/src/current: Operation not supported

When I put in debugging code on the mac68k side, it's bugging out in
sys_getfh in sys/nfs/nfs_syscalls.c, at this line:

error = VFS_VPTOFH(vp, &fh.fh_fid);

error is getting set to 45, which is EOPNOTSUPP, all right.

I've also tried this mount from a Solaris 2.5.1 box, which bombs out
with a deadlock avoided type of error.

Anybody have any ideas?

Chris

-- 
-------------------------------------------------------------------------------
Chris Jones                                    cjones@rupert.honors.montana.edu
           Mad scientist in training...
"Is this going to be a stand-up programming session, sir, or another bug hunt?"