From owner-freebsd-hackers Tue Dec 5 11:51:46 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA29700 for hackers-outgoing; Tue, 5 Dec 1995 11:51:46 -0800 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA29692 for ; Tue, 5 Dec 1995 11:51:35 -0800 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id MAA02289; Tue, 5 Dec 1995 12:48:56 -0700 From: Terry Lambert Message-Id: <199512051948.MAA02289@phaeton.artisoft.com> Subject: Re: ft (QIC 40/80) To: dietz@cyrix.com (Carl Dietz) Date: Tue, 5 Dec 1995 12:48:56 -0700 (MST) Cc: hackers@freebsd.org In-Reply-To: <9512051742.AA13181@max.cyrix.com> from "Carl Dietz" at Dec 5, 95 11:42:25 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1555 Sender: owner-hackers@freebsd.org Precedence: bulk > I guess this explains the troubles I've been having with my new floppy tape > drive I bought this last week. It wouldn't work with tar, dd, or mt. I was > beginning to think that something was wrong with the tape drive, 'cause the > FreeBSD docs say that the floppy tape is supported. FreeBSD was recognizing > it at boot-up, but wouldn't do anything else with it. > > I only bought the thing because FreeBSD said it supported it, and I can't > afford to buy the SCSI DAT drive that I'd really love to have (pipe dream :-) ). You have to use the ft filter between your program and the floppy tape device. > But the FreeBSD documentation never said that it wasn't fully supported like > the SCSI tape drives are. It's *impossible* to fully support the things without heavy kernel hacking on timer code and allowing kernel preemption (or buzz-looping). The NEC floppy controller chips used in most PC's doesn't have a FIFO, so it takes realtime features (or like DOS, running *only* the special backup software and no other programs) to support the things. > How exactly is the QIC 80 120MB floppy tape drive supported under FreeBSD ? With a filter. > Since tar, dd, and mt don't work, what do I use to read/write from/to the > drive ? man ft > Or should I just flush my new tape drive down the toilet ? New !== Good. You *can* use it, however, as long as you follow the rules and use the ft filter. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.