Add the whole blog

This commit is contained in:
Luca Beltrame 2020-12-28 18:06:15 +01:00
parent 0d2f58ce7a
commit c4f23c1529
Signed by: einar
GPG key ID: 4707F46E9EC72DEC
418 changed files with 15708 additions and 0 deletions

View file

@ -0,0 +1,24 @@
---
author: einar
categories:
- Linux
comments: true
date: "2007-07-20T19:36:04Z"
slug: who-said-windows-works-better
title: Who said Windows works better?
disable_share: true
wordpress_id: 273
---
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?