X-Spam-Check-By: sourceware.org From: "Charli Li" To: "Cygwin Mailing List" Subject: RE: NTFS fragmentation Date: Sun, 6 Aug 2006 13:02:15 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-AOL-IP: 70.20.177.184 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 -----Original Message----- >From: Robert Pendell >Sent: Saturday, August 05, 2006 7:50 PM >To: Cygwin Mailing List >Subject: Re: NTFS fragmentation > > >Vladimir Dergachev wrote: > > Also, I tried the following experiment - found a 17 MB file in >ibiblio.org and >> downloaded it with Firefox. The file ended up fragmented into >more than 200 >> pieces. Tried the same file with IE - no fragmentation. >> >> It could be, of course, that Firefox is compiled with cygwin, >but I have not >> found cygwin.dll anywhere in its installation directory. > >IE moves the files from your Temporary Internet Files to where your >defined destination is once the download is complete. Firefox however >skips that and just writes it to the destination. That is why you see >the fragmentation in Firefox and not IE. The move that IE does isn't >always noticeable. The box will only come up if it takes more than a >few seconds but occasionally you see it say "Moving FILE from Temporary >Internet Files to DEST" (replacing FILE and DEST as appropriate). The >message is probably different but you get the idea. > >-- >Robert Pendell >shinji257 AT uplink DOT net > >Thawte Web of Trust Notary >CAcert Assurer > When you actually open the file using IE, it just downloads the file into Temporary Internet Files and opens it. But in Fx, it downloads it into the preset folder, but when it is just about to open, it moves the file into the temp folder (C:\Documents and Settings\cygwin\Local Settings\temp (replace cygwin as your username), then opens it. --- Sure, Fx is compiled USING cygwin but not using GCC. The build is driven by a makefile (using make) and configure (autoconf-2.13), but the tools are Microsoft Visual C++ tools found in C:\Program Files\Microsoft Visual Studio\VC\bin\. Those tools are cl (compiler), link (linker), rc (resource compiler), and vcvars32.bat (environment setup). Charli -- 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/