Date: Sat, 23 Dec 2000 10:47:20 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Norberto Alfredo Bensa" Message-Id: <8011-Sat23Dec2000104720+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: (nbensa@hotmail.com) Subject: Re: getdfree on FAT32? References: 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 > From: "Norberto Alfredo Bensa" > Date: Sat, 23 Dec 2000 03:42:43 -0300 > > How do I get disk free on FAT32 volumes? > > I've tried: > struct dfree df; > getdfree(0,&df); > > but I get 2GB free on my HD when I know I have >6GB free...(!) DJGPP v2.03 doesn't support FAT32-specific features yet. This support is in the development sources. Download them via the anonymous CVS access (http://www.delorie.com/djgpp/cvs.html), if you aren't afraid of using alpha-level software.