bsdlabel.8 (6a068746777241722b2b32c5d0bc443a2a64d80b) | bsdlabel.8 (05d98029e9476e39b23f895225d36bf60f22ad91) |
---|---|
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 --- 17 unchanged lines hidden (view full) --- 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$ 33.\" | 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 --- 17 unchanged lines hidden (view full) --- 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$ 33.\" |
34.Dd March 5, 2011 | 34.Dd October 1, 2013 |
35.Dt BSDLABEL 8 36.Os 37.Sh NAME 38.Nm bsdlabel 39.Nd read and write BSD label 40.Sh SYNOPSIS 41.Nm 42.Op Fl A --- 409 unchanged lines hidden (view full) --- 452.Ed 453.Pp 454This is an example disk label that uses some of the new partition size types 455such as 456.Cm % , M , G , 457and 458.Cm * , 459which could be used as a source file for | 35.Dt BSDLABEL 8 36.Os 37.Sh NAME 38.Nm bsdlabel 39.Nd read and write BSD label 40.Sh SYNOPSIS 41.Nm 42.Op Fl A --- 409 unchanged lines hidden (view full) --- 452.Ed 453.Pp 454This is an example disk label that uses some of the new partition size types 455such as 456.Cm % , M , G , 457and 458.Cm * , 459which could be used as a source file for |
460.Dq Li "bsdlabel -R ad0s1 new_label_file" : | 460.Dq Li "bsdlabel -R ada0s1 new_label_file" : |
461.Bd -literal -offset 4n | 461.Bd -literal -offset 4n |
462# /dev/ad0s1: | 462# /dev/ada0s1: |
463 4648 partitions: 465# size offset fstype [fsize bsize bps/cpg] 466 a: 400M 16 4.2BSD 4096 16384 75 # (Cyl. 0 - 812*) 467 b: 1G * swap 468 c: * * unused 469 e: 204800 * 4.2BSD 470 f: 5g * 4.2BSD --- 30 unchanged lines hidden --- | 463 4648 partitions: 465# size offset fstype [fsize bsize bps/cpg] 466 a: 400M 16 4.2BSD 4096 16384 75 # (Cyl. 0 - 812*) 467 b: 1G * swap 468 c: * * unused 469 e: 204800 * 4.2BSD 470 f: 5g * 4.2BSD --- 30 unchanged lines hidden --- |