Page 1 of 1

[NFS] [MAC Catalina] You do not have permission to access this server.

Posted: 06 Aug 2020, 14:22
by seba22
Hello,
I have NAS server:
F5-422
TOS 4.2.27

I would like access NFS share from my Catalina (MacBook) but it fail with error "You do not have permission to access this server.".

On Shared Folder (NFS have full read/write) and * on IP restriction.
Screenshot 2020-08-06 at 08.15.21.png
Please help me out.
Regards

Re: [NFS] [MAC Catalina] You do not have permission to access this server.

Posted: 06 Aug 2020, 14:28
by seba22
I found answer:

First do from terminal
showmount -e x.x.x.x
Exports list on x.x.x.x:
/mnt/md0/TimeMachine *
/mnt/md0/NFSstorage *
/mnt/md0/public *
And as You can see, export path is /mnt/md0/public

Now in finder use:
nfs://x.x.x.x/mnt/md0/public
And working perfect.

To creators: please show somewhere in user interface this whole patch on NFS tab (will be easier for new users)

Regards

Re: [NFS] [MAC Catalina] You do not have permission to access this server.

Posted: 06 Aug 2020, 16:57
by TMSupport
Thanks for the reporting and sharing. We will check and consider it.