*This instruction applies to ExaSAN LTO and T-Share LTO.
Download LTFS driver from Quantum’s website
https://www.quantum.com/en/service-support/downloads-and-firmware/ltfs/
Follow the steps below to install and mount the tape.

rpm -Uhv ./[file name]
If snmp is needed, type the following command:yum -y install net-snmp net-snmp-utilsand then go back to the first command.rpm -qa | grep ltfs
Check the driver has been successfully installed.export PATH="$PATH:/opt/QUANTUM/ltfs/bin"ltfs -o device_list
Check your device name.mkltfs -d [device name]
Format ltfs.mkdir /mnt/ltfs
Create a folder to mount the tapeltfs /mnt/ltfs -o devname=[device name]
Mount volume.umount /mnt/ltfs
Unmount volume.