X-Authentication-Warning: smtp3.ihug.com.au: Host p474-apx1.syd.ihug.com.au [203.173.141.220] claimed to be acceleron Message-ID: <006601c15186$1591f8c0$0a02a8c0@acceleron> From: "Andrew Cottrell" To: , "'Eli Zaretskii'" , "Wojciech Galazka" References: <250B3114DA16D511B82C00E0094005F8023FC210 AT MSGWAW11> Subject: Re: First round of XP tests Date: Wed, 10 Oct 2001 22:21:25 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp-workers AT delorie DOT com > >> Did you test tar ? > > > >Why, are there any special problems with Tar on W2K/XP? > > I had problems with ed and tar under NT + early versions of LFN driver. I > cannot recal what sort of problems exactly > but the problems were related to some LFN calls By testing ed and tar under > XP we' would see if LFN calls under XP work The Tar bninary file is available for download for testing. I just tar'd some batch files then deleted the batch files and then untared the file. The process I used was: 1) DJGPP_204 D:\temp>tar -c *.txt > TEST.TAR 2) DJGPP_204 D:\temp>del *.txt 3) DJGPP_204 D:\temp>dir Volume in drive D is DATA Volume Serial Number is 8495-4651 Directory of D:\temp 10/10/2001 10:18p . 10/10/2001 10:18p .. 10/10/2001 10:18p 30,720 TEST.TAR 1 File(s) 30,720 bytes 2 Dir(s) 13,947,686,912 bytes free 4) DJGPP_204 D:\temp>tar -x < TEST.TAR 5) DJGPP_204 D:\temp>dir Volume in drive D is DATA Volume Serial Number is 8495-4651 Directory of D:\temp 10/10/2001 10:19p . 10/10/2001 10:19p .. 07/10/2001 02:51p 1,750 mkall_out.txt 11/03/2001 12:07a 19,959 readme.txt 10/10/2001 10:18p 30,720 TEST.TAR 3 File(s) 52,429 bytes 2 Dir(s) 13,947,662,336 bytes free Is this enough to test LFN? Note that mkall_out.txt has more than 8 chars in the name. I do not have ed installed or built and as such cannot test it.