hb> I have a tape drive that *seems* to be working. When i use tar -c the
hb> tape spins. I was wondering, if it is possible to mount the tape as a
hb> directory and just copy files to the tape. Also, how do you get a
hb> directory of what is on the tape?
hb> thx
The tape may spin but is it setting itself up ok or generating errors?
Look in the messages log.
Even with preformatted tapes I have sometinmes had to give an
'mt erase' to get the tape going.
Use tar -tv to look at what you've written.
The tape is not a block mode device with tar - so you don't need
to (and cannot) mount it.
Tar works well when you are used to it. For harder homework look
at cpio as well.