From owner-freebsd-scsi@FreeBSD.ORG Thu Jun 29 02:41:24 2006 Return-Path: X-Original-To: freebsd-scsi@freebsd.org Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4644916A40F for ; Thu, 29 Jun 2006 02:41:24 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78F054512E for ; Thu, 29 Jun 2006 02:41:22 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id k5T2fHrh096754 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Jun 2006 09:41:20 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k5T2fF10011216; Thu, 29 Jun 2006 09:41:15 +0700 (ICT) Date: Thu, 29 Jun 2006 09:41:15 +0700 (ICT) Message-Id: <200606290241.k5T2fF10011216@banyan.cs.ait.ac.th> From: Olivier Nicole To: lydianconcepts@gmail.com In-reply-to: <7579f7fb0606281140r72643ea4s9ca63199b19ab13e@mail.gmail.com> (lydianconcepts@gmail.com) References: <200606280744.k5S7iEna073729@banyan.cs.ait.ac.th> <7579f7fb0606281140r72643ea4s9ca63199b19ab13e@mail.gmail.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-scsi@freebsd.org Subject: Re: Problem with SLR SCSI tape X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2006 02:41:24 -0000 > What's the eot model for the SLR? The SLR is wierd in that it tries to > no be a QIC tape, but it is. Can you write to a tape *not* with > amanda? As in > > mt -f /dev/nsa0 seteotmodel 1 > mt -f /dev/nsa0 weof The model of eot was 2 filemarks. Changing to 1 seems to have solved Amanda issue. Erase error was because I did not rewind the tape first. DD issue seems to be something else. But with 1 filemark I get everything working. Thanks.