|
|
| Author |
Message |
Matthew Augier (dps) Guest
|
Posted: Thu Sep 14, 2006 2:50 pm Post subject: ATAPI tape drives |
|
|
I know this is a SCSI group but I have a windows app that talks to all my
scsi and fibre drives no problem. I *think* that the IDE AIT drive I have is
kapuut to be honest (my system has locked up sever times and it doens't want
to eject correctly), however if I want to talk to this ide drive from my
app, what do I need to do??
TIA
Mat  |
|
| Back to top |
|
 |
|
|
Rob Turk Guest
|
Posted: Thu Sep 14, 2006 11:17 pm Post subject: Re: ATAPI tape drives |
|
|
"Matthew Augier (dps)" <Matthew@dps.uk.com> wrote in message
news:ZcaOg.19294$wo3.2645@newsfe7-gui.ntli.net...
| Quote: | I know this is a SCSI group but I have a windows app that talks to all my
scsi and fibre drives no problem. I *think* that the IDE AIT drive I have
is kapuut to be honest (my system has locked up sever times and it doens't
want to eject correctly), however if I want to talk to this ide drive from
my app, what do I need to do??
TIA
Mat
|
What O/S does your 'app' run on? If it's Windows then you should see a
standard interface like \\.\Tape<x> and you can use the standard tape
functions associated with it. The (mini)port driver hides all interface
specifics.
Rob |
|
| Back to top |
|
 |
Matthew Augier (dps) Guest
|
Posted: Fri Sep 15, 2006 12:44 am Post subject: Re: ATAPI tape drives |
|
|
Yep, But I'm using SCSI_PASS_THROUGH_DIRECT not the basic io commands...
HMMM
Mat
"Rob Turk" <_wipe_me_r.turk@chello.nl> wrote in message
news:9925f$45099cd1$3ec2f27b$26810@news.chello.nl...
| Quote: | "Matthew Augier (dps)" <Matthew@dps.uk.com> wrote in message
news:ZcaOg.19294$wo3.2645@newsfe7-gui.ntli.net...
I know this is a SCSI group but I have a windows app that talks to all my
scsi and fibre drives no problem. I *think* that the IDE AIT drive I have
is kapuut to be honest (my system has locked up sever times and it doens't
want to eject correctly), however if I want to talk to this ide drive from
my app, what do I need to do??
TIA
Mat :)
What O/S does your 'app' run on? If it's Windows then you should see a
standard interface like \\.\Tape<x> and you can use the standard tape
functions associated with it. The (mini)port driver hides all interface
specifics.
Rob
|
|
|
| Back to top |
|
 |
Rob Turk Guest
|
Posted: Fri Sep 15, 2006 5:42 am Post subject: Re: ATAPI tape drives |
|
|
"Matthew Augier (dps)" <Matthew@dps.uk.com> wrote in message
news:ZTjOg.25816$8V4.4925@newsfe5-win.ntli.net...
| Quote: | Yep, But I'm using SCSI_PASS_THROUGH_DIRECT not the basic io commands...
HMMM
Mat
|
SCSI_PASS_THROUGH_DIRECT works just fine on my IDE version
Exabyte(^H^H^H^H^H^H^HTandberg) VXA-2a
Rob |
|
| Back to top |
|
 |
|