> The problem is that the find took forever and the disk on host
> new was thrashing away most of the time.
> 
> find seems to be traversing all file systems (local and non-local)
> but just not reporting the found file when its on a non-local
> filesystem.

See PR bin/23906.  In short, the solution is to use:

        find . \( -fstype local -o -prune \) -print

(obviously you should still put in the directives for what you want to
find)

                                        Dima Dorfman
                                        [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to