diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-10 16:17:34 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-10 16:17:34 +0000 |
commit | 214144704bcaa836cce06912e9fba50f6092b121 (patch) | |
tree | d049dcb50e544da4580a24f7839dd5f288052628 /sbin/bsdlabel/bsdlabel.8 | |
parent | e3a748456fb493c03a7024538341651cc3f46724 (diff) |
Notes
Diffstat (limited to 'sbin/bsdlabel/bsdlabel.8')
-rw-r--r-- | sbin/bsdlabel/bsdlabel.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8 index cbb4e345493b9..6560ea28f9e9c 100644 --- a/sbin/bsdlabel/bsdlabel.8 +++ b/sbin/bsdlabel/bsdlabel.8 @@ -475,12 +475,17 @@ to be decreased or the offset of a partition to be changed while it is open. Due to the use of an .Vt u_int32_t to store the number of sectors, -bsdlabels are restricted to a maximum of 2^32-1 sectors. +.Bx +labels are restricted to a maximum of 2^32-1 sectors. This usually means 2TB of disk space. Larger disks should be partitioned using another method such as .Xr gpt 8 . .Pp -The various BSDs all use slightly different versions of BSD labels and +The various +.Bx Ns s +all use slightly different versions of +.Bx +labels and are not generally compatible. .Sh SEE ALSO .Xr ccd 4 , |