Date: Thu, 4 Nov 1999 13:24:10 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: =?iso-8859-2?Q?Wojciech_Ga=B3=B1zka?= cc: djgpp AT delorie DOT com Subject: Re: long filenames and Windows NT In-Reply-To: <13288F4408ADD11186FF0060B06A4313018FEB18@MSGWAW1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 4 Nov 1999, =?iso-8859-2?Q?Wojciech_Ga=B3=B1zka?= wrote: > df - sizes returned are correct but filesystem names don't It might be a good idea to try and see why. You could use a simple test program that calls `statfs' library function, and step inside `statfs' with a debugger to see what goes wrong there. It could be a bug in `statfs', but it could also be some bug in the LFN driver. > du - size seem correct but spurious file not found sometimes are reported Likewise here: it would be nice to know why some files aren't found. Does `ls' find them? > Aside from that it's worth mentioning that older version of fileutils (3.13) > doesn't work correctly under NT 4.0 (df returns garbage). This is a known bug in the version of `statfs' used to build Fileutils 3.13. Fileutils 3.16 should be free of that bug. > I'll try to resolve these issues and then try to check find, rhide and > finally recompile libc. Great! Thanks.