Re: [Bacula-users] Ho to remove label on a tape

2006-11-18 Thread Kern Sibbald
On Saturday 18 November 2006 18:29, John Drescher wrote: > On 11/18/06, Kern Sibbald <[EMAIL PROTECTED]> wrote: > > > > On Saturday 18 November 2006 17:25, John Drescher wrote: > > > > > > > > > > > > mt /dev/st0 weof > > > > > > > > > > > Oops... > > > > > > The correct command is > > > > Actually

Re: [Bacula-users] Ho to remove label on a tape

2006-11-18 Thread John Drescher
On 11/18/06, Kern Sibbald <[EMAIL PROTECTED]> wrote: On Saturday 18 November 2006 17:25, John Drescher wrote: > > > > > > mt /dev/st0 weof > > > > > Oops... > > The correct command is Actually, it is > mt -f /dev/st0 rewind mt -f /dev/st0 weof Otherwise if the tape is not positioned at t

Re: [Bacula-users] Ho to remove label on a tape

2006-11-18 Thread Kern Sibbald
On Saturday 18 November 2006 17:25, John Drescher wrote: > > > > > > mt /dev/st0 weof > > > > > Oops... > > The correct command is Actually, it is > mt -f /dev/st0 rewind mt -f /dev/st0 weof Otherwise if the tape is not positioned at the beginning, you will overwrite something other than

Re: [Bacula-users] Ho to remove label on a tape

2006-11-18 Thread John Drescher
mt /dev/st0 weof Oops... The correct command is mt -f /dev/st0 weof John - 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

Re: [Bacula-users] Ho to remove label on a tape

2006-11-18 Thread John Drescher
On 11/18/06, Guy Corbaz <[EMAIL PROTECTED]> wrote: Hello, I'm new to bacula. I did some tests and it is really a great backup software. I did some mistakes when labeling tapes. Is there a possibility to remove the label on a tape ? I'm using a DLT2000 tape reader mounted on /dev/st0 You ca