Subject: Re: NFS: Operation not supported by device
To: Brandon Menc <brm4242@fastmail.fm>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: netbsd-help
Date: 12/13/2001 22:51:15
On Thu, Dec 13, 2001 at 04:40:36PM -0500, Brandon Menc wrote:
> > That should have been NAMI "mount"
> > Are you executing "mount export:/mnt /mnt" quoted?
> 
> Oh my. Sorry about that. Yes, i was actually typing:
> 
> ktrace -f ktrace.out "mount export:/mnt /mnt"
> 
> ktrace -f ktrace.out mount export:/mnt /mnt produces:
> 
> 
>    781 mount    CALL  __vfork14
>    781 mount    RET   __vfork14 782/0x30e
>    781 mount    CALL  wait4(0x30e,0xbfbfce10,0,0)
>    781 mount    RET   wait4 782/0x30e
>    781 mount    CALL  exit(0x1)

Arg, the interesting part is not here. Either use 'ktrace -i' or call
mount_nfs directly.

--
Manuel Bouyer <bouyer@antioche.eu.org>
--