-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip NFS mounts #79
Comments
Especially on Linux, getting the scanner to automatically skip remote mounts, NFS or CIFS or otherwise would be helpful. Otherwise if you run this from many Linux devices at once, you can bring down your file shares if you don't exclude them. On windows it is less difficult to get the set of fixed disks to add to the Related: |
I will address this issue in the next release. |
Alternatively, I'd recommend a --same-filesystem option like find's |
@greg-hamonic-public @jgstew @jpvlsmv Would you test v1.7.0 release? NFS will be ignored by default. You can change behavior using |
I am missing probably something, but how can I enable now NFS scanning? I couldn't find any option. |
@xeraph by the way, thanks a lot for that tool. |
@vongillus You can redefine using |
OK, your comment above now makes sense, I need a coffee! Thanks |
Feature enhancement request to have the scanner auto-skip NFS mounted filesystems.
The text was updated successfully, but these errors were encountered: