1
0
Fork 0
This repository has been archived on 2021-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
dennogumi.org-archive/_posts/2007-07-20-who-said-windows-works-better.markdown

1.1 KiB

author comments date layout slug title wordpress_id categories
einar true 2007-07-20 19:36:04+00:00 page who-said-windows-works-better Who said Windows works better? 273
Linux

The reason for this post is the time I wasted this afternoon to enable DMA for a DVD burner in Windows, in order to burn a backup DVD at a decent speed. Apparently, the two optical drives are IDE while the HD is on a SATA controller. For no reason, DMA got turned off on the DVD burner (but not on the other drive).

Of course I tried everything I could, of course. It was very frustrating to reboot every time to test (probably due to the large hack called Registry) and of course not being able to get it working. Google searches did not get conclusive information, perhaps a BIOS bug or a firmware bug. On Linux, it's just a matter of using

[code lang='c']

hdparm -d 1 drivename

[/code]

What's the easiest way? Obscure options of the device manager (which lists SATA channels and IDE channels with the same name) that only say "DMA if available" with no option to check what went wrong, or a simple command that outputs the result of the operation in real time?