From: "Francis Huang" Newsgroups: comp.os.msdos.djgpp Subject: Re: File Handling Question Date: Thu, 30 Sep 1999 23:07:31 -0400 Message-ID: <7t16m3$qjc$1@autumn.news.rcn.net> References: <7seki4$fsq$1 AT winter DOT news DOT rcn DOT net> X-Trace: v2QW4h+s6jUZxwkLvb/wH5Sn0cC1N3N5zBk7zxNAHRY= X-Complaints-To: abuse AT rcn DOT com NNTP-Posting-Date: 1 Oct 1999 02:35:47 GMT X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Lines: 24 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I just finished analyzing my bootlog.txt, now I know all the files in their exact order! I've tried defrag, and it will scramble up the files in all sorts of places on the disk. The problem with W95 scandisk is that it does not care for the file order, so if I had the files on my disk with the one file needed after another, example file1; file2; file3; file4, instead of file1; unneeded_files; file4; unneeded_files; file3; more_unneded_files; file2 So I minimize seek time, increase hard disk speed. BTW, I understand Unix/Linux does not have "disk problems" due to much better handling of such. Problem is, I'm not going to bother installing Linux when I have 3 machines on nice cozy Win95. > > But I rather think that what you do is not the right solution for your > problem. If you see any significant speedup by copying files like you > describe, something's seriously wrong with your system setup. Perhaps > running a defragmenter on your C disk will remove the problem.