From owner-freebsd-scsi Thu Apr 22 8:16:18 1999 Delivered-To: freebsd-scsi@freebsd.org Received: from ren.detir.qld.gov.au (ns.detir.qld.gov.au [203.46.81.66]) by hub.freebsd.org (Postfix) with ESMTP id BAC7514E35 for ; Thu, 22 Apr 1999 08:16:14 -0700 (PDT) (envelope-from syssgm@detir.qld.gov.au) Received: by ren.detir.qld.gov.au; id BAA10078; Fri, 23 Apr 1999 01:13:00 +1000 (EST) Received: from ogre.detir.qld.gov.au(167.123.8.3) by ren.detir.qld.gov.au via smap (4.1) id xma010073; Fri, 23 Apr 99 01:12:53 +1000 Received: from atlas.detir.qld.gov.au (atlas.detir.qld.gov.au [167.123.8.9]) by ogre.detir.qld.gov.au (8.8.8/8.8.7) with ESMTP id BAA29614; Fri, 23 Apr 1999 01:12:53 +1000 (EST) Received: from nymph.detir.qld.gov.au (nymph.detir.qld.gov.au [167.123.10.10]) by atlas.detir.qld.gov.au (8.8.5/8.8.5) with ESMTP id BAA10268; Fri, 23 Apr 1999 01:12:52 +1000 (EST) Received: from nymph.detir.qld.gov.au (localhost.detir.qld.gov.au [127.0.0.1]) by nymph.detir.qld.gov.au (8.8.8/8.8.7) with ESMTP id BAA10969; Fri, 23 Apr 1999 01:12:52 +1000 (EST) (envelope-from syssgm@nymph.detir.qld.gov.au) Message-Id: <199904221512.BAA10969@nymph.detir.qld.gov.au> To: maulwurf@subloch.medicusnet.de (Stefan Huerter) Cc: freebsd-scsi@freebsd.org, syssgm@detir.qld.gov.au Subject: Re: i/o error with larger QIC References: <7F6ncL5zoRB@subloch.medicusnet.de> In-Reply-To: <7F6ncL5zoRB@subloch.medicusnet.de> from Stefan Huerter at "18 Apr 1999 00:08:00 +0200" Date: Fri, 23 Apr 1999 01:12:52 +1000 From: Stephen McKay Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sunday, 18th April 1999, Stefan Huerter wrote: >> Do you remember what blocksize you *wrote* these tapes with? If you >> do, set the blocksize for the drive fixed at that size and try >> read with the tar command (setting to the blocksize you used to >> write the tape). I really wish I had manuals for this drive so I >> could try and figure what they're trying to do. > >I made a few tests before I get this tip from Joerg, so I tried to use tar >with the blocksize of 10240bytes, but this won't work. I get only I/O >errors... "10240bytes"? Do you mean 1024 bytes? If 'mt blocksize 0' doesn't work, then using 'mt blocksize 1024' should work. The normal block size for these tapes is 1024 bytes. It's really silly to use anything else for QIC525. But the current tape driver doesn't know that... yet. Stephen. PS My magic method of getting my TDC4200 to write over old tapes is to set the blocksize to 1024, then use 'mt density 0'. Works a treat! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message