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
LTFS-SDE(8) IBM Storage Archive Command Reference LTFS-SDE(8)

ltfs - File system based on a linear tape drive

ltfs mount_point [ -o mount_option... ] [ -V ] [ -h ] [ -a ]

ltfs is a file system for linear tape drive.

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.

Version information
Show help information
Full help, including advanced options

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. On Linux, name is like '/dev/IBMtape0', on OSX, name is like '0'(default: )
LTFS work directory (default: )
Enable diagnostic output (same as verbose=3)
Eject the cartridge after unmount
Specify sync type (default: time@5).

type should be specified as follows:

LTFS attempts to write an index each 'min' minutes. min should be a decimal number from 1 to 153722867280912930. It is equivalent to "-o sync_type=unmount" when 0 is specified
LTFS attempts to write an index when a file is closed
LTFS attempts to write an index when the medium is unmounted
Skip EOD existence check when mounting (read-only mount). Only use for a CM corrupted medium
Show available tape devices
Attempt to mount on previous index generation (read-only mount)
Clear device reservation (should be specified with -o devname
Specify symbolic link type (default: posix)

type should be specified with one of the following values:

LTFS behavior is same as standard symbolic link
LTFS replaces mount point path by current mount point

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.

Set file permissions (octal)
Set file owner
Set file group

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.

Configuration file (default: )
Update index if only access times have changed
Do not update index if only access times have changed (default)
tape backend to use (default: )
I/O scheduler implementation to use (default: , use "none" to disable)
Key manager interface implementation to use (default: none, use "none" to disable)
Override default permission mask (3 octal digits, default: 000)
Override file permission mask (3 octal digits, default: 000)
Override directory permission mask (3 octal digits, default: 000)
Minimum write cache pool size. Cache objects are 1 MB each (default: 25)
Maximum write cache pool size. Cache objects are 1 MB each (default: 50)
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).

Disable informational messages (same as verbose=1)
Enable diagnostic output to stderr and syslog(same as verbose=303)
Enable full call tracing (same as verbose=4)
Override output verbosity directly (default: 2)
Do not eject the cartridge after unmount (default)
Capture latest index to work directory at unmount
Set the tape device append-only mode (default=on)

mkltfs(8), ltfsck(8), mount.fuse(8), fusermount(1), 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.