HP LTFS Linear Tape File System v1.1.0 release notes (EH957-90933, April 2011)

tional option is to flush every time a file is closed (sync_type=close). To keep the same beha-
vior as previous releases, use sync_type=unmount. See the LTFS User Guide for more inform-
ation.
Enhanced ability to recover tapes in an inconsistent state
New option added to ltfs command: -o force_mount_no_eod to attempt mount from cor-
rupted cartridge
New option added to ltfsck command: -z or --deep-recovery to attempt recovery from
format inconsistencies caused by unexpected loss of power while writing
Modified command line syntax of ltfs and mkltfs commands for specifying data placement
rules
Improved checking and reporting of incompatible cartridge types
Version information (ltfs --version) is now more descriptive
Various minor corrections and updates
Prerequisites
A firmware update may be required. HP LTFS will check and tell you if your tape drive needs up-
dating.
You must also determine whether you want to use precompiled binaries or build your own version
of the HP LTFS application.
Linux: The precompiled binaries supplied by HP require additional shared libraries which may
not be present on every system, or which may need to be updated in order for the binaries to
execute. Specifically, this release of HP LTFS requires FUSE libraries v2.8 or later, and icu libraries
v4.2 or later. These may be available from your Linux installation media or from the web; refer
to http://fuse.sourceforge.net/ and http://icu-project.org/ for more details of how to obtain,
build and install those libraries.
Linux: The FUSE kernel mode subsystem must be present and loaded.
To check, execute the following command:
$ lsmod | grep fuse
If the module is not currently loaded, you can load it as follows:
$ modprobe fuse
If the module is not present on your system, you must first obtain and install it. Refer to http://
fuse.sourceforge.net/ for further information.
Mac OS X: The MacFUSE module version 2.0.3,2 must be present and loaded.
If the module is not present on your system, you must first obtain and install it. Details of how to
do this are beyond the scope of this document; refer to http://code.google.com/p/macfuse/ for
further information.
4