How to hide a physical disk??

Hi,

I am looking for a way to hide a physical disk from the Disk Manager
snapin. Can this be done from an IFS or would I have to modify the actual
SCSI driver? If any one has suggestions, thanks in advance.

Thanks,

Don

Hi Don,

There are several ways. One way is to write a disk class filter and
return STATUS_OFFLINE to any request sent to the disk you are interested
in.

Jamey

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@pinnaclesys.com
Sent: Tuesday, May 06, 2003 8:02 AM
To: File Systems Developers
Subject: [ntfsd] How to hide a physical disk??

Hi,

I am looking for a way to hide a physical disk from the Disk Manager
snapin. Can this be done from an IFS or would I have to modify the
actual
SCSI driver? If any one has suggestions, thanks in advance.

Thanks,

Don


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

Another way is to write a class driver that loads defore the disk class
driver and have your class driver to claim the device before the disk
class driver see it.

Jamey

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Jamey Kirby
Sent: Tuesday, May 06, 2003 10:04 AM
To: File Systems Developers
Subject: [ntfsd] RE: How to hide a physical disk??

Hi Don,

There are several ways. One way is to write a disk class filter and
return STATUS_OFFLINE to any request sent to the disk you are interested
in.

Jamey

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@pinnaclesys.com
Sent: Tuesday, May 06, 2003 8:02 AM
To: File Systems Developers
Subject: [ntfsd] How to hide a physical disk??

Hi,

I am looking for a way to hide a physical disk from the Disk Manager
snapin. Can this be done from an IFS or would I have to modify the
actual
SCSI driver? If any one has suggestions, thanks in advance.

Thanks,

Don


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


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

Thanks for the info.

Don