Editing LTO Tape/6

From Bibliotheca Anonoma

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 44: Line 44:
=== Tar (Simplest) ===
=== Tar (Simplest) ===


It is good to run tar to test write speed, though using it as a backup method leaves much to be desired, so rely on bareos after.
See [[LTO Tape]]
 
See [[LTO Tape]]. Make sure to always disable hardware compression using mt.
 
<pre>
# mt -f /dev/nst0 compression 0
# mt -f /dev/nst0 defcompression -1
</pre>


=== LTFS (Medium) ===
=== LTFS (Medium) ===
Line 112: Line 105:
       - /dev/tape/by-id/scsi-3500e09efff0f9bb6:/dev/tape/by-id/scsi-3500e09efff0f9bb6
       - /dev/tape/by-id/scsi-3500e09efff0f9bb6:/dev/tape/by-id/scsi-3500e09efff0f9bb6
</nowiki>
</nowiki>
=== plain tar, dd, ect ===
Install mt-st package for tape commands mt:
$ sudo yum install mt-st
$ sudo mt -f /dev/nst0 status
$ sudo tapeinfo -f /dev/nst0 # Get information about drive and tape.
Creating a junk data file for testing:
$ head -c 10G < /dev/urandom > junkfile_10GB.jnk
Disabling compression as it will only result in bottlenecks and lower odds of successful file retreival if the tape is damaged.
$ sudo mt -f /dev/nst0 compression 0
$ sudo mt -f /dev/nst0 defcompression -1
Getting status to confirm the drive has compression disabled:
$ sudo mt -f /dev/nst0 status
$ sudo tapeinfo -f /dev/nst0
There should be a line indicating is is not enabled
'DataCompEnabled: no'
LTO6: Density code 0x5a
Setting the block size to something the drive likes results in very significant speedups. (from 7MB/s to 170MB/s):
I determined the value used by going down a power of two from 1024 to 512
$ sudo /usr/bin/time --append --output=tape_time10gb.txt tar -c  -v -b 512 -f /dev/st0 junkfile_10GB.jnk
=== Labelling Tapes ===
https://tapelabel.de/
https://tapelabel.de/lto-sample/lto-sample.html
[http://www-01.ibm.com/support/docview.wss?uid=ssg1S7000429 IBM LTO Ultrium Cartridge Label Specification]
I have been using Avery brand model "J8167" A4 size "Premium inkjet" "White Trueblock" "Mailing Labels" label sheets to reasonable short-term success.
Long-term properties are not yet tested.
Printing was done in a decent quality multifunction household printer.
A metal ruler and craft knife was used to cut out the labels by gently cutting along the lines between the labels.
Settings:
"Stock label type": "blank"
Please note that all contributions to Bibliotheca Anonoma are considered to be released under the Creative Commons Attribution-ShareAlike (see Bibliotheca Anonoma:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)

Template used on this page: