st.4: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-06-08 11:30:34 +02:00
parent 8661af1103
commit 401117dc5d
1 changed files with 5 additions and 3 deletions

View File

@ -336,13 +336,15 @@ Format the tape into one or two partitions.
If
.I mt_count
is positive, it gives the size of partition 1 and partition
0 contains the rest of the tape. If
0 contains the rest of the tape.
If
.I mt_count
is zero, the tape is formatted into one partition.
From kernel version 4.6, negative
.I mt_count
specifies the size of partition 0 and the rest of the tape contains partition
1. The physical ordering of partitions depends on the drive.
specifies the size of partition 0 and
the rest of the tape contains partition 1.
The physical ordering of partitions depends on the drive.
This command is not allowed for a drive unless the partition support
is enabled for the drive (see
.BR MT_ST_CAN_PARTITIONS