From: Martin Str|mberg Message-Id: <200101071723.SAA24167@father.ludd.luth.se> Subject: Re: df <-> df r:/ In-Reply-To: from Eli Zaretskii at "Jan 7, 2001 04:27:59 pm" To: djgpp-workers AT delorie DOT com Date: Sun, 7 Jan 2001 18:23:02 +0100 (MET) Cc: ceo AT nbensacomputers DOT com X-Mailer: ELM [version 2.4ME+ PL54 (25)] 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 According to Eli Zaretskii: > > Otherwise I propose that we ignore only bit 9: "(status & ~(1<<9) > > If that's the best we can do, and if this change is tested, I suppose we > will have to live with that. I notice that unless the audio disc is playing, it is reported. To be really sure I've tried with df from fil316b.zip too and it is reported in that case as well. So I think the right thing to do is mask away bit 9, always. Then another problem, sometimes the newly compiled df acts up (run as "df"): Filesystem 1024-blocks Used Available Capacity Mounted on WINDOZE.4 1 520572 490100 30472 94% c:/ SWAP 521368 315192 206176 60% d:/ Drive E: 717968 147664 570304 21% e:/ APPS 5960696 5285228 675468 89% f:/ GAMES 4723276 3667500 1055776 78% g:/ \\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. 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. Any idea what can be wrong? Right, MartinS