From: Erlend S. <sle...@st...> - 2004-03-02 15:50:51
|
> With iso9660 support I can mount a cdrom using a path through > \DosDevices\<drive letter> > This is not raw access AFAIK > Windows has lots of keys to access the same value with lots of > redundancy in the registry. > AFAIK the raw way to a cdrom is accessed through: > \Device\Cdrom<x> > When I try to mount a cdrom through that device my system > just reboots. I think this is to expected because NT does not > let software access hardware directly (at least it did not used > too, ie HAL). Ok... I'm back with a little update. I'm now able to mount raw cdrom-devices using \Device\Cdrom<x>. I had some problems with my DVD-drive at first, but when I turned off autoplay (http://www.microsoft.com/windowsxp/expertzone/tips/february/knox1.asp), everything goes smooth. I'm unable to mount if the drive is accessed by explorer or any other program, and the drive is inaccessable from XP when mounted in linux (no surprises here). You claim it's possible to mount devices in a non-raw way using \DosDevices\<drive letter>, but I've not been able to do this. If it's then mounted through some windows-driver, shouldn't it be able to access drives already mounted by XP in that way too (both harddisks and cdroms)? --Erlend |