disk drive parameters

Hi All,
I developed a SCSI miniport driver to provide a virtual disk drive using
files.The Disk Manager can find my virtual disk when I mount the disk,but
can not acquire my disk’s size…:(.If I provide my virtual disk as
removable disk,all thing is ok.Why the nonremovable disk can not recognised
by the Disk Manager?Can anybody help me?

Thanks in advance
Donald

You need to support the CHS geometry mode page. I bet that driver is
pig-slow since you will have at least a 10ms delay per-request using a MS
miniport.

Jamey Kirby, Windows DDK MVP
StorageCraft Inc.
xxxxx@storagecraft.com
http://www.storagecraft.com

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of flyonearth
Sent: Thursday, September 25, 2003 6:16 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] disk drive parameters

Hi All,
I developed a SCSI miniport driver to provide a virtual disk drive using
files.The Disk Manager can find my virtual disk when I mount the disk,but
can not acquire my disk’s size…:(.If I provide my virtual disk as
removable disk,all thing is ok.Why the nonremovable disk can not recognised
by the Disk Manager?Can anybody help me?

Thanks in advance
Donald


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com