Unsupported SCSI Commands When Using SCSI Pass Through

Last reviewed: September 18, 1995
Article ID: Q123677
The information in this article applies to:
  • Microsoft Win32 Device Development Kit (DDK) for Windows NT, versions 3.5 and 3.51

SUMMARY

The following SCSI commands are unsupported when using SCSI pass through and SCSI pass through direct:

    SCSI Command      Value   DDK operation code
    ---------------------------------------------
    COPY               0x18   SCSIOP_COPY
    COMPARE            0x39   SCSIOP_COMPARE
    COPY AND COMPARE   0x3A   SCSIOP_COPY_COMPARE

NOTE: The COPY AND COMPARE command is referred to as the COPY AND VERIFY command in the SCSI-2 specification.

If a SCSI pass through request is sent to the SCSI port driver with any one of these unsupported operation codes, the request will be rejected with a return status of STATUS_INVALID_DEVICE_REQUEST.

MORE INFORMATION

The described SCSI commands are identified as optional commands in the SCSI-2 specification. This means that not all direct access devices will support these commands. Some of these commands are also potentially dangerous to implement, because large amounts of data may be easily lost if they are used incorrectly.

Finally, implementation of these commands has security implications because large amounts of data might be handled without operating system control. For detailed descriptions of these commands, please see the SCSI-2 specification.


Additional reference words: 3.50 SCSI DDK NTDDK passthrough
KBCategory: kbprg
KBSubcategory: ntddkstorage


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 18, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.