From owner-freebsd-questions Sun Jan 7 18:07:39 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA04109 for questions-outgoing; Sun, 7 Jan 1996 18:07:39 -0800 (PST) Received: from beta.tricity.wsu.edu (beta.tricity.wsu.edu [192.31.216.9]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA04104 for ; Sun, 7 Jan 1996 18:07:36 -0800 (PST) Received: by beta.tricity.wsu.edu (5.65/DEC-Ultrix/4.3) id AA21427; Sun, 7 Jan 1996 18:07:25 -0800 Message-Id: <9601080207.AA21427@beta.tricity.wsu.edu> Subject: Re: Replacement for Colorado Tape Drive? To: ANDRSN@HOOVER.STANFORD.EDU (Annelise Anderson) Date: Sun, 7 Jan 1996 18:07:24 -0800 (PST) From: "Mark Smith" Cc: questions@freebsd.org In-Reply-To: <01HZQFG5091K009KS7@HOOVER.STANFORD.EDU> from "Annelise Anderson" at Jan 7, 96 03:43:38 pm X-Mailer: ELM [version 2.4 PL22] Content-Type: text Sender: owner-questions@freebsd.org Precedence: bulk > I've got a Colorado 250 tape drive on a system on which I've just > installed FreeBSD 2.1. The drive is recognized with the bootup > message ft0: Colorado tape. > > When I try to use it I get the message "device not configured." > > E.g., /usr/bin/mt -f /dev/rst0 rewind produces this message, and > I get the same message if I substitute rft0 or ft0 for rst0. You don't mount the floppy tape device. What you do is check out the man page for ft. You end up doing something like: tar -cvzf - / | ft "description" That should do the trick. Mark -- ========================================================================= UNIX IS user friendly, it's just very choosy about who it calls a friend! =========================================================================