Freenas share mountable on Ubuntu 16.04 but not 20.04

Hominid999

Cadet
Joined
Jan 24, 2020
Messages
4
Built a new Ubuntu server, but can't mount my Freenas share... I get the error message:

root@pollux-3:/# mount -a
mount.nfs: access denied by server while mounting 192.168.2.1:/mnt/tank


Been working fine for years from my older 16.04 server. Installed nfs-common on the new one. Here's the fstab entry (same as the 16.04 server...):

192.168.2.1:/mnt/tank /tank nfs defaults,nfsvers=3,noacl,rsize=32768,wsize=32768 0 0

Edit: If I force it to use version 4, it'll mount, but I get an input/out error on any operation in the mount point:
ls: reading directory '/tank': Input/output error
 
Last edited:
Top