Hi!
Am So, 2003-11-23 um 14.16 schrieb Gene Heskett:
There is amtapetype, which will destructively write the tape till it hits EOT, and will tell you the size it found. See the man page for running options to help speed it up as its quite slow, doing 2 passes.
SYNOPSIS amtapetype [-h] [-c] [-b blocksize] [-e estsize] [-f tapedev] [-t typename]
Hmm, the only option that sounds like it could speed up the process
is blocksize. Does anyone know a good value for this?
Read on a few lines further in the man page. The most important parameter for speed is the estimated size. It's the stop/start when writing a filemark that slows down the most. The default estimated size is 1 Gbyte. Amtapetype will write 100+200 files to the tape only if the estimated size is more or less ok. If you insert a a tape with 200 Gbyte real capacity, amtapetype will actually write 20000+60000 files to the tape. If start/stop takes about a second, then there will be 80000 seconds lost in writing filemarks only, instead of the expected 300 seconds.
Is the test faster the bigger I choose this value? (so 1 would take about 1 GB)
32 Kbyte (the amanda default) is just fine.
-- Paul Bijnens, Xplanation Tel +32 16 397.511 Technologielaan 21 bus 2, B-3001 Leuven, BELGIUM Fax +32 16 397.512 http://www.xplanation.com/ email: [EMAIL PROTECTED] *********************************************************************** * I think I've got the hang of it now: exit, ^D, ^C, ^\, ^Z, ^Q, F6, * * quit, ZZ, :q, :q!, M-Z, ^X^C, logoff, logout, close, bye, /bye, * * stop, end, F3, ~., ^]c, +++ ATH, disconnect, halt, abort, hangup, * * PF4, F20, ^X^X, :D::D, KJOB, F14-f-e, F8-e, kill -1 $$, shutdown, * * kill -9 1, Alt-F4, Ctrl-Alt-Del, AltGr-NumLock, Stop-A, ... * * ... "Are you sure?" ... YES ... Phew ... I'm out * ***********************************************************************
