MS is notorious for changing class interfaces. In my class diriver, it
worked on NT 4 and did not work on 2K. I patched it for 2K and it did
not work on XP…
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Peter Wieland
Sent: Friday, July 16, 2004 9:11 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] virtual drive
Why would it break between service packs?
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Jamey Kirby
Sent: Friday, July 16, 2004 9:03 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] virtual drive
Yes, a class driver will work if you are not concerned about it breaking
between service packs and updates of the OS. Otherwise, a SCSI type
driver is the way to go.
Jamey
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Peter Wieland
Sent: Friday, July 16, 2004 8:22 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] virtual drive
The only cross-platform storage driver (9x and NT) is a miniport, and
even that’s a little dodgey - win9x sends some odd things that NT
doesn’t.
For Win2k and beyond I’d think about building a disk class driver. I
*think* the ramdisk sample is in the DDK and that’s probably your best
starting point.
-p
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Roman
Sent: Friday, July 16, 2004 3:43 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] virtual drive
I need a virtual drive to be visible from any file browser (not only
from MS Explorer) like a separate voluem. Actual sector-by-sector data
will be stored in an image file on a hard drive.
Could you advise what type of a driver I need to develop? I’d like to
use the WDM architecture because I need this for Win9x and Win2k+ OSes.
Are there any code examples on Internet or in DDK which could be used as
a good starting point (something similar to filyspy or sfilter for FS
filter drivers)?
Thanks in advance.
–
Roman Kudinov
mailto:xxxxx@rbcmail.ru
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
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
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
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