blob: e8afac043d3daccaee2823c7c6f47e29b591f646 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[
{ type: install
message: <<EOM
This only works with IBM-branded LTO-5 or 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
}
]
|