diff options
author | ru <ru@FreeBSD.org> | 2005-01-10 16:17:34 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-10 16:17:34 +0000 |
commit | c56f1c1871205be557ed0d6b8fe8a0dd9683515f (patch) | |
tree | d049dcb50e544da4580a24f7839dd5f288052628 /sbin/bsdlabel | |
parent | 0c3ea39ac6d784fd08e6057c87255fc59dda7877 (diff) | |
download | FreeBSD-src-c56f1c1871205be557ed0d6b8fe8a0dd9683515f.zip FreeBSD-src-c56f1c1871205be557ed0d6b8fe8a0dd9683515f.tar.gz |
Scheduled mdoc(7) sweep.
Diffstat (limited to 'sbin/bsdlabel')
-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 cbb4e34..6560ea2 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 , |