[ros-kernel] Removable Media Support is Broken.

Hartmut Birr Hartmut.Birr at gmx.de
Tue Jul 13 21:51:36 CEST 2004


> -----Original Message-----
> From: ros-kernel-bounces at reactos.com 
> [mailto:ros-kernel-bounces at reactos.com] On Behalf Of James Tabor
> Sent: Tuesday, July 13, 2004 7:13 PM
> To: ReactOS Kernel List
> Subject: Re: [ros-kernel] Removable Media Support is Broken.
> 
> 
> 
> I can not get DiskDeviceExtension->PhysicalDevice to work. 
> "ERROR: invalid drive" Every where else uses DeviceObject 
> when calling IoReadPartitionTable.
> 

Hi,

I think this is a problem of DriveNotReady. Did you try to disable the
DriveNotReady check in DiskClassCheckReadWrite? The problem is, it exist
DriveNotReady for Partition0 and Partition1. If is no disk in the drive at
boot time, DriveNotReady for Partition0 is set. This value is never changed
again. DiskClassCheckReadWrite fails always, if the partition table is read
from Partition0.

- Hartmut  



More information about the Ros-kernel mailing list