Amanda-Users

Re: Disabling LTO-2 hardware compression

2006-05-17 11:40:33
Subject: Re: Disabling LTO-2 hardware compression
From: Sven Rudolph <Sven_Rudolph AT drewag DOT de>
To: <Gordon.Mills AT usa DOT net>
Date: Wed, 17 May 2006 17:34:30 +0200
"Gordon J. Mills III" <Gordon.Mills AT usa DOT net> writes:

> Sven, if you don't mind my asking...how did you setup stinit? I installed it
> but it seems a bit confusing as to what I need to do to have it disable
> compression on reboots, etc.

Read the stinit manpage, make an entry for your tape drive in
/etc/stinit.def :

  {buffer-writes read-ahead async-writes}
  
  manufacturer=QUANTUM model=SDLT600 {
  mode1 blocksize=0 compression=0
  }

... and run stinit on boot. Works for me.

        Sven