Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2001 17:04:44 +1030
From:      Matthew Thyer <thyerm@camtech.net.au>
To:        current@FreeBSD.org
Subject:   find / -fstype local traverses non-local filesystems
Message-ID:  <3A975604.30F12BBB@camtech.net.au>

next in thread | raw e-mail | index | archive | help
> rlogin olde
> sudo find / -fstype local -name UPDATING
> ls -l /usr/src/UPDATING 
-rw-r--r--  1 me  wheel  20477 Feb 18 21:48 /usr/src/UPDATING
> df              
Filesystem     1K-blocks     Used    Avail Capacity  Mounted on
/dev/ad0s2a       198399   150632    31896    83%    /
/dev/ad0s2e      2622211  1497532   914903    62%    /usr
procfs                 4        4        0   100%    /proc
linprocfs              4        4        0   100%    /usr/compat/linux/proc
/dev/ad0s1       1050164   428128   622036    41%    /C
/dev/ad0s3a      2055042        1  1890638     0%    /scratch
/dev/acd0c        647152   647152        0   100%    /cdrom
new:/usr/ports   8024556  3265929  4116663    44%    /usr/ports
new:/usr/src     8024556  3265929  4116663    44%    /usr/src
new:/usr/obj     8024556  3265929  4116663    44%    /usr/obj
new:/usr/sup     8024556  3265929  4116663    44%    /usr/sup


This looks fine I know.

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.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A975604.30F12BBB>