nfs_automount
nfs_automount copied to clipboard
Adjusted to make it runable as an unprivileged user
In my use case, the NFS shares are not provisioned to give the root sufficient write access. Therefore nfs_automount declared the shares as stale every time it check on them. This caused them to be automatically unmounted and then remounted at the specified interval of 60 seconds.
Resolved this problem with the changes provided with this pull request.