Re: tar/tape

2004-02-24 Thread Dean Allen Provins
Gavin: On Tue, Feb 24, 2004 at 01:03:34PM +0100, Dr Gavin Seddon wrote: > Hello, > My tape drive is a hp 20 40 scsi drive. It will allow data to be > written to it. > > The output of mt -f /dev/st0 is: > > [EMAIL PROTECTED]:/home/gseddon# mt -f /dev/st0 status > SCSI 2 tape drive: > File number

[Fwd: Re: tar/tape]

2004-02-24 Thread Dr Gavin Seddon
-- Dr Gavin Seddon <[EMAIL PROTECTED]> University of Manchester --- Begin Message --- Hello, My tape drive is a hp 20 40 scsi drive. It will allow data to be written to it. The output of mt -f /dev/st0 is: [EMAIL PROTECTED]:/home/gseddon# mt -f /dev/st0 status SCSI 2 tape drive: File number=0,

Re: tar/tape

2004-02-23 Thread Dean Allen Provins
Gavin: On Mon, Feb 23, 2004 at 04:01:51PM +0100, Dr Gavin Seddon wrote: > I have tried mt setblk 0 > but now the error is: > > tar: /dev/st0: Wrote only 0 of 10240 bytes> tar: Error is not > recoverable: exiting now> > > Can anyone help? > Gavin. Your problem is curious as I too have no difficul

Re: tar/tape

2004-02-23 Thread Dr Gavin Seddon
I have tried mt setblk 0 but now the error is: > tar: /dev/st0: Wrote only 0 of 10240 bytes> tar: Error is not recoverable: exiting now> Can anyone help? Gavin. -- Dr Gavin Seddon <[EMAIL PROTECTED]> University of Manchester -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "un

Re: tar/tape

2004-02-22 Thread Tom Vier
> tar: /dev/tape: Wrote only 4096 of 10240 bytes > tar: Error is not recoverable: exiting now try: mt setblk 0 here's the line i use to backup (change the -V label): tar -cv --totals -X /etc/tar_exclude.conf -g /var/state/tar/tape \ -L 3200 -V "host - level # - `date`" -f /dev/st0 / -- Tom