On Jun 22 12:46 PM, Rene Rivera wrote:
> I'm trying to NFS mount from a Linux machine to my new OpenBSD setup and 
> it just doesn't work. I've run out of things to try, and I keep getting 
> the "Protocol not supported" error. Trying to force the NFS version:
> 
>       mount_nfs -2 x.x.x.x:/mnt/export /mnt/export
> 
> Doesn't seem to work as the Linux server keeps saying:
> 
>       svc: unknown version (3)
> 
> Any help appreciated.
> 

Did you try mounting using both tcp and udp? Also try using rpcinfo to
see which protocols/versions are supported on the server:

rpcinfo -u hostname nfs
rpcinfo -u hostname mountd
rpcinfo -t hostname nfs
rpcinfo -t hostname mountd

Matt

Reply via email to