From owner-freebsd-scsi@FreeBSD.ORG Sat Jul 1 01:07:13 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 387A416A403 for ; Sat, 1 Jul 2006 01:07:13 +0000 (UTC) (envelope-from lydianconcepts@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2EF643D4C for ; Sat, 1 Jul 2006 01:07:12 +0000 (GMT) (envelope-from lydianconcepts@gmail.com) Received: by nz-out-0102.google.com with SMTP id s18so516277nze for ; Fri, 30 Jun 2006 18:07:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DKGzU7JesIQbi9GONnJCMCG/bau640pSLzXpT5xEj5ILmUw5r/oCzERQoOMyQXn7G4E+CSwsZr8Pm7rm9xLQASFdzIMRcK6/Ganowj5ACwomLHkne5SvnulnMFPpxIBu1iklCgUHGKiKzjyg0xMEeixF/PZ3g9Dmvfv26cMYSW4= Received: by 10.36.12.12 with SMTP id 12mr17330nzl; Fri, 30 Jun 2006 18:07:12 -0700 (PDT) Received: by 10.36.247.33 with HTTP; Fri, 30 Jun 2006 18:07:12 -0700 (PDT) Message-ID: <7579f7fb0606301807o211385d1mfcd0a6f08a9dbc76@mail.gmail.com> Date: Fri, 30 Jun 2006 18:07:12 -0700 From: "Matthew Jacob" To: "Olivier Nicole" In-Reply-To: <200606290241.k5T2fF10011216@banyan.cs.ait.ac.th> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200606280744.k5S7iEna073729@banyan.cs.ait.ac.th> <7579f7fb0606281140r72643ea4s9ca63199b19ab13e@mail.gmail.com> <200606290241.k5T2fF10011216@banyan.cs.ait.ac.th> 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: Sat, 01 Jul 2006 01:07:13 -0000 Hah. Thought it might. Tandberg: Repeat after me 1 million times; QIC is QIC is QIC is QIC. It can only do one filemark at a time- you can't make a second filemark as a recorded entity. On 6/28/06, Olivier Nicole wrote: > > 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. > >