I am unable to mount an NFS share from a linux client which is able to mount a different NFS host.
TS has NFS enabled, folders assigned to NFS, client name and IP listed. Client is able to ping TS and mount CIFS/SMB shares, but not NFS. Response is the following:
sudo mount 10.1.1.38:/mnt/array1/share /mnt/nas
mount: 10.1.1.38:/mnt/array1/share failed, reason given by server: Permission denied
**Update**
If I specify nfsvers=3, I get 'Permission denied'. If I specify nfsvers=2, I get 'Server unavailable'
Can anyone use NFS from a TSIII? Anyone?