NFS Input/Output error on new host

tboston

Cadet
Joined
Oct 27, 2021
Messages
5
TrueNAS Version 13.0-U3.1

I am exporting multiple NFS Shares to a /22 IPV4 Network. Now we needed to change the network to a /21, though, hosts in the new network get an input/output error in these specific datasets. (using 'ls' for example)
Of course, I adjusted the 'authorized networks' to the /21 network.

/etc/exports:
Code:
V4: / -sec=sys
/mnt/ritank/proj/p_group -maproot="nobody":"p_group" -network 10.0.48.0/21


'showmount -e truenashost' gives all the correct exports
 
Last edited:
Top