Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2000 14:24:21 -0500
From:      Dan Nelson <dnelson@emsphone.com>
To:        Toby Swanson <toby@milkyway.org>
Cc:        "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG>, "'toby@milkyway.org'" <toby@antares.milkyway.org>
Subject:   Re: tape drive not working
Message-ID:  <20000415142421.C29750@dan.emsphone.com>
In-Reply-To: <01BFA6EA.3BC3A9A0@rigel.milkyway.org>; from "Toby Swanson" on Sat Apr 15 14:52:30 GMT 2000
References:  <01BFA6EA.3BC3A9A0@rigel.milkyway.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Apr 15), Toby Swanson said:
> Running FBSD 3.3 on a Pentium 133, 32 Mb RAM, 2 IDE drives (primary
> and secondary masters), CD-ROM reader (secondary slave), Adaptec
> 1542C (id 7), HP T4000 tape drive (id 5), Seagate ST31200N 1 GB drive
> (id 6).
> 
> I moved my hard drives and tape drives from a 486 motherboard (MB) to
> a Pentium MB.  Everything else stayed the same except I moved the
> CD-ROM reader from primary slave to secondary slave.  All equipment
> is found during boot up.  Everything works as before with the 2
> exceptions below.  When trying to mount a CD I get an error of;
> 
> cd9660: vfsload(cd9660); No such file or directory

Check to see if you have a /modules/cd9660.so file.  If not, cd into
/sys/modules/cd9660 and do "make obj && make depend && make && make
install"
 
> When I try to use the tape drive or check its status I get;
> 
> mt: /dev/nrsa0: Device not configured

That's probably because there isn't a tape in the drive.  The error
string is misleading.  According to the errno manpage, it should really
read:

     6 ENXIO "No such device or address."  Input or output on a special
             file referred to a device that did not exist, or made a
             request beyond the limits of the device.  This error may
             also occur when, for example, a tape drive is not online
             or no disk pack is loaded on a drive.
 

-- 
	Dan Nelson
	dnelson@emsphone.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000415142421.C29750>