Deleted Added
full compact
bsdlabel.8 (219448) bsdlabel.8 (231564)
1.\" Copyright (c) 1987, 1988, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Symmetric Computer Systems.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 15 unchanged lines hidden (view full) ---

24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" @(#)disklabel.8 8.2 (Berkeley) 4/19/94
1.\" Copyright (c) 1987, 1988, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Symmetric Computer Systems.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 15 unchanged lines hidden (view full) ---

24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" @(#)disklabel.8 8.2 (Berkeley) 4/19/94
32.\" $FreeBSD: head/sbin/bsdlabel/bsdlabel.8 219448 2011-03-10 08:24:21Z uqs $
32.\" $FreeBSD: head/sbin/bsdlabel/bsdlabel.8 231564 2012-02-12 18:29:56Z ed $
33.\"
34.Dd March 5, 2011
35.Dt BSDLABEL 8
36.Os
37.Sh NAME
38.Nm bsdlabel
39.Nd read and write BSD label
40.Sh SYNOPSIS

--- 429 unchanged lines hidden (view full) ---

470 f: 5g * 4.2BSD
471 g: * * 4.2BSD
472.Ed
473.Sh DIAGNOSTICS
474The kernel device drivers will not allow the size of a disk partition
475to be decreased or the offset of a partition to be changed while it is open.
476.Sh COMPATIBILITY
477Due to the use of an
33.\"
34.Dd March 5, 2011
35.Dt BSDLABEL 8
36.Os
37.Sh NAME
38.Nm bsdlabel
39.Nd read and write BSD label
40.Sh SYNOPSIS

--- 429 unchanged lines hidden (view full) ---

470 f: 5g * 4.2BSD
471 g: * * 4.2BSD
472.Ed
473.Sh DIAGNOSTICS
474The kernel device drivers will not allow the size of a disk partition
475to be decreased or the offset of a partition to be changed while it is open.
476.Sh COMPATIBILITY
477Due to the use of an
478.Vt u_int32_t
478.Vt uint32_t
479to store the number of sectors,
480.Bx
481labels are restricted to a maximum of 2^32-1 sectors.
482This usually means 2TB of disk space.
483Larger disks should be partitioned using another method such as
484.Xr gpart 8 .
485.Pp
486The various

--- 14 unchanged lines hidden ---
479to store the number of sectors,
480.Bx
481labels are restricted to a maximum of 2^32-1 sectors.
482This usually means 2TB of disk space.
483Larger disks should be partitioned using another method such as
484.Xr gpart 8 .
485.Pp
486The various

--- 14 unchanged lines hidden ---