Date: Tue, 29 May 2001 14:39:51 -0600 From: Mark Stosberg <mark@summersault.com> To: Mike Smith <msmith@freebsd.org>, freebsd-hackers@freebsd.org Subject: Re: "find" and "quota" find different amounts of files Message-ID: <3B14090E.9FF72E0F@summersault.com> References: <200105292031.f4TKVnK03462@mass.dis.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Mike Smith wrote: > > > > > Hello! I'm running FreeBSD 4.3 and have encountered a mystery of some > > missing files. Using "find" and "quota" to find the same files, I get > > different results. For example: > ... > > So "find" is reporting 2435 files, but "quota" is reporting 2537. Where > > could the difference be hiding? > > /tmp, etc? I don't think so-- I told "find" to search only /usr and according to /etc/fstab, /usr is the only directory that quota is looking at. (given below). Given that, could tmp directories still be a factor? Thanks for your response. -mark ############# root@nollie upload> more /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/da0s1b none swap sw 0 0 /dev/da0s1a / ufs rw 1 1 /dev/da0s1f /usr ufs rw,userquota 2 2 /dev/da0s1e /var ufs rw 2 2 /dev/acd0c /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 jazz:/home2/backup/sumsault /backup nfs rw,noauto 0 0 jazz:/cdrom /jazzcd nfs rw,noauto 0 0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B14090E.9FF72E0F>