Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.ARPA Path: utzoo!linus!decvax!ucbvax!info-vax From: info-vax@ucbvax.ARPA Newsgroups: fa.info-vax Subject: Re: "Lost" Blocks Message-ID: <9205@ucbvax.ARPA> Date: Sat, 20-Jul-85 20:15:09 EDT Article-I.D.: ucbvax.9205 Posted: Sat Jul 20 20:15:09 1985 Date-Received: Sun, 21-Jul-85 23:25:50 EDT Sender: daemon@ucbvax.ARPA Organization: University of California at Berkeley Lines: 15 From: Richard Garland DISKQUOTA counts every block used in the index file against the user. Thus QUOTA_total = DIRECTORY_total + # files + # directories + foo where foo are extra file headers for fragmented files. Usually (hopefully) FOO=0. Also if you had a crash or othe wierdness, do a REBUILD of the quota file. I found after initial screaming from my users that they are being gyped (quota-wise) this formula quiets them down. Rg -------