No NFS Storage On One Node

JayK

Member
Jun 11, 2022
18
1
8
I have an NFS share on my TrueNAS that doesn't work on one of my nodes in a 3 node cluster. When I try to access it via shell I get an input/output error, and in the web UI the backup shows as empty, when the other nodes show all my backups. All the .cfg files are the same across all nodes, all look correct. I tried disabling the storage in the web UI, unmounting the share in the problem cluster, then reenabling the share. No change. I'm at a loss. Any idea what I should be checking next?
 
Can yiu mount the nfs share on the console like mount server-address/share /mnt/tmpshare ?

You need to create /mnt/tmpshare before trying this
 
  • Like
Reactions: UdoB
Did you reboot that affected node? Sometimes stale NFS mounts can not be fixed by "umount" commands even when trying with "--force" option. Reboot will fix it.