In message <[EMAIL PROTECTED]> you wrote:
>
> Because I have no idea what VMWare might do to the tape drive, I would
> like to make sure that bacula resets the settings each time it opens it,
> basically just by running something like:
> 
> "
> mt -f /dev/nst0 stoptions buffer-writes async-writes read-ahead
> "

You do NOT want to do this. Both "buffer-writes"  and  "async-writes"
are  pretty  reliable  ways to make any kind of end of tape detection
fail. If you want to issue an init command, then it's a

        mt -f /dev/nst0 stoptions 0

to turn  off  all  these  "performance-improving"  (and  reliability-
killing) features.

If you are using an autoloader, it's trivial to patch the mtx-changer
script to perform such a command after loading a tape. Of course this
assumes that no other user is messing  with  the  tape  once  it  was
loaded - but that's a general assumption for bacula anyway.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
"...all the  good  computer  designs  are  bootlegged;  the  formally
planned  products,  if  they  are built at all, are dogs!" - David E.
Lundstrom, "A Few Good Men From Univac", MIT Press, 1987

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to