GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MKLTFS(8) IBM Storage Archive Command Reference MKLTFS(8)

mkltfs - Format a tape in the drive to LTFS format

mkltfs -d name [ -f ] [ -s id ] [ -n name ] [ -r rules ] [ -w ] [ -q ] [ -t ] [ -V ] [ -h ] [ -p ]

mkltfs is a program to format a media for use with the IBM Storage Archive.

These programs follow the usual GNU command line syntax, with long options starting with two dashes ('-'). A summary of options is included below. For a complete description, see the Info files.

Tape device name (required). On Linux, name is like '/dev/IBMtape0', on OSX, name is like '0'
Force to format medium
Tape serial number (6 alphanumeric ASCII characters)
Tape volume name (empty by default)
Rules for choosing files to write to the index partition. The syntax of the rule argument is:

size=1M

size=1M/name=pattern

size=1M/name=pattern1:pattern2:pattern3

A file is written to the index partition if it is no larger than the given size AND matches at least one of the name patterns (if specified). The size argument accepts K, M, and G suffixes. Name patterns might contain the special characters '?' (match any single character) and '*' (match zero or more characters).

Disallow mount-time data placement policy changes
Restore the LTFS medium to an unpartitioned medium (format to a legacy scratch medium)
Suppress progress information and general messages
Enable function call tracing
Enable diagnostic output to stderr and syslog
Version information
Show help information
Full help, including advanced options


/home/piste/ltfs05-sde/bin/mkltfs --device=/dev/IBMtape0 --rules="size=100K"
/home/piste/ltfs05-sde/bin/mkltfs --device=/dev/IBMtape0 --rules="size=1M/name=*.jpg"
/home/piste/ltfs05-sde/bin/mkltfs --device=/dev/IBMtape0 --rules="size=1M/name=*.jpg:*.png"

The options described here is experimental functions.

These programs follow the usual GNU command line syntax, with long options starting with two dashes ('-'). A summary of options is included below. For a complete description, see the Info files.

Use the specified configuration file (default: )
Use the specified tape device backend (default: )
Use the specified key manager interface backend (default: none)
Set the LTFS record size (default: 524288)
Disable compression on the volume
Keep the tape medium's total capacity proportion
Enable full function call tracing (slow)
Unformat the medium and erase any data on the tape by overwriting special data pattern. This operation takes over 3 hours. Once you start, you cannot interrupt it.
Use destructive format/unformat. This operation takes longer time in the LTO9 drive or later because of the media optimization procedure.

ltfs-sde(8), ltfsck(8), tape-backend(4), kmi-backend(4), ltfs.conf(5).

08 February 2022 IBM Storage Archive

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.