I have such a drive successfully set up.  (The Exabyte Eagle TR-4i)  I use 
the X-windows bru configuration tool, which made life MUCH easier.  But 
here are some of my entries from /dev/brutab

# BRUTAB Globals
#+MAXWRITES=200
#+RAWZBUFSIZE=500
#+RECYCLEDAYS=14
#+OVERWRITEPROTECT=YES
#+DEVNAMCHECK=YES
#+ZBUFSIZE=500k
#+BRUTMPDIR=/var/tmp

<snip>

# Devices
/dev/ht0 devname="IDE rewinding TR4 tape drive" \
     size=4GT bufsize=16k \
     shmseg=10 shmmax=200k \
     reopen shmcopy tape rawtape rewind autoscan \
     fmtcmd="mt -f /dev/ht0 erase" \
     rfmcmd="mt -f /dev/ht0 fsf" \
     bfmcmd="mt -f /dev/ht0 bsf" \
     retencmd="mt -f /dev/ht0 reten" \
     rewindcmd="mt -f /dev/ht0 rewind" \
     eodcmd="mt -f /dev/ht0 seod" \

<snip>

/dev/nht0 devname="IDE nonrewinding TR4 tape drive" \
     size=0GT bufsize=32k \
     shmseg=10 shmmax=200k \
     reopen shmcopy tape rawtape norewind noautoscan \
     fmtcmd="mt -f /dev/nht0 erase" \
     rfmcmd="mt -f /dev/nht0 fsf" \
     bfmcmd="mt -f /dev/nht0 bsf" \
     retencmd="mt -f /dev/nht0 reten" \
     rewindcmd="mt -f /dev/nht0 rewind" \
     eodcmd="mt -f /dev/nht0 seod" \


I've been wondering about the bug you refer to.  What I've found, about 
keeping multiple archives on one tape, is that the "rewind to previous 
archive" command doesn't work.  Apparently, rewinding to a tape mark 
doesn't work.  But seeking *forward* to a tape mark works.

Using xbru (I don't know if bru does the same thing), it automatically 
verifies an archive after it is finished.  It uses the "rewind to previous 
file" (or whatever the appropriate term is) -- or the "bfmcmd" above.  When 
that fails, xbru rewinds the tape and seeks forward until it finds the 
archive, and then does the verify pass.  That works.

I have heard (rumors?) that this bug is fixed in the developmental kernels? 
But I'll wait for it to trickle back to 2.0.X.  Or for 2.2.0 to appear. It 
works "good enough" for now.  <grin>

                     Eddie

P.S.  If you have X running, I highly running xbru (for attended backups) 
and bruconfig to configure everything.

P.P.S.  RPM is truly a wonderful tool:

$ rpm -qa | grep -i bru
BRU2000-15.0P-2
BRU2000-X11-15.0P-2
$ rpm -ql BRU2000-X11-15.0P-2 | grep X11R6
/usr/X11R6/bin/bruconfig
/usr/X11R6/bin/xbru

and viola -- we know what executables this package gives us for X.

-- 
  Eddie Kuns  |  School: [EMAIL PROTECTED]  Home: [EMAIL PROTECTED]
--------------/  URL:  http://www.physics.rutgers.edu/~ekuns/
  "Ah, savory cheese puffs, made inedible by time and fate."  -- The Tick




-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to