Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 1996 12:04:22 +1030 (CST)
From:      Michael Smith <msmith@atrad.adelaide.edu.au>
To:        office@bus.net (C. O'Donnell)
Cc:        freebsd-hardware@FreeBSD.ORG
Subject:   Re: QIC-3080: density & length
Message-ID:  <199601220134.MAA16967@genesis.atrad.adelaide.edu.au>
In-Reply-To: <199601211711.MAA05995@comet.connix.com> from "C. O'Donnell" at Jan 21, 96 12:11:05 pm

next in thread | previous in thread | raw e-mail | index | archive | help
C. O'Donnell stands accused of saying:
 
> I have purchased a Conner TSM4000R SCSI tape backup unit. I have
> found this unit mentioned several times in questions in the mail
> archives, but unfortunately the replies must have been sent
> directly, and not forwarded to the list.

Odd, I've read lots of people saying that they're lemons.  Sorry.

> Q:      How do I derive the BPI and length of the tape for dump?

Don't bother, count it in blocks.

> Q:      How can I tell if this is a rewinding or non-rewinding unit (i.e. 
>         should I use /dev/nrst0 or /dev/rst0)?

That depends.  If you want it to rewind on close, use /dev/rst0, if you 
don't, use /dev/nrst0.

Here's a script we use for weekly backups to a 2G SCSI DAT, you should be
able to modify this to suit you :

#!/bin/sh
#dump_weekly
dump 0fuB /dev/nrst0 2097000 /local0
dump 0fuB /dev/nrst0 2097000 /local2
mt rewoffl

> Chuck O'Donnell

-- 
]] Mike Smith, Software Engineer        msmith@atrad.adelaide.edu.au    [[
]] Genesis Software                     genesis@atrad.adelaide.edu.au   [[
]] High-speed data acquisition and      (GSM mobile) 0411-222-496       [[
]] realtime instrument control          (ph/fax)  +61-8-267-3039        [[
]] "Who does BSD?" "We do Chucky, we do."                               [[



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601220134.MAA16967>