From owner-freebsd-questions Mon Apr 28 02:30:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA04023 for questions-outgoing; Mon, 28 Apr 1997 02:30:54 -0700 (PDT) Received: from rma.edu (rma.edu [207.0.141.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA04014 for ; Mon, 28 Apr 1997 02:30:50 -0700 (PDT) Received: from alwan.rma.edu ([207.0.141.25]) by rma.edu with SMTP (IPAD 1.51) id 4423800 ; Mon, 28 Apr 1997 05:29:24 EST Message-Id: <3.0.1.32.19970428053006.006975e8@rma.edu> X-Sender: alwan@rma.edu X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Mon, 28 Apr 1997 05:30:06 -0400 To: questions@freebsd.org From: Michael Alwan Subject: Re: qic-80 floppy tape not detected Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Date: Mon, 28 Apr 1997 05:27:21 -0400 >To: Joel Sutton >From: Michael Alwan >Subject: Re: qic-80 floppy tape not detected >In-Reply-To: <199704280359.NAA00590@solsbury-hill.home> >References: > > >At 01:59 PM 4/28/97 +1000, you wrote: >>Michael, >> > You'll need to recompile your kernel and change your >>floppy drive section to something similar to mine: >> >># Floppy Drive and Colorado Jumbo 350 >># >>controller fdc0 at isa? port "IO_FD1" bio flags 1 irq 6 drq 2 vector fdintr >>disk fd0 at fdc0 drive 0 >>disk fd1 at fdc0 drive 1 >>tape ft0 at fdc0 drive 2 >> >>Note the flags keyword in the controller entry. Also, fd1 is >>necessary even if you don't have two floppys (like me). Check out the >>handbook for info on customizing your kernel. >> >>> Trying to mount >>> the tape drive (mount /dev/ft0 /mnt) gives me a "device not configured" >>> message. I've made the device in /dev. >> >>Since you've gone with a qic-80 drive you will only be able to use >>the "ft" and "lft" programs to put/get data onto those drives. Mount >>is definitely out. Search the mail archives for the location of lft >>(I can't find a reference just at the moment) - it works pretty well >>for me on my Colorado 350. >> >>What sort of drive do you have? >> >>Hope this helps and good luck, Joel... >> >> >> >> >Joel: > >The FreeBSD FAQ says to add flags 0x1 (as opposed to flags 1) to the fdc0 line in the kernel. Are they the same? If I use the -c option at boot up and use the visual configuration utility to set the flags for fdc0, it only allows me to use the form 0x1, 0x2, 0x*, etc. > >Haven't been able to find the "lft" program at ftp.freebsd.org, and it doesn't seem to have been mentioned in the archives since about June '96. If you come across it, let me know! > >My tape drive is an MEI 250 ("Manufactured by Iomega")--just a generic name pasted onto an Iomega 250. It works with the Ditto pc backup tools. Maybe next year I can afford something better! > >Thanks for the help! > >Michael