Mike Montour (mmontour@iname.com)
Sun, 17 Jan 1999 23:09:00 -0800 (PST)
On Sun, 17 Jan 1999, Harondel J. Sibble wrote:
> tar zcvf /dev/st0 /tmp
>
> and both come up with
>
> tar (granchild) : cannot write to dev/st0. input/output error
> tar (granchild) : error is not recoverable, exiting now
>
> at no time do I ever hear the tape moving, ideas, suggestions?
You've checked that you have SCSI tape support in your kernel, and that
the module (st.o, I think) is loaded?
> also how does one find out what is on the tape when it comes time to
> restore? lastly should one rewind the tape (and how do you do this) b4
> passing it to someone else so they can get access to the tarfiles on the
> tape?
Always rewind a tape when you're finished accessing it, since (at least,
with floppy tapes) the header segments don't get written until
you rewind (it's like 'sync' on a hard drive).
The 'mt' program is used to control a tape drive (erasing, rewinding,
status, etc) - see the man page. To see what's on the tape, use
'tar -tf /dev/st0'.
This archive was generated by hypermail 2.0b3 on Sun 17 Jan 1999 - 23:09:46 PST