Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Sun Blade tapes...

3 views
Skip to first unread message

djohns

unread,
Jan 13, 2009, 3:11:23 PM1/13/09
to
Hi,
I have a couple archive tapes (170ME) made on a Sun Blade with and
external Exabyte 8mm tape drive, in 2004. The tapes contain contain tar
files which I'd like to look over. Anyone know of a means I can get
these tapes read and rewritten to DVD or the like?
thx

Alessandro Selli

unread,
Jan 19, 2009, 6:19:41 AM1/19/09
to

Is the problem of a hardware or of a software nature?
If you have an Exabyte or compatible 8mm tape drive on any UNIX or Linux
box, you'd just untar the archive from the relevant device (/dev/mt0 on
Linux, /dev/rmt/0n on Solaris).
First test the tapes with the mt command:

mt status

and:

mt retension

If the tape drive seems to work all right, try to list the tape's
content:

tar t

In this form the command should use the default tape drive by
default, at least it does if the TAPE environment variable is set on the
correct tape device (see above). Otherwise, explicitly name the tape
device:

tar tf /dev/mt0

It will list all the files archived on the tape. You will then be
able to extract them, create an ISO-8859 CD or DVD image, and then you
will be able to burn it on a recordable media.

Hope this helps.


Bye,

--
Alessandro Selli http://alessandro.route-add.net
AVVERTENZA: i messaggi inviati a "trappola" non mi arriveranno.
WARNING: messages sent to "trappola" will never reach me.
Chiave PGP/GPG: EC885A8B

0 new messages