SCSI Pass Through Interface
<templatestyles src="Module:Hatnote/styles.css"></templatestyles>
Lua error in package.lua at line 80: module 'strict' not found. Lua error in Module:Infobox at line 235: malformed pattern (missing ']').
SCSI Pass Through Interface (SPTI) is an application programming interface (API) accessing a SCSI device. It is developed by Microsoft Corporation and is part of the Windows NT family of operating systems.[1]
Overview
The storage port drivers provide an interface for Win32 applications to send SCSI Command Descriptor Block (CDB) messages to SCSI devices. The interfaces are IOCTL_SCSI_PASS_THROUGH and IOCTL_SCSI_PASS_THROUGH_DIRECT. Applications can build a pass-through request and send it to the device by using this IOCTL.
SPTI is accessible to Windows software using the DeviceIoControl Windows API.[2]
ImgBurn offers SPTI as a method for accessing optical disc drives.[3]
Other SCSI interfaces
- Windows:
- Advanced SCSI Programming Interface (ASPI) by Adaptec, Nero AG and Pinnacle Systems[4]
- ASAPI by VOB Computersysteme GmbH and Pinnacle Systems
- ElbyCDIO by Elaborate Bytes
- Patin-Couffin by VSO Software
- SCSI Pass-Through Direct (SPTD) by Duplex Secure, Ltd.
- The SCSI pass-through driver for Linux is called "SCSI generic" (sg)[5]
References
<templatestyles src="Reflist/styles.css" />
Cite error: Invalid <references>
tag; parameter "group" is allowed only.
<references />
, or <references group="..." />
Further reading
- Lua error in package.lua at line 80: module 'strict' not found.
- Lua error in package.lua at line 80: module 'strict' not found.
<templatestyles src="Asbox/styles.css"></templatestyles>
<templatestyles src="Asbox/styles.css"></templatestyles>
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ http://www.tldp.org/HOWTO/SCSI-2.4-HOWTO/refs.html#B3