Bob Nielsen wrote:
> 
> ftape is only for floppy tapes.  You do not need it with IDE tapes.
> You need to enable IDE ATAPI tape drives in your kernel configuration.
> I don't know about 2.2.9, but in 2.2.14 there is an ide.txt file in
> /usr/src/linux/Documentation which says to run MAKEDEV.ide (in
> /usr/src/linux/scripts) to create the devices.
> 
> Bob
> 
> On Fri, Mar 10, 2000 at 11:15:40AM +0000, Patrick Goldbronn - SYSCO wrote:
> > Hi,
> >
> > I try to use an internal ide tape (seagate STT20000A) (view by xcdroast
> > in /dev/hda).

Additionally, make sure that you have ide-tape enabled in your kernel
(either built in, or as a module).  Try this:

Place a tape into the drive and type:

  mt -f /dev/nht0 status

if this fails, try:

  insmod ide-tape
  mt -f /dev/nht0 status

if the insmod fails, the mt will also fail, so you'll need to rebuild a
kernel to include the ide-tape driver.

--
Tim Jones                                   [EMAIL PROTECTED]
Vice President                              http://www.estinc.com/
Enhanced Software Technologies, Inc.        (602) 470-1115
                             "The BRU Guys"

Reply via email to