The first thing we noticed was a minor typo in each of the above command--they
lack the input file(s) or directories. The first one, for example, should have
an input file (/source-tree, for instance) specified in the command line:
tar clvbBf 16 72000 - /source-tree | tcb > /dev/rmt/tc1
We can't reproduce the problem. We used the command below to back up the
entire root (/) directory onto two tape cartridges without any I/O error.
tar clvbBf 16 72000 - / | tcb > /dev/rmt/tc1
The problem with the "tar" command failing on the second tape cartridge may be
bad spots on the second tape cartridge. Try replacing that tape cartridge with
a new one.
The time slice parameter SLICE is set to 5 by default. However, the
kconfig(1M) still states 60. This is an inconsistency. Try adjusting to a
different value to fit your needs.