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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to