On Sat, Aug 03, 2024 at 01:35:11PM -0700, Aric Gregson wrote:
> Hello,
>
> I am having a great deal of difficulty mounting a NFS shared folder on my 
> local network. The share is from a TrueNAS server. I am able to mount the 
> same share on Armbian without difficulty.
>
> The error that I receive is:
>
>     mount_nfs: bad MNT RPC: RPC: Timed out
>
> I have tried many variations of the mount and all fail with the same error.
>
>   doas mount address:/mnt/share /mnt/nfs
>   doas mount_nfs address:/mnt/share /mnt/nfs
>   doas mount_nfs -T -i address:/mnt/share /mnt/nfs
>   doas mount_nfs -2 -T -i address:/mnt/share /mnt/nfs
>   doas mount_nfs -3 -T -i address:/mnt/share /mnt/nfs
>
> This is not new for me, it has been going on for years. Just getting around 
> to trying it again. Any help is greatly appreciated.
>
> Thanks, Aric
>

You could try these commands from the openbsd client (replace server_ip with
server's IP address or FQDN)

rpcinfo -p server_ip
showmount -e server_ip

These should show you what RPC services are running on the server (and if they
are even reachable from the client), and what mounts are exported.

My guess is you either have NFSv4 only on the server, or it's not reachable
for some reason.

Reply via email to