Questions tagged [tape]
Questions about tape drives, robots, & media. Includes LTO, DAT, etc. Also consider tags such as /backup or for the backup system(s) you're using (/bacula, /amanda, /tar, etc.)
76 questions
2 votes
1 answer
71 views
PEOT EOM EOT Difference
I'm a little confusing about the tape options in Unix EOM (end of mark) EOT (end of tape) PEOT (physical end of tape) As I understand EOM is the the end of last file, but I have also some free tape ...
0 votes
1 answer
110 views
Archiving stdout to multiple tapes
I have large files which are generated on the fly to stdout, one every 24hours. I would like to archive these files progressively on tapes, ideally in a single archive which potentially spans multiple ...
2 votes
1 answer
606 views
How do I interpret the output from mt status?
I'm running mt version 2.13 on OpenSuse 15.5 with a Quantum DLT-4000 tape drive. When I run mt -f /dev/st0 status I get the following output: drive type = 114 drive status = 419430400 sense key error =...
2 votes
0 answers
409 views
Alternatives to compressed tarballs
I am reading/writing data from/to tapes using Debian and recently ran into an issue where I needed to figure out the size of the stored data stream, i.e. the data actually written to the tape (see ...
0 votes
1 answer
266 views
HP 1/8 G2 medium changer not detected in Oracle Linux 8
I have a HP 1x8 G2 Autoloader that connected to a SAN switch, on my VMware environment I have an Oracle Linux that should work with the tape. The problem is after connecting tape to VM, medium changer ...
1 vote
0 answers
102 views
What is the simplest way to send data to a tape library?
I am looking for the simplest (feasible) way to push data away on a tape library. This is for archiving finalized, immutable datasets that only need to be retrieved in case of a catastrophic failure ...
1 vote
1 answer
322 views
Using Linux to read DDS-2 tape written under Solaris
I'm dealing with a couple of DDS-2 tapes, the owner of which says they were written long ago on a Solaris workstation, but I'm trying to read them in a Linux environment, since with other tapes I've ...
1 vote
0 answers
222 views
find out how many (posix) tar header blocks a file will require
Posix (pax) tar uses extended headers to allow long filenames etc.. Is there a way to find out how many 512 byte blocks will be used for the header for a particular file (before actually running the ...