From: Martin Stromberg Message-Id: <200101080801.JAA12323@lws256.lu.erisoft.se> Subject: Re: Fw: Patch for statfs.c To: djgpp-workers AT delorie DOT com Date: Mon, 8 Jan 2001 09:01:47 +0100 (MET) In-Reply-To: from "Eli Zaretskii" at Jan 08, 2001 09:00:42 AM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Eli said: > On Sun, 7 Jan 2001, Peter J. Farley III wrote: > > Filesystem 1024-blocks Used Available Capacity Mounted on > > EXCALIBUR_16X9_FF_NA 6729942 6729942 0 100% y:/ > [snip] > > 0 file(s) 0 bytes > > 1 dir(s) 0.00 MB free > > 6,572.21 MB total disk space, 100% in use > According to my calculations, 6,572.21 MB is exactly 6729943 bytes, so > these two numbers are consistent. Is that what you wanted to say? The y: is a DVD-ROM so INT21, AX=7303 is used. We don't need to discuss this part as for DVD-ROMs the right block size _is_ returned. I guess Peter just reported it as I asked about reports and it verifies that INT21, AX=7303 is doing the right thing with regards to DVD-ROMs. Right, MartinS