From: Martin Str|mberg Newsgroups: comp.os.msdos.djgpp Subject: Re: getdfree on FAT32? Date: 24 Dec 2000 13:32:15 GMT Organization: University of Lulea, Sweden Lines: 29 Message-ID: <924tsv$8i1$1@news.luth.se> References: X-Trace: news.luth.se 977664735 8769 130.240.16.18 (24 Dec 2000 13:32:15 GMT) X-Complaints-To: abuse AT luth DOT se User-Agent: tin/pre-1.4-981225 ("Volcane") (UNIX) (SunOS/4.1.4 (sun4m)) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Norberto Alfredo Bensa wrote: : From: "Eli Zaretskii" :> :> Probably, Windows itself. Is the Windows swap file located on this :> volume? If so, what's its size? : It's on another partition, so it isn't the problem :> :> Also, what happens if you run the same program on the same machine, but :> in plain DOS mode (i.e., boot to command prompt only)? :> : It works just fine (!). : I think I found the problem, Int 21h, AX=7302, doesn't seams to report the : actual free clusters on the given partition. : I've changed the statfs function to use Int 21h, AX=7303 instead and now it : works (on Win9x at least). Does it work in plain DOZE too? Please post a patch or the changed source. Right, MartinS