Create ltfs tape
/opt/SUNWltfs/bin/mkltfs -d /dev/rmt/2 -e ltotape
Mount ltfs
# mkdir /mnt/lfts
#/opt/SUNWltfs/bin/ltfs -o devname=/dev/rmt/2 -o tape_backend=ltotape /mnt/ltfs
Edit files, then unmount the file system when done.
# umount /ltfs
OR
Daemonize ltfs:
/opt/SUNWltfs/bin/ltfs -o devname=/dev/rmt/2 -o tape_backend=ltotape /mnt/ltfs -o daemonize -o logfile=/log
Edit files, then unmount the file system when done.
# umount /ltfs