Subject: Re: NFS: Operation not supported by device
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Brandon Menc <brm4242@fastmail.fm>
List: netbsd-help
Date: 12/12/2001 19:38:45
> Can you try to ktrace your mount, to see exactly which syscall returned
> this error ?

ktrace on "mount_nfs export:/mnt /mnt" shows that execve on this path comes up
with "No such file or directory." OK, so I am trying to mount the directory
/mnt on the server named "export" to the dirctory /mnt on my laptop. Both of
these directories exist. I am thinking that the "missing" directory is the one
located on the server. Why would this be?

I started running rpc.lockd and rpc.statd on both the server and host. Rebooted
both, tried different directories, checked permissions. Same results. I am at
a loss.

Brandon