nfs mount under mac

Mac users may encounter situations where nfs is often disconnected, such as "locked not responding" when cp files are displayed.

You can use the command sudo mount -o nolock -t nfs ip:/server directory/Users/nfs to solve

(/Users/nfs is my locally mounted directory, created by myself)

Guess you like

Origin blog.csdn.net/ynshi57/article/details/104545618