I want the find command to skip all nfs filesystems. I use the following syntax:
find / -fstype nfs -prune -o -name myfile -print
The (very frustrating) problem is that if the remote host for the nfs filesystem is down, find will still try to contact it even though I've told it prune all...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.