X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Thu, 17 Jan 2002 18:11:17 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Charles Sandmann cc: acottrel AT ihug DOT com DOT au, djgpp-workers AT delorie DOT com Subject: Re: ls weirdness on root drive In-Reply-To: <10201171559.AA15706@clio.rice.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Thu, 17 Jan 2002, Charles Sandmann wrote: > We already knew that searches with the VOL bit didn't work under Win2K/XP > on the root of a volume, and it now seems that other things may not work > either in some rare situtations. I have tried to reproduce the problem > in other directories without luck. > > I'll continue looking, but for now I have no recommendations. One (obviously drastic) possibility would be to reset the volume bit when lstat calls findfirst on W2K/XP. They lose the ability to see volume lables, but that's not a great loss, since volume labels are non-Posix, and `lstat' is a Posix function.