Reduce diffs against fdisk/fdisk.8.
This commit is contained in:
parent
856d5abeed
commit
a39259958d
@ -27,31 +27,34 @@ The BIOS brings in sector 0 and verifies the magic number.
|
|||||||
The sector
|
The sector
|
||||||
0 boot code then searches the partition table to determine which
|
0 boot code then searches the partition table to determine which
|
||||||
partition is marked
|
partition is marked
|
||||||
.Em active .
|
.Dq active .
|
||||||
This boot code then brings in the bootstrap from the
|
This boot code then brings in the bootstrap from the
|
||||||
.Em active
|
active partition and, if marked bootable, runs it.
|
||||||
partition and, if marked bootable, runs it.
|
Under
|
||||||
Under DOS,
|
.Tn DOS ,
|
||||||
you can have one or more partitions with one
|
you can have one or more partitions with one active.
|
||||||
.Em active .
|
The
|
||||||
The DOS
|
.Tn DOS
|
||||||
.Nm
|
.Nm
|
||||||
utility can be used to divide space on the disk into partitions and set one
|
utility can be used to divide space on the disk into partitions and set one
|
||||||
.Em active .
|
active.
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Fx
|
.Fx
|
||||||
.Nm
|
utility,
|
||||||
utility serves a similar purpose to the DOS program.
|
.Nm ,
|
||||||
|
serves a similar purpose to the
|
||||||
|
.Tn DOS
|
||||||
|
utility.
|
||||||
The first form is used to
|
The first form is used to
|
||||||
display partition information or to interactively edit the partition
|
display partition information or to interactively edit the partition
|
||||||
table.
|
table.
|
||||||
The second is used to write a partition table using a
|
The second is used to write a partition table using a
|
||||||
.Ar configfile
|
.Ar configfile ,
|
||||||
and is designed to be used by other scripts/programs.
|
and is designed to be used by other scripts/programs.
|
||||||
.Pp
|
.Pp
|
||||||
Options are:
|
Options are:
|
||||||
.Bl -tag -width time
|
.Bl -tag -width indent
|
||||||
.It Fl a
|
.It Fl a
|
||||||
Change the active partition only.
|
Change the active partition only.
|
||||||
Ignored if
|
Ignored if
|
||||||
@ -59,17 +62,9 @@ Ignored if
|
|||||||
is given.
|
is given.
|
||||||
.It Fl B
|
.It Fl B
|
||||||
Reinitialize the boot code contained in sector 0 of the disk.
|
Reinitialize the boot code contained in sector 0 of the disk.
|
||||||
Ignored
|
Ignored if
|
||||||
if
|
|
||||||
.Fl f
|
.Fl f
|
||||||
is given.
|
is given.
|
||||||
.It Fl I
|
|
||||||
Initialize the partition table.
|
|
||||||
One
|
|
||||||
.Fx
|
|
||||||
slice covering the entire disk will be created.
|
|
||||||
Some space at the start of the disk will reserved for the IPL program
|
|
||||||
and the pc98 partition table itself.
|
|
||||||
.It Fl f Ar configfile
|
.It Fl f Ar configfile
|
||||||
Set partition values using the file
|
Set partition values using the file
|
||||||
.Ar configfile .
|
.Ar configfile .
|
||||||
@ -78,14 +73,16 @@ The
|
|||||||
always modifies existing partitions, unless
|
always modifies existing partitions, unless
|
||||||
.Fl i
|
.Fl i
|
||||||
is also given, in which case all existing partitions are deleted (marked
|
is also given, in which case all existing partitions are deleted (marked
|
||||||
as "unused") before the
|
as
|
||||||
|
.Dq unused )
|
||||||
|
before the
|
||||||
.Ar configfile
|
.Ar configfile
|
||||||
is read.
|
is read.
|
||||||
The
|
The
|
||||||
.Ar configfile
|
.Ar configfile
|
||||||
can be "-", in which case
|
can be
|
||||||
.Ar stdin
|
.Sq Fl ,
|
||||||
is read.
|
in which case standard input is read.
|
||||||
See
|
See
|
||||||
.Sx CONFIGURATION FILE ,
|
.Sx CONFIGURATION FILE ,
|
||||||
below, for file syntax.
|
below, for file syntax.
|
||||||
@ -93,7 +90,7 @@ below, for file syntax.
|
|||||||
.Em WARNING :
|
.Em WARNING :
|
||||||
when
|
when
|
||||||
.Fl f
|
.Fl f
|
||||||
is used, you are not asked if you really want to write the partition
|
is used, you are not asked if you really want to write the partitions
|
||||||
table (as you are in the interactive mode).
|
table (as you are in the interactive mode).
|
||||||
Use with caution!
|
Use with caution!
|
||||||
.It Fl i
|
.It Fl i
|
||||||
@ -103,6 +100,13 @@ This implies
|
|||||||
unless
|
unless
|
||||||
.Fl f
|
.Fl f
|
||||||
is given.
|
is given.
|
||||||
|
.It Fl I
|
||||||
|
Initialize the partition table
|
||||||
|
for one
|
||||||
|
.Fx
|
||||||
|
slice covering the entire disk.
|
||||||
|
Some space at the start of the disk will reserved for the IPL program
|
||||||
|
and the pc98 partition table itself.
|
||||||
.It Fl s
|
.It Fl s
|
||||||
Print summary information and exit.
|
Print summary information and exit.
|
||||||
.It Fl t
|
.It Fl t
|
||||||
@ -113,7 +117,7 @@ option to see what would be written to the partition table.
|
|||||||
Implies
|
Implies
|
||||||
.Fl v .
|
.Fl v .
|
||||||
.It Fl u
|
.It Fl u
|
||||||
Is used for updating (editing) sector 0 of the disk.
|
Update (edit) the disk's partition table.
|
||||||
Ignored if
|
Ignored if
|
||||||
.Fl f
|
.Fl f
|
||||||
is given.
|
is given.
|
||||||
@ -126,30 +130,26 @@ is used,
|
|||||||
.Nm
|
.Nm
|
||||||
prints out the partition table that is written to the disk.
|
prints out the partition table that is written to the disk.
|
||||||
.It Fl 12345678
|
.It Fl 12345678
|
||||||
Operate on a single fdisk entry only.
|
Operate on a single partition table entry only.
|
||||||
Ignored if
|
Ignored if
|
||||||
.Fl f
|
.Fl f
|
||||||
is given.
|
is given.
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
The final disk name can be provided as a
|
The final disk name can be provided as a
|
||||||
.Sq bare
|
.Dq bare
|
||||||
disk name only, e.g.\&
|
disk name only, e.g.\&
|
||||||
.Ql da0 ,
|
.Pa da0 ,
|
||||||
or as a fully qualified device node under
|
or as a full pathname.
|
||||||
.Pa /dev .
|
If omitted,
|
||||||
If omitted, the disks
|
.Nm
|
||||||
.Ql wd0 ,
|
tries to figure out the default disk device name from the
|
||||||
.Ql da0 ,
|
mounted root device.
|
||||||
and
|
|
||||||
.Ql od0
|
|
||||||
are being searched in that order, until one is
|
|
||||||
being found responding.
|
|
||||||
.Pp
|
.Pp
|
||||||
When called with no arguments, it prints the sector 0 partition table.
|
When called with no arguments, it prints the partition table.
|
||||||
An example follows:
|
An example follows:
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
******* Working on device /dev/rda0 *******
|
******* Working on device /dev/da0 *******
|
||||||
parameters extracted from in-core disklabel are:
|
parameters extracted from in-core disklabel are:
|
||||||
cylinders=33075 heads=8 sectors/track=32 (256 blks/cyl)
|
cylinders=33075 heads=8 sectors/track=32 (256 blks/cyl)
|
||||||
|
|
||||||
@ -203,153 +203,143 @@ An example follows:
|
|||||||
.Pp
|
.Pp
|
||||||
The disk is divided into three partitions that happen to fill the disk.
|
The disk is divided into three partitions that happen to fill the disk.
|
||||||
The second partition overlaps the end of the first.
|
The second partition overlaps the end of the first.
|
||||||
(Used for debugging purposes)
|
(Used for debugging purposes.)
|
||||||
.Bl -tag -width "cyl, sector and head"
|
.Bl -tag -width ".Em cyl , sector No and Em head"
|
||||||
.It Em "sysmid"
|
.It Em sysmid
|
||||||
is used to label the partition.
|
is used to label the partition.
|
||||||
.Fx
|
.Fx
|
||||||
reserves the
|
reserves the
|
||||||
magic number 148 decimal (94 in hex).
|
magic number 148 decimal (94 in hex).
|
||||||
.It Em start No and Em size
|
.It Xo
|
||||||
|
.Em start
|
||||||
|
and
|
||||||
|
.Em size
|
||||||
|
.Xc
|
||||||
fields provide the start address
|
fields provide the start address
|
||||||
and size of a partition in sectors.
|
and size of a partition in sectors.
|
||||||
.\" !PC98 .It Em "flag 80"
|
.It Xo
|
||||||
.\" specifies that this is the active partition.
|
.Em cyl , sector
|
||||||
.It Em cyl , sector No and Em head
|
and
|
||||||
fields are used to specify the beginning address
|
.Em head
|
||||||
and end address for the partition.
|
.Xc
|
||||||
|
fields are used to specify the beginning and end addresses of the partition.
|
||||||
.It Em "system Name"
|
.It Em "system Name"
|
||||||
is the name of the partition.
|
is the name of the partition.
|
||||||
.It Em Note :
|
|
||||||
these numbers are calculated using BIOS's understanding of the disk geometry
|
|
||||||
and saved in the bootblock.
|
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
The flags
|
.Em Note :
|
||||||
.Fl i
|
these numbers are calculated using BIOS's understanding of the disk geometry
|
||||||
or
|
and saved in the bootblock.
|
||||||
.Fl u
|
|
||||||
are used to indicate that the partition data is to be updated, unless the
|
|
||||||
.Fl f
|
|
||||||
option is used.
|
|
||||||
If the
|
|
||||||
.Fl f
|
|
||||||
option is not used, the
|
|
||||||
.Nm
|
|
||||||
utility will enter a conversational mode.
|
|
||||||
This mode is designed not to change any data unless you explicitly tell it to.
|
|
||||||
The
|
|
||||||
.Nm
|
|
||||||
utility selects defaults for its questions to guarantee the above behavior.
|
|
||||||
.Pp
|
.Pp
|
||||||
It displays each partition
|
The
|
||||||
and ask if you want to edit it.
|
.Fl i
|
||||||
If you say yes,
|
and
|
||||||
it will step through each field showing the old value
|
.Fl u
|
||||||
and asking for a new one.
|
flags are used to indicate that the partition data is to be updated.
|
||||||
When you are done with a partition,
|
Unless the
|
||||||
|
.Fl f
|
||||||
|
option is also given,
|
||||||
.Nm
|
.Nm
|
||||||
will display it and ask if it is correct.
|
will enter a conversational mode.
|
||||||
|
In this mode, no changes will be written to disk unless you explicitly tell
|
||||||
|
.Nm
|
||||||
|
to.
|
||||||
|
.Pp
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
utility will then proceed to the next entry.
|
utility will display each partition and ask whether you want to edit it.
|
||||||
|
If you say yes,
|
||||||
|
.Nm
|
||||||
|
will step through each field, show you the old value,
|
||||||
|
and ask you for a new one.
|
||||||
|
When you are done with the partition,
|
||||||
|
.Nm
|
||||||
|
will display it and ask you whether it is correct.
|
||||||
|
It will then proceed to the next entry.
|
||||||
.Pp
|
.Pp
|
||||||
Getting the
|
Getting the
|
||||||
.Em cyl , sector ,
|
.Em cyl , sector ,
|
||||||
and
|
and
|
||||||
.Em head
|
.Em head
|
||||||
fields correct is tricky.
|
fields correct is tricky, so by default,
|
||||||
So by default,
|
|
||||||
they will be calculated for you;
|
they will be calculated for you;
|
||||||
you can specify them if you choose.
|
you can specify them if you choose to though.
|
||||||
.Pp
|
.Pp
|
||||||
After all the partitions are processed,
|
After all the partitions are processed,
|
||||||
you are given the option to change the
|
you are given the option to change the
|
||||||
.Em active
|
.Dq active
|
||||||
partition.
|
partition.
|
||||||
Finally,
|
Finally, when all the new data for sector 0 has been accumulated,
|
||||||
when the all the data for the first sector has been accumulated,
|
you are asked to confirm whether you really want to rewrite it.
|
||||||
you are asked if you really want to rewrite sector 0.
|
|
||||||
Only if you answer yes,
|
|
||||||
will the data be written to disk.
|
|
||||||
.Pp
|
.Pp
|
||||||
The difference between the
|
The difference between the
|
||||||
.Fl u
|
.Fl u
|
||||||
flag and
|
and
|
||||||
.Fl i
|
.Fl i
|
||||||
flag is that
|
flags is that
|
||||||
the
|
the
|
||||||
.Fl u
|
.Fl u
|
||||||
flag just edits the fields as they appear on the disk.
|
flag edits (updates) the existing partition parameters
|
||||||
While the
|
while the
|
||||||
.Fl i
|
.Fl i
|
||||||
flag is used to "initialize" sector 0;
|
flag is used to
|
||||||
|
.Dq initialize
|
||||||
|
them (old values will be ignored);
|
||||||
it will setup the last BIOS partition to use the whole disk for
|
it will setup the last BIOS partition to use the whole disk for
|
||||||
.Fx ;
|
.Fx ;
|
||||||
and make it active.
|
and make it active.
|
||||||
.Sh NOTES
|
.Sh NOTES
|
||||||
The automatic calculation of starting cylinder etc.\& uses
|
The automatic calculation of starting cylinder etc.\& uses
|
||||||
a set of figures that represent what the BIOS thinks is the
|
a set of figures that represent what the BIOS thinks the
|
||||||
geometry of the drive.
|
geometry of the drive is.
|
||||||
These figures are by default taken from the incore disklabel,
|
These figures are taken from the in-core disklabel by default,
|
||||||
but the program initially gives you an opportunity to change them.
|
but
|
||||||
This allows the user to create a bootblock that can work with drives
|
.Nm
|
||||||
|
initially gives you an opportunity to change them.
|
||||||
|
This allows you to create a bootblock that can work with drives
|
||||||
that use geometry translation under the BIOS.
|
that use geometry translation under the BIOS.
|
||||||
.Pp
|
.Pp
|
||||||
If you hand craft your disk layout,
|
If you hand craft your disk layout,
|
||||||
please make sure that the
|
please make sure that the
|
||||||
.Fx
|
.Fx
|
||||||
partition starts on a cylinder boundary.
|
partition starts on a cylinder boundary.
|
||||||
A number of decisions made later may assume this.
|
|
||||||
(This might not be necessary later.)
|
|
||||||
.Pp
|
.Pp
|
||||||
Editing an existing partition will most likely cause you to
|
Editing an existing partition will most likely result in the loss of
|
||||||
lose all the data in that partition.
|
all data in that partition.
|
||||||
.Pp
|
.Pp
|
||||||
You should run this program interactively once or twice to see how it
|
You should run
|
||||||
works.
|
.Nm
|
||||||
|
interactively once or twice to see how it works.
|
||||||
This is completely safe as long as you answer the last question
|
This is completely safe as long as you answer the last question
|
||||||
in the negative.
|
in the negative.
|
||||||
There are subtleties that the program detects that are
|
There are subtleties that
|
||||||
not fully explained in this manual page.
|
.Nm
|
||||||
|
detects that are not fully explained in this manual page.
|
||||||
.Sh CONFIGURATION FILE
|
.Sh CONFIGURATION FILE
|
||||||
When the
|
When the
|
||||||
.Fl f
|
.Fl f
|
||||||
option is given, a disk's partition table can be written using values
|
option is given, a disk's partition table can be written using values
|
||||||
from a
|
from a
|
||||||
.Ar configfile .
|
.Ar configfile .
|
||||||
The syntax of this file is very simple.
|
The syntax of this file is very simple;
|
||||||
Each line is either a comment or
|
each line is either a comment or a specification, as follows:
|
||||||
a specification, and whitespace (except for newlines) are ignored:
|
.Bl -tag -width indent
|
||||||
.Bl -tag -width Ds
|
.It Ic # Ar comment ...
|
||||||
.It Xo
|
Lines beginning with a
|
||||||
.Ic #
|
.Ic #
|
||||||
.Ar comment ...
|
are comments and are ignored.
|
||||||
.Xc
|
.It Ic g Ar spec1 spec2 spec3
|
||||||
Lines beginning with a "#" are comments and are ignored.
|
Set the BIOS geometry used in slice calculations.
|
||||||
.It Xo
|
|
||||||
.Ic g
|
|
||||||
.Ar spec1
|
|
||||||
.Ar spec2
|
|
||||||
.Ar spec3
|
|
||||||
.Xc
|
|
||||||
Set the BIOS geometry used in partition calculations.
|
|
||||||
There must be
|
There must be
|
||||||
three values specified, with a letter preceding each number:
|
three values specified, with a letter preceding each number:
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width indent
|
||||||
.Sm off
|
.It Cm c Ns Ar num
|
||||||
.It Cm c Ar num
|
|
||||||
.Sm on
|
|
||||||
Set the number of cylinders to
|
Set the number of cylinders to
|
||||||
.Ar num .
|
.Ar num .
|
||||||
.Sm off
|
.It Cm h Ns Ar num
|
||||||
.It Cm h Ar num
|
|
||||||
.Sm on
|
|
||||||
Set the number of heads to
|
Set the number of heads to
|
||||||
.Ar num .
|
.Ar num .
|
||||||
.Sm off
|
.It Cm s Ns Ar num
|
||||||
.It Cm s Ar num
|
|
||||||
.Sm on
|
|
||||||
Set the number of sectors/track to
|
Set the number of sectors/track to
|
||||||
.Ar num .
|
.Ar num .
|
||||||
.El
|
.El
|
||||||
@ -368,10 +358,12 @@ It is an error if the following is not true:
|
|||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
The number of cylinders should be less than or equal to 1024, but this
|
The number of cylinders should be less than or equal to 1024, but this
|
||||||
is not enforced, although a warning will be output.
|
is not enforced, although a warning will be printed.
|
||||||
Note that bootable
|
Note that bootable
|
||||||
.Fx
|
.Fx
|
||||||
partitions (the "/" file system) must lie completely within the
|
partitions (the
|
||||||
|
.Dq Pa /
|
||||||
|
file system) must lie completely within the
|
||||||
first 1024 cylinders; if this is not true, booting may fail.
|
first 1024 cylinders; if this is not true, booting may fail.
|
||||||
Non-bootable partitions do not have this restriction.
|
Non-bootable partitions do not have this restriction.
|
||||||
.Pp
|
.Pp
|
||||||
@ -382,16 +374,10 @@ g c1019 h39 s63
|
|||||||
g h39 c1019 s63
|
g h39 c1019 s63
|
||||||
g s63 h39 c1019
|
g s63 h39 c1019
|
||||||
.Ed
|
.Ed
|
||||||
.It Xo
|
.It Ic p Ar partition type start length
|
||||||
.Ic p
|
|
||||||
.Ar partition
|
|
||||||
.Ar type
|
|
||||||
.Ar start
|
|
||||||
.Ar length
|
|
||||||
.Xc
|
|
||||||
Set the partition given by
|
Set the partition given by
|
||||||
.Ar partition
|
.Ar partition
|
||||||
(1-4) to type
|
(1-8) to type
|
||||||
.Ar type ,
|
.Ar type ,
|
||||||
starting at sector
|
starting at sector
|
||||||
.Ar start
|
.Ar start
|
||||||
@ -400,14 +386,20 @@ for
|
|||||||
sectors.
|
sectors.
|
||||||
.Pp
|
.Pp
|
||||||
Only those partitions explicitly mentioned by these lines are modified;
|
Only those partitions explicitly mentioned by these lines are modified;
|
||||||
any partition not referenced by a "p" line will not be modified.
|
any partition not referenced by a
|
||||||
|
.Ic p
|
||||||
|
line will not be modified.
|
||||||
However, if an invalid partition table is present, or the
|
However, if an invalid partition table is present, or the
|
||||||
.Fl i
|
.Fl i
|
||||||
option is specified, all existing partition entries will be cleared
|
option is specified, all existing partition entries will be cleared
|
||||||
(marked as unused), and these "p" lines will have to be used to
|
(marked as unused), and these
|
||||||
|
.Ic p
|
||||||
|
lines will have to be used to
|
||||||
explicitly set partition information.
|
explicitly set partition information.
|
||||||
If multiple partitions need to be
|
If multiple partitions need to be
|
||||||
set, multiple "p" lines must be specified; one for each partition.
|
set, multiple
|
||||||
|
.Ic p
|
||||||
|
lines must be specified; one for each partition.
|
||||||
.Pp
|
.Pp
|
||||||
These partition lines must occur after any geometry specification lines,
|
These partition lines must occur after any geometry specification lines,
|
||||||
if one is present.
|
if one is present.
|
||||||
@ -419,7 +411,9 @@ is 165 for
|
|||||||
partitions.
|
partitions.
|
||||||
Specifying a partition type of zero is
|
Specifying a partition type of zero is
|
||||||
the same as clearing the partition and marking it as unused; however,
|
the same as clearing the partition and marking it as unused; however,
|
||||||
dummy values (such as "0") must still be specified for
|
dummy values (such as
|
||||||
|
.Dq 0 )
|
||||||
|
must still be specified for
|
||||||
.Ar start
|
.Ar start
|
||||||
and
|
and
|
||||||
.Ar length .
|
.Ar length .
|
||||||
@ -429,22 +423,17 @@ necessary, and the end offset will be rounded downwards to a cylinder
|
|||||||
boundary if necessary.
|
boundary if necessary.
|
||||||
.Pp
|
.Pp
|
||||||
Example: to clear partition 4 and mark it as unused:
|
Example: to clear partition 4 and mark it as unused:
|
||||||
.Bd -literal -offset indent
|
.Pp
|
||||||
p 4 0 0 0
|
.Dl "p 4 0 0 0"
|
||||||
.Ed
|
|
||||||
.Pp
|
.Pp
|
||||||
Example: to set partition 1 to a
|
Example: to set partition 1 to a
|
||||||
.Fx
|
.Fx
|
||||||
partition, starting at sector 1
|
partition, starting at sector 1
|
||||||
for 2503871 sectors (note: these numbers will be rounded upwards and
|
for 2503871 sectors (note: these numbers will be rounded upwards and
|
||||||
downwards to correspond to head and cylinder boundaries):
|
downwards to correspond to head and cylinder boundaries):
|
||||||
.Bd -literal -offset indent
|
.Pp
|
||||||
p 1 165 1 2503871
|
.Dl "p 1 165 1 2503871"
|
||||||
.Ed
|
.It Ic a Ar partition
|
||||||
.It Xo
|
|
||||||
.Ic a
|
|
||||||
.Ar partition
|
|
||||||
.Xc
|
|
||||||
Make
|
Make
|
||||||
.Ar partition
|
.Ar partition
|
||||||
the active partition.
|
the active partition.
|
||||||
@ -452,9 +441,8 @@ Can occur anywhere in the config file, but only
|
|||||||
one must be present.
|
one must be present.
|
||||||
.Pp
|
.Pp
|
||||||
Example: to make partition 1 the active partition:
|
Example: to make partition 1 the active partition:
|
||||||
.Bd -literal -offset indent
|
.Pp
|
||||||
a 1
|
.Dl "a 1"
|
||||||
.Ed
|
|
||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr boot98cfg 8 ,
|
.Xr boot98cfg 8 ,
|
||||||
@ -462,15 +450,11 @@ a 1
|
|||||||
.Xr newfs 8
|
.Xr newfs 8
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
The default boot code will not necessarily handle all partition types
|
The default boot code will not necessarily handle all partition types
|
||||||
correctly, in particular those introduced since MS-DOS 6.x.
|
correctly, in particular those introduced since
|
||||||
|
.Tn MS-DOS
|
||||||
|
6.x.
|
||||||
.Pp
|
.Pp
|
||||||
The entire program should be made more user-friendly.
|
The entire utility should be made more user-friendly.
|
||||||
.Pp
|
|
||||||
Throughout this man page, the term
|
|
||||||
.Sq partition
|
|
||||||
is used where it should actually be
|
|
||||||
.Sq slice ,
|
|
||||||
in order to conform with the terms used elsewhere.
|
|
||||||
.Pp
|
.Pp
|
||||||
You cannot use this command to completely dedicate a disk to
|
You cannot use this command to completely dedicate a disk to
|
||||||
.Fx .
|
.Fx .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user