Begin documenting the limitations of some popular disk partitioning
schemes. In particular document the practical 2TB limit of bsdlabels. Reviewed by: simon
This commit is contained in:
parent
bd02bff965
commit
d3b7df9511
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22337
1 changed files with 10 additions and 0 deletions
|
@ -202,6 +202,16 @@
|
|||
case, the drive will be added simply as
|
||||
<filename>/dev/da1e</filename>.</para>
|
||||
|
||||
<para>Due to the use of 32-bit integers to store the number of sectors
|
||||
&man.bsdlabel.8; (called &man.disklabel.8; in &os; 4.X) is
|
||||
limited to 2^32-1 sectors per disk or 2TB in most cases. The
|
||||
&man.fdisk.8; format allows a starting sector of no more than
|
||||
2^32-1 and a length of no more than 2^32-1, limiting partitions to
|
||||
2TB and disks to 4TB in most cases. The &man.sunlabel.8; format
|
||||
is limited to 2^32-1 sectors per partition and 8 partitions for
|
||||
a total of 16TB. For larger disks, &man.gpt.8; partitions may be
|
||||
used.</para>
|
||||
|
||||
<sect2>
|
||||
<title>Using &man.sysinstall.8;</title>
|
||||
<indexterm>
|
||||
|
|
Loading…
Reference in a new issue