marclar
Cadet
- Joined
- Mar 5, 2021
- Messages
- 5
I have:
I can ping TrueNAS from Ubuntu and Ubuntu from TrueNAS.
However, when I try to mount the NFS share using the command:
I get the error
Kind of stuck... anyone know how to troubleshoot this problem?
- TrueNAS using the IP
192.168.1.185 - a dataset named
pool0/mediaowned byroot - an Ubuntu VM named
ubuntu_mkwith IP192.168.1.160 - an NFS share named
/mnt/pool0/media, with "Mapall User" set toroot
I can ping TrueNAS from Ubuntu and Ubuntu from TrueNAS.
However, when I try to mount the NFS share using the command:
sudo mount -t nfs 192.168.1.185:/mnt/pool0/media /mntI get the error
NFS4: Couldn't follow remote path.Kind of stuck... anyone know how to troubleshoot this problem?