Connecting an OS X client to a Linux NFS export will fail

I noticed that I was unable to mount an NFS export from a CentOS 7 server with our OS X clients using the “Connect to Server” menu in the Finder, but it was working when using the command mount_nfs.

This issue was solved by enabling the “insecure” mode of the export, change it on /etc/exports file on the Linux server:

/mnt/data/deployment/ 10.0.0.0/24(rw,insecure,no_root_squash)

Using this option solved my problem. This option allows access from insecure ports, an insecure port is used when the NFS implementation of the system doesn’t use restricted ports.

One Reply to “Connecting an OS X client to a Linux NFS export will fail”

Leave a Reply

Your email address will not be published.

*