Date: Wed, 11 Apr 2001 21:26:00 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: taupin AT lps DOT u-psud DOT fr Message-Id: <8632-Wed11Apr2001212559+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <3AD49D7C.E6FE1A1F@lps.u-psud.fr> (message from Daniel Taupin on Wed, 11 Apr 2001 11:07:56 -0700) Subject: Re: Strange df results References: <3AD49D7C DOT E6FE1A1F AT lps DOT u-psud DOT fr> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Wed, 11 Apr 2001 11:07:56 -0700 > From: Daniel Taupin > > With a computer with more that 30 Gbytes if performed successively > "df"and "dir". The results are quite different: > > Filesystem MB-blocks Used Available Capacity Mounted on > Drive C: 2047 0 2047 0% c:/ Current versions of the DJGPP library don't support FAT32 drives, except where FAT32 filesystems are backward-compatible with FAT16. DOS functions issued by the library are limited to 2GB, so that's what you see. The development sources of the next version of DJGPP have code that supports FAT32 volumes with special DOS functions introduced with FAT32.