Mail Archives: djgpp-workers/2001/01/07/13:55:40
> From: Martin Str|mberg <ams AT ludd DOT luth DOT se>
> Date: Sun, 7 Jan 2001 18:23:02 +0100 (MET)
>
> I notice that unless the audio disc is playing, it is reported.
Yes. That's a misfeature, but I couldn't do better without breaking
anything else (some ``solutions'' even break DOS!).
> So I think the right thing to do is mask away bit 9, always.
I have an uneasy feeling, but let's try that and see what, if
anything, breaks.
> \\KANT\TMP 2383668 -3501099 5884767 -146% k:/
> ...
>
> But the same df but run as "df k:/" gives:
> Filesystem 1024-blocks Used Available Capacity Mounted on
> \\KANT\TMP 2383668 1633527 750141 69% k:/
>
> When this happen it seems to be like this until I reboot.
What does statfs report in its structure in the case where the
negative number is printed? (You'd probably need to step with a
debugger into df to see that.)
Do you always see the same negative value? Are there any special
circumstances that surround the cases where this happen, as opposed to
those when it doesn't happen?
Finally, what is disk k:? What redirector software does it use?
If only the new `df' has this problem, I'd suspect the FAT32 calls.
Perhaps it would help to disable the FAT32-related calls and see if
the problem goes away. Or rebuild `df' with stock v2.03 version of
statfs (but all the rest from the current CVS or whatever you were
using until now), and see if something changes.
> And it's only k: that is doing this. I have other shares on the same
> computer and another one, but it's only for k: it's happening.
Is k: particularly large? Is something special done on it by uits
host computer (the TMP part seems to suggest that it's a scratch
disk?).
- Raw text -