ports/sysutils/ltfs/pkg-message
Kevin Bowling ce206b093a sysutils/ltfs: Update to 2.4.2.0
Approved by:	timur (mentor)
Sponsored by:	BBOX.io
Differential Revision:	https://reviews.freebsd.org/D24392
2020-04-14 03:58:18 +00:00

15 lines
464 B
Text

[
{ 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
}
]