Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site mulga.SUN Path: utzoo!watmath!clyde!floyd!vax135!cornell!uw-beaver!tektronix!decvax!mulga!kre From: kre@mulga.SUN (Robert Elz) Newsgroups: net.bugs.4bsd Subject: Re: /etc/dump makes bad tape use estimates when files have holes Message-ID: <241@mulga.SUN> Date: Thu, 5-Apr-84 02:08:34 EST Article-I.D.: mulga.241 Posted: Thu Apr 5 02:08:34 1984 Date-Received: Sun, 1-Apr-84 07:13:10 EST References: <1099@sdchema.UUCP> Organization: Comp Sci, Melbourne Uni, Australia Lines: 10 Thanks for that - dump is one of the programs we didn't get around to changing to make use of the di_blocks field (whereas 'du', 'ls' etc, did get changed). However, that field DOES include indirect blocks - it is used primarily for the disc quota implementation (so 'chown' can accurately adjust usages), and as such counts every block that is allocated to the file, not just data blocks. Robert Elz decvax!mulga!kre