bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #46670] Find terminates after searching an auto mounted nfs directo


From: anonymous
Subject: [bug #46670] Find terminates after searching an auto mounted nfs directory
Date: Sat, 12 Dec 2015 02:46:52 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

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: address@hidden
             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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]