Search results

  1. H

    How to access USB Tape Drives on Windows?

    Hi All, Please Can anybody let me know the way to access the USB tape drives on Windows programatically and issue scsi commands to the tape drive. Is it possible to issue the scsi commands to it? Any sample code would help me. Thanks & Regards Hemanth
  2. H

    How to access USB Tape Drives on Windows?

    Hi All, Please Can anybody let me know the way to access the USB tape drives on Windows programatically and issue scsi commands to the tape drive. Is it possible to issue the scsi commands to it? Any sample code would help me. Thanks & Regards Hemanth
  3. H

    Getting Tape Class Driver Version

    Any directions for getting the tape class driver version using Windows code. I had some few thoughts of getting the same. 1. As we know the Tape Class driver file is Tape.sys in Windows. Simultaneously it has a .INF file tape.inf Is it the right way of parsing the .INF file and getting the...
  4. H

    Help required - SCSI Tape Erase Error

    Hi I am issuing the scsi commands to the Tape device \\\\.\\Tape0 using SCSI_PASS_THROUGH interface but the DeviceIoControl() for Tape Erase is failing and returning the error code as 5 which is "Access is Denied" the code is here. Can you let me know is anything wrong in it? memset(&stScsiCmd...
  5. H

    Different Finding SCSI class driver version

    Hi I am involved in the development of Tape Diagnostic tool. Where in i have find out the SCSI class driver version. Are there any ways of getting the same. Any Sample program would help or any ideas? Regds Hemanth
  6. H

    Scsi Rewind Failing - Error "Access is Denied"

    Hi I am issuing the scsi commands to the Tape device \\\\.\\Tape0 using SCSI_PASS_THROUGH interface but the DeviceIoControl() is failing and returning the error code as 5 which is "Access is Denied" the code is here. Can you let me know is anything wrong in it? memset(&stScsiCmd, 0...
Top