Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Mon, 2 Jun 2003 09:56:38 +0100 From: Ljubomir Josifovski To: cygwin AT cygwin DOT com Subject: Re: Using Cygwin on NT 4.0 and Win2000; a user experience Message-ID: <20030602085637.GA18939@berk.cre.canon.co.uk> References: <16072 DOT 5319 DOT 377807 DOT 761155 AT gargle DOT gargle DOT HOWL> <000c01c31d95$c1bb0e20$78d96f83 AT pomello> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000c01c31d95$c1bb0e20$78d96f83@pomello> On Mon, May 19, 2003 at 12:32:33AM +0100, Max Bowsher wrote: > Martin Buchholz wrote: > > Max> Actual test data relating to this would be very interesting to see. > > > > Some was included in my other post. I would have done a more > > conclusive test, but I now have a working machine that is doing Thanks for sharing the patch. (I have to deal with a *lot* of small files, this patch enables me to do things on my laptop that I haven't been able to in the past month (I think)) > > productive work, and I hesitate to go through another two cycles of > > painful cygwin1.dll installs. But I would be willing to do this if > > that's what it would take to convince you folks to undo the sparse > > file patch. > > > > If you have a Windows 2000 machine (no service packs) and a recent > > cygwin, try this experiment: $ CYGWIN=sparse perl -e 'system("df ."); for (1 ... 1024) { system("cp /etc/passwd foobar$_"); } system("df .")'; rm foobar* Filesystem 1k-blocks Used Available Use% Mounted on C:\cygwin 15888252 11653848 4234404 74% / Filesystem 1k-blocks Used Available Use% Mounted on C:\cygwin 15888252 11654220 4234032 74% / $ CYGWIN=nosparse perl -e 'system("df ."); for (1 ... 1024) { system("cp /etc/passwd foobar$_"); } system("df .")'; rm foobar* Filesystem 1k-blocks Used Available Use% Mounted on C:\cygwin 15888252 11654272 4233980 74% / Filesystem 1k-blocks Used Available Use% Mounted on C:\cygwin 15888252 11654280 4233972 74% / $ bc -l 11654220-11653848 372 11654280-11654272 8 $ (don't know about "no service packs", though - I can see about 15 entreis reading "Windows 2000 Hotfix (Pre-SP4) XXXXXXXXXXXXX" and "Windows 2000 Hotfix (SP4)" in Control panel/Software). -- Ljubomir Josifovski mailto:lbj AT cre DOT canon DOT co DOT uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/