nfs_automount icon indicating copy to clipboard operation
nfs_automount copied to clipboard

Adjusted to make it runable as an unprivileged user

Open quater opened this issue 11 years ago • 0 comments

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.

quater avatar Jan 22 '14 16:01 quater