On Thursday, January 16, 2003, at 01:51  PM, [EMAIL PROTECTED] wrote:
so I should be able to just send stuff to it from
tar as in
tar "options" /dev/ht0 stuff

How do I make a file system on this thing?
You don't. After each archive you create on the tape (and this is simply me thinking out loud) an EOF (end of file) is placed. You can use mt to move between each file. umm like this I think

mt -f /dev/nst0 fsf 2
Which would move the tape forward to the third archive on the tape

mt -f /dev/nst0 rewind

mt -f /dev/nst0 erase

self explanatory...
use man mt for more info.
--
Nathanael Noblet
Gnat Solutions
4604 Monterey Ave NW
Calgary, AB
T3B 5K4

T/F 403.288.5360
C 403.809.5368

http://www.gnat.ca/

Reply via email to