From owner-freebsd-current Fri Feb 23 22:31:50 2001 Delivered-To: freebsd-current@freebsd.org Received: from mta04.mail.mel.aone.net.au (mta04.mail.au.uu.net [203.2.192.84]) by hub.freebsd.org (Postfix) with ESMTP id E283937B503 for ; Fri, 23 Feb 2001 22:31:46 -0800 (PST) (envelope-from thyerm@camtech.net.au) Received: from camtech.net.au ([203.55.242.67]) by mta04.mail.mel.aone.net.au with ESMTP id <20010224063143.KQXK17033.mta04.mail.mel.aone.net.au@camtech.net.au> for ; Sat, 24 Feb 2001 17:31:43 +1100 Message-ID: <3A975604.30F12BBB@camtech.net.au> Date: Sat, 24 Feb 2001 17:04:44 +1030 From: Matthew Thyer X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: current@FreeBSD.org Subject: find / -fstype local traverses non-local filesystems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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