Coding Horror

programming and human factors

Transfer Mode Downgraded

I noticed when I was burning the Vista RC1 DVD that ..

  1. It took forever, eg, nearly an hour
  2. My PC was very sluggish during the burn

I began to suspect something was awry with the IDE controller that the DVD-R drive is connected to. I navigated to Device Manager, expanded the IDE ATA/ATAPI controllers tree node, right-clicked the Parallel ATA Controller node and selected properties.

And what do I find on the Secondary Channel tab? Sure enough, Transfer mode downgraded.

Transfer mode downgraded: the transfer mode for this device was set to a mode lower than what it is capable of because of excessive transfer errors to the device. This will cause a loss of system performance. Please check the cabling to the device and verify an 80 conductor flat ribbon cable is used for Ultra66 and higher transfer modes.

This behavior is, of course, by design. Microsoft automatically downgrades the transfer mode on a Parallel or Serial ATA channel after receiving more than six CRC errors on that channel. At least you can see when this has happened-- Microsoft provides the little yellow alert pictured above, along with some alerts in the system Event Log.

CRC errors are very dangerous for a hard drive-- that means you've got some serious hardware problems. But for a DVD or CD drive, it probably just means you tried to read a scratched disc. You can override this obnoxious behavior in the registry.

I flipped the switch back to "Let BIOS select transfer mode", rebooted, and I was on my way:

BIOS-selected Ultra DMA 2 transfer mode for a DVD/CD-ROM

However, depending on what Windows XP has decided to do here, you may need to uninstall the channel (just right-click it in Device Manager to do this). Don't worry, uninstalling won't cause any problems. Just reboot and the channel will be redetected with default settings.

To illustrate how important proper PATA/SATA transfer mode settings are, here's how long it took to burn a Vista RC1 DVD on my PC before and after:

in PIO mode: 56 minutes.
in Ultra DMA 2 mode: 4 minutes.

Friends don't let friends use Programmed I/O Mode.

Written by Jeff Atwood

Indoor enthusiast. Co-founder of Stack Overflow and Discourse. Disclaimer: I have no idea what I'm talking about. Find me here: https://infosec.exchange/@codinghorror