Hi,

I have written a scsi miniport driver to generate
a virtual disk. Now, I want to generate second virtual
disk. But I have no idea how to do that. Could someone
give me some hints?

Thanks in advance.

Charles

Re: How to generate second virtual disk in scsi miniport dirver by Maxim

Maxim
Thu Oct 14 05:25:59 CDT 2004

Code the 2 LUNs support in your miniport.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com

"Charles" <charles_lin@jadecom.com.tw> wrote in message
news:eY1f%23RcsEHA.224@TK2MSFTNGP15.phx.gbl...
> Hi,
>
> I have written a scsi miniport driver to generate
> a virtual disk. Now, I want to generate second virtual
> disk. But I have no idea how to do that. Could someone
> give me some hints?
>
> Thanks in advance.
>
> Charles
>
>



Re: How to generate second virtual disk in scsi miniport dirver by Jamey

Jamey
Thu Oct 14 13:13:13 CDT 2004

You must respond to the INQUIRY commad with the proper number of targets
andLUNs you want to support.

Jamey

"Charles" <charles_lin@jadecom.com.tw> wrote in message
news:eY1f%23RcsEHA.224@TK2MSFTNGP15.phx.gbl...
> Hi,
>
> I have written a scsi miniport driver to generate
> a virtual disk. Now, I want to generate second virtual
> disk. But I have no idea how to do that. Could someone
> give me some hints?
>
> Thanks in advance.
>
> Charles
>
>