Bugzilla – Bug 368708
find ... -fstype nfs doesn't work
Last modified: 2008-03-10 15:03:29 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
(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
*** This bug has been marked as a duplicate of bug 333296 ***