Hiding Physical Disk Devices ??

In my driver, I want to hide some of the physical disk
devices and instead export some virtual disk devices.
These virtual disk devices will have some mapping with
the actual physical disks. I have following questions
in this context:

  1. Is it possible to hide physical disk devices ? If
    yes, how ?

  2. Where should I place my filter driver ? Should it
    be a upper/lower filter driver of disk class driver ?

-Tom


Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

You can either claim disks in a disk lower filter driver or hide disks completely in a
scsibus PDO filter driver.

-----Original Message-----
From: NT Developer
To: “NT Developers Interest List”
Date: Sun, 28 Jul 2002 16:21:12 -0700 (PDT)
Subject: [ntdev] Hiding Physical Disk Devices ??

> In my driver, I want to hide some of the physical disk
> devices and instead export some virtual disk devices.
> These virtual disk devices will have some mapping with
> the actual physical disks. I have following questions
> in this context:
>
> 1. Is it possible to hide physical disk devices ? If
> yes, how ?
>
> 2. Where should I place my filter driver ? Should it
> be a upper/lower filter driver of disk class driver ?
>
>
> -Tom
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Health - Feel better, live better
> http://health.yahoo.com
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@hollistech.com
> To unsubscribe send a blank email to %%email.unsub%%

Filter the disk and mark in off-line when it gets a query

Jamey

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of NT Developer
Sent: Sunday, July 28, 2002 4:21 PM
To: NT Developers Interest List
Subject: [ntdev] Hiding Physical Disk Devices ??

In my driver, I want to hide some of the physical disk
devices and instead export some virtual disk devices.
These virtual disk devices will have some mapping with
the actual physical disks. I have following questions
in this context:

  1. Is it possible to hide physical disk devices ? If
    yes, how ?

  2. Where should I place my filter driver ? Should it
    be a upper/lower filter driver of disk class driver ?

-Tom


Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com


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