URL: <http://savannah.gnu.org/bugs/?46670>
Summary: Find terminates after searching an auto mounted nfs directory Project: findutils Submitted by: None Submitted on: Sat 12 Dec 2015 02:46:51 AM UTC Category: find Severity: 3 - Normal Item Group: None Status: None Privacy: Public Assigned to: None Originator Name: Originator Email: cartwri...@asu.edu Open/Closed: Open Discussion Lock: Any Release: None Fixed Release: None _______________________________________________________ Details: On my system /storage is an autofs-mounted nfs directory. If I don't exclude that directory, find will stop after it finishes searching /storage and will not search the rest of the hierarchary. For instance the following command will not return anything after /storage sudo find / -uid 1000 -print However, if I exclude storage based on the following command, I do get more results. sudo find / -path /storage -prune -o -user 1000 -print My mount layouts are attached. _______________________________________________________ File Attachments: ------------------------------------------------------- Date: Sat 12 Dec 2015 02:46:51 AM UTC Name: mounts.txt Size: 10kB By: None <http://savannah.gnu.org/bugs/download.php?file_id=35700> _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?46670> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/