[ros-kernel] Removable Media Support is Broken.

James Tabor jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net
Mon Jul 12 07:25:27 CEST 2004


Hi Hartmut!
in disk.c I replaced DiskDeviceObject back for the Partition Read command.
Now I can access the zip drives, but now I can not read the directorys.

   /* Read partition table */
//  Status = IoReadPartitionTable(DiskDeviceExtension->PhysicalDevice,
//				DiskDeviceExtension->DiskGeometry->BytesPerSector,
//				TRUE,
//				&PartitionList);
//
   /* Read partition table */
   Status = IoReadPartitionTable(DiskDeviceObject,
				DiskDeviceExtension->DiskGeometry->BytesPerSector,
				TRUE,
				&PartitionList);

I tried PhysicalDevice once before and it did not work.
Still Hacked,
James


More information about the Ros-kernel mailing list