Bug 368708 - find ... -fstype nfs doesn't work
Summary: find ... -fstype nfs doesn't work
Status: RESOLVED DUPLICATE of bug 333296
Alias: None
Product: openSUSE 11.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Alpha 2plus
Hardware: Other Other
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: Andreas Schwab
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-10 14:59 UTC by Michal Marek
Modified: 2008-03-10 15:03 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Marek 2008-03-10 14:59:00 UTC
Hi,

$ stat -f /work/
  File: "/work/"
    ID: 0        Namelen: 255     Type: nfs
Block size: 32768      Fundamental block size: 32768
Blocks: Total: 17979356   Free: 4206092    Available: 4206092
Inodes: Total: 0          Free: 0
$ find /work/ -fstype nfs -prune -o -print
/work/
...
(searches and prints the whole tree)
$ rpm -q findutils
findutils-4.2.33-7


While on 10.3:
$ find /work/ -fstype nfs -prune -o -print
$ 

The result is that /etc/cron.daily/suse.de-updatedb crawls all my nfs mounts, even
Comment 1 Michal Marek 2008-03-10 14:59:44 UTC
(In reply to comment #0 from Michal Marek)
> The result is that /etc/cron.daily/suse.de-updatedb crawls all my nfs mounts,
> even

... even though I have UPDATEDB_PRUNEFS="nfs nfv4" in /etc/sysconfig/locate
Comment 2 Andreas Schwab 2008-03-10 15:03:29 UTC

*** This bug has been marked as a duplicate of bug 333296 ***