Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Aug 1998 14:01:11 -0700 (PDT)
From:      Doug White <dwhite@resnet.uoregon.edu>
To:        "Husain, Sarwat" <srh@syseca-us.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Please Help !
Message-ID:  <Pine.BSF.4.00.9808061358200.28098-100000@resnet.uoregon.edu>
In-Reply-To: <F12F70B8A3FBD111BBC400104B245E1B137BED@exchange-la.syseca-us. com>

next in thread | previous in thread | raw e-mail | index | archive | help

On Wed, 5 Aug 1998, Husain, Sarwat wrote:

> I recently purchased the 4-CD version of FreeBSD 2.2.6 from Walnut Creek
> CD-ROM. It installs great and everything but my Backup Tape drive
> doesn't work. I have posted the question on comp.unix.bsd.freebsd.misc a
> couple of times but couldn't get an answer, you guys are my last hope. 
> OK the tape drive is actually CTT8000 Internal IDE Minicartridge drive
> by "Seagate" not CONNER with 4GB native and 8GB compressed capability.

IDE tapes are not currently supported, as mentioned by the driver:

> It is connected to the primary IDE controller along with the CD-ROM
> (both on the IDE port via 1 cable). I have SCSI hard drives. When the
> machine boots up it actually sees the drive and echos: 
> wdc0 at 0x1f0-0x1f7 irq 14on isa 
> wdc0: unit 0(atapi): <FX820s/g01>, removeable, intr,dma,iordis 
> wdc0: unit 1(atapi):<CONNER CTT8000-A/2.0.7>, removeble, accel, iordis 
> wdc0: ATAPI streaming tapes not supported yet 
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> OK so you see it recognizes the drive as a CONNER drive not Seagate
> surprisingly with the right model # and at the end it says that it is
> not supported yet, what does that mean ? please don't tell me that I
> cannot use it with FreeBSD. 

You cannot use this tape with FreeBSD.  Use SCSI instead.

> The second problem is with the new Quantum Atlas II 4.5 GB SCSI-3 drive
> that I'm using with an 80 to 68 pins adapter.

You're using a *new* wide drive on a narrow controller.  Any reason you're
wasting your money this way?

> I have the FreeBSD OS on a 2.1 GB drive and I mount the 4.5GB on /u02
> after creating a file system (single slice) for the full capacity of
> the drive. Then when I do a cd /u02 it says u02 is not a directory,

You didn't mount it then.  Do:

cd /
mkdir u02
mount /dev/sdXsYZ /u02

where X is the unit, Y is the slice, and Z is the partition desired.

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major


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?Pine.BSF.4.00.9808061358200.28098-100000>