Commit Graph
2 Commits
Author SHA1 Message Date
Martin Mullins 029cd7a46d NFS mount documentation, locking issue
I ran into some issues when I ran software that was trying to lock files under the nfs folder. This was on Catalina and looks like this is a common issue with Mac -> Linux nfs. 

After digging into it, for my use case using the `locallocks` NFS option on the Mac client resolved it. The `locallocks` option means that locking is handled by the client. There would be problems if you actually need server side locking.
2021-11-30 00:14:10 +00:00
Martin Mullins 3f7256e145 Notes for mounting an NFS folder from a linux host 2021-11-26 14:27:02 +00:00