Slow XP Pro
January 16, 2004 12:45 PM
Subscribe
My XP Pro system slows down a lot when accesing large amounts of data on a CD (say copying a whole CD to a HD). This doesn't seem logical. Is there some cache-, buffer- or something- setting I can tweak?
posted by signal to computers & internet (2 comments total)
1 user marked this as a favorite
then the "Hardware" tab, and "Device Manager".
then "IDE ATA/ATAPI Controllers".
Right-click on "Primary IDE Channel" (or secondary, if your CD is hooked up to the second channel". In that window, click on the "Advanced Settings" tab. Make sure that "Device Type" is "Auto Detection" and "Transfer Mode" is "DMA if available".
That will help if anything is currently running in "PIO" mode. Otherwise, Windows (and the x86 platform) generally does slow down when copying large amounts of data on an IDE bus, as the CPU has to do all of the work.
One of the reasons SCSI is faster is that the bus processing can be offloaded onto a controller card with its own CPU.
posted by mrbill at 12:56 PM on January 16, 2004