aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ltfs/pkg-message
blob: a0fee2742d98bcdc6d368d01a9fe6ad2ba6c8859 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
{ type: install
  message: <<EOM
This only works with IBM Enterprise Tape, or IBM-branded LTO-5 and newer tape
drives, although there is a file backend for simulation purposes.

You will only be able to read and write tapes with a blocksize <= MAXPHYS,
which is 128KB by default. Put the following in your kernel config file and
recompile/reinstall to allow reading and writing tapes up to the maximum LTFS
blocksize of 1MB:

options MAXPHYS=(1024*1056)
EOM
}
]