Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!netnews.upenn.edu!grad2.cis.upenn.edu!harnyo From: harnyo@grad2.cis.upenn.edu (Suwandi Harnyo) Newsgroups: comp.sys.ibm.pc Subject: Re: 1.44 meg 3 1/2" drive whoas Message-ID: <11389@netnews.upenn.edu> Date: 26 May 89 06:17:24 GMT References: <634@pmafire.UUCP> <935@mks.UUCP> <8141@killer.DALLAS.TX.US> <3479@westfort.UUCP> Sender: news@netnews.upenn.edu Reply-To: harnyo@grad2.cis.upenn.edu.UUCP (Suwandi Harnyo) Organization: University of Pennsylvania Lines: 21 Well, I think using the high density drives whether it's 1.44 or 1.2 on XT will definitely be slow. First, the disk controller operates in 8 bits slots as compared to 16 bits in the AT. So, even though you may have Turbo Speed, you are still restricted to slower bus. Secondly, the huge amount of data on the high density disk can slow down the access time significantly. The only thing you can do to alleviate the problem without getting an AT is by using cache program, or use program like fastopen in Dos 3.3. Also, if you want to copy the disk to your harddisk, use xcopy program instead of normal dos copy. Xcopy reads as much as data into memory and write it on the target drive. So, you don't have to read and write so many times. All these methods may improve the disk performance. I hope it answers your question. Andy harnyo@grad2.cis.upenn.edu