Remove reundant quote.
[netbsd-mini2440.git] / usr.sbin / diskpart / diskpart.8
blobc730d39b62fc025e6acebc5f139b621132ae521e
1 .\" Copyright (c) 1983, 1991, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. Neither the name of the University nor the names of its contributors
13 .\"    may be used to endorse or promote products derived from this software
14 .\"    without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .\"     from: @(#)diskpart.8    8.1 (Berkeley) 6/6/93
29 .\"     $NetBSD: diskpart.8,v 1.8 2003/08/07 11:25:18 agc Exp $
30 .\"
31 .Dd June 6, 1993
32 .Dt DISKPART 8
33 .Os
34 .Sh NAME
35 .Nm diskpart
36 .Nd calculate default disk partition sizes
37 .Sh SYNOPSIS
38 .Nm
39 .Op Fl d
40 .Op Fl p
41 .Op Fl s Ar size
42 .Ar disk-type
43 .Sh DESCRIPTION
44 .Nm
45 is used to calculate the disk partition sizes based on the
46 default rules used at Berkeley.
47 .Pp
48 Available options and operands:
49 .Bl -tag -width Fl
50 .It Fl d
51 An entry suitable for inclusion in the disk
52 description file
53 .Pa /etc/disktab
54 is generated; for example,
55 .Xr disktab 5 .
56 .It Fl p
57 Tables suitable for inclusion in a device driver
58 are produced.
59 .It Fl s Ar size
60 The size of the disk may be limited to
61 .Ar size
62 with the
63 .Fl s
64 option.
65 .El
66 .Pp
67 On disks that use
68 .Xr bad144 8
69 type of
70 bad-sector forwarding,
71 space is normally left in the last partition on the disk
72 for a bad sector forwarding table, although this space
73 is not reflected in the tables produced.  The space reserved
74 is one track for the replicated copies of the table and
75 sufficient tracks to hold a pool of 126 sectors to which bad sectors
76 are mapped.  For more information, see
77 .Xr bad144 8 .
78 The
79 .Fl s
80 option is intended for other controllers which reserve some space at the end
81 of the disk for bad-sector replacements or other control areas,
82 even if not a multiple of cylinders.
83 .Pp
84 The disk partition sizes are based on the total amount of
85 space on the disk as given in the table below (all values
86 are supplied in units of sectors).  The
87 .Ql c
88 partition
89 is, by convention, used to access the entire physical disk.
90 The device driver tables include
91 the space reserved for the bad sector forwarding table in the
92 .Ql c
93 partition;
94 those used in the disktab and default formats exclude reserved tracks.
95 In normal operation, either the
96 .Ql g
97 partition is used, or the
98 .Ql d ,
99 .Ql e ,
101 .Ql f
102 partitions are used.  The
103 .Ql g
105 .Ql f
106 partitions
107 are variable-sized, occupying whatever space remains after allocation
108 of the fixed sized partitions.
109 If the disk is smaller than 20 Megabytes, then
111 aborts with the message
112 .Dq Li disk too small, calculate by hand .
113 .Bl -column Partition 20-60\ MB 61-205\ MB 206-355\ MB 356+\ MB
114 .It Partition   20-60 MB        61-205 MB       206-355 MB      356+ MB
115 .It a   15884   15884   15884   15884
116 .It b   10032   33440   33440   66880
117 .It d   15884   15884   15884   15884
118 .It e   unused  55936   55936   307200
119 .It h   unused  unused  291346  291346
122 If an unknown disk type is specified,
124 will prompt for the required disk geometry information.
125 .Sh SEE ALSO
126 .Xr disktab 5 ,
127 .Xr bad144 8
128 .Sh HISTORY
131 command appeared in
132 .Bx 4.2 .
133 .Sh BUGS
134 Most default partition sizes are based on historical artifacts
135 (like the RP06), and may result in unsatisfactory layouts.
137 When using the
138 .Fl d
139 flag, alternative disk names are not included
140 in the output.