From owner-freebsd-questions Sat Aug 5 10:55:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.tn.home.com (ha1.rdc1.tn.home.com [24.2.7.66]) by hub.freebsd.org (Postfix) with ESMTP id 1940037B6BA for ; Sat, 5 Aug 2000 10:55:31 -0700 (PDT) (envelope-from williamsl@home.com) Received: from RELIABLE ([24.4.115.31]) by mail.rdc1.tn.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000805175529.FBAP3339.mail.rdc1.tn.home.com@RELIABLE>; Sat, 5 Aug 2000 10:55:29 -0700 Date: Sat, 5 Aug 2000 13:39:24 -0400 From: Ben Williams X-Mailer: The Bat! (v1.45) Personal Organization: Williams Enterprises X-Priority: 3 (Normal) Message-ID: <1050934392.20000805133924@home.com> To: "Daryl Chance" Cc: "FreeBSD Questions" Subject: Re: Tape Drive: Rewinding or Non-Rewinding In-reply-To: <005001bffe4c$1e2d0620$0200000a@development1> References: <005001bffe4c$1e2d0620$0200000a@development1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Daryl, Is your tape drive SCSI? If so take everything that follows with a shaker of salt. I've never used flexbackup but I too have a Seagate STT8000A. If you have the IDE version check your dmesg output and you should see the tape's device is wst0 which means /dev/rwst0. If you don't have an rwst0 device you may need to `sh MAKEDEV wst0` (from memory, double check this and please, no flames). As far as blocksizes an `mt -f /dev/rwst0 status` should return a blocksize of 512. You can use multiples of 512 larger blocksizes if you have the tape to waste at the end of the archive (at least my tape seems to want full blocks written even at the end). Final piece of advice (at least if your drive is the IDE version like mine) is don't expect to back up more than one machine per tape. The second archive on the tape has never worked for me. --Ben Williams mailto:received@email dot com Quoting Daryl Chance Saturday, August 05, 2000 > I have checked the specs and it doesn't say what type it is (that or i'm > looking > in the wrong place). The tape drive is a Seagate STT8000A. > Also, when I try either (both SEEM to work...sporadically), it gives me the > message: > mt: /dev/rast0: blocksize: Invalid argument > Error from mt blocksize 0 > I'm using flexbackup. Is this something I'm doing or a problem with > flexbackup? > Thanks, > Daryl Chance > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message