* Start each sentence on a new line.
[dragonfly/port-amd64.git] / sbin / disklabel64 / disklabel64.8
blob10297e3b1364ecac0501fdd99d768a322080151d
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
9 .\" are met:
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\"    notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\"    notice, this list of conditions and the following disclaimer in the
14 .\"    documentation and/or other materials provided with the distribution.
15 .\" 3. All advertising materials mentioning features or use of this software
16 .\"    must display the following acknowledgment:
17 .\"     This product includes software developed by the University of
18 .\"     California, Berkeley and its contributors.
19 .\" 4. Neither the name of the University nor the names of its contributors
20 .\"    may be used to endorse or promote products derived from this software
21 .\"    without specific prior written permission.
22 .\"
23 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
24 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 .\" SUCH DAMAGE.
34 .\"
35 .\"     @(#)disklabel.8 8.2 (Berkeley) 4/19/94
36 .\" $FreeBSD: src/sbin/disklabel/disklabel.8,v 1.15.2.22 2003/04/17 17:56:34 trhodes Exp $
37 .\" $DragonFly: src/sbin/disklabel64/disklabel64.8,v 1.2 2007/08/08 11:21:08 swildner Exp $
38 .\"
39 .Dd January 21, 2007
40 .Dt DISKLABEL 8
41 .Os
42 .Sh NAME
43 .Nm disklabel
44 .Nd read and write disk pack label
45 .Sh SYNOPSIS
46 .Nm
47 .Op Fl r
48 .Ar disk
49 .Nm
50 .Fl w
51 .Op Fl r
52 .Op Fl n
53 .Ar disk Ar disktype/auto
54 .Oo Ar packid Oc
55 .Nm
56 .Fl e
57 .Op Fl r
58 .Op Fl n
59 .Ar disk
60 .Nm
61 .Fl R
62 .Op Fl r
63 .Op Fl n
64 .Ar disk Ar protofile
65 .Nm
66 .Op Fl NW
67 .Ar disk
68 .Pp
69 .Nm
70 .Fl B
71 .Oo
72 .Fl b Ar boot1
73 .Fl s Ar boot2
74 .Oc
75 .Ar disk
76 .Oo Ar disktype/auto Oc
77 .Nm
78 .Fl w
79 .Fl B
80 .Op Fl n
81 .Oo
82 .Fl b Ar boot1
83 .Fl s Ar boot2
84 .Oc
85 .Ar disk Ar disktype/auto
86 .Oo Ar packid Oc
87 .Nm
88 .Fl R
89 .Fl B
90 .Op Fl n
91 .Oo
92 .Fl b Ar boot1
93 .Fl s Ar boot2
94 .Oc
95 .Ar disk Ar protofile
96 .Oo Ar disktype/auto Oc
97 .Nm
98 .Fl f Ar slice_start_lba
99 .Oo Ar options Oc
100 .Sh DESCRIPTION
103 utility
104 installs, examines or modifies the label on a disk drive or pack.
105 When writing
106 the label, it can be used to change the drive identification, the disk
107 partitions on the drive, or to replace a damaged label.
108 There are several forms
109 of the command that read (display), install or edit the label on a disk.
111 addition,
113 can install bootstrap code.
114 .Ss Raw or in-core label
115 The disk label resides close to or at the beginning of each disk slice.
116 For faster access, the kernel maintains a copy in core at all times.
118 default, most forms of the
120 command access the in-core copy of the label.
121 To access the raw (on-disk)
122 copy, use the
123 .Fl r
124 option.
125 This option allows a label to be installed on a disk without kernel
126 support for a label, such as when labels are first installed on a system; it
127 must be used when first installing a label on a disk.
128 The specific effect of
129 .Fl r
130 is described under each command.
131 .Ss Disk device name
134 forms require a disk device name, which should always be the raw
135 device name representing the disk or slice.
136 For example
137 .Pa da0
138 represents the entire disk regardless of any DOS partitioning,
140 .Pa da0s1
141 represents a slice.
142 Some devices, most notably
143 .Ar ccd ,
144 require that the
145 .Dq whole-disk
147 .Dq c )
148 partition be specified.
149 For example
150 .Pa ccd0c .
151 You do not have to include the
152 .Pa /dev/
153 path prefix when specifying the device.
156 utility will automatically prepend it.
157 .Ss Reading the disk label
158 To examine the label on a disk drive, use
160 without options:
163 .Op Fl r
164 .Ar disk
166 .Ar disk
167 represents the raw disk in question, and may be in the form
168 .Pa da0
170 .Pa /dev/da0c .
171 It will display all of the parameters associated with the drive and its
172 partition layout.
173 Unless the
174 .Fl r
175 flag is given,
176 the kernel's in-core copy of the label is displayed;
177 if the disk has no label, or the partition types on the disk are incorrect,
178 the kernel may have constructed or modified the label.
179 If the
180 .Fl r
181 flag is given,
183 reads the label from the raw disk and displays it.
184 Both versions are usually
185 identical except in the case where a label has not yet been initialized or
186 is corrupt.
187 .Ss Writing a standard label
188 To write a standard label, use the form
191 .Fl w
192 .Op Fl r
193 .Op Fl n
194 .Ar disk Ar disktype/auto
195 .Oo Ar packid Oc
198 .Fl w
199 .Op Fl r
200 .Op Fl n
201 .Ar disk
202 auto
204 The required arguments to
206 are the drive to be labeled and the drive type as described in the
207 .Xr disktab 5
208 file.
209 The drive parameters and partitions are taken from that file.
211 different disks of the same physical type are to have different partitions, it
212 will be necessary to have separate disktab entries describing each, or to edit
213 the label after installation as described below.
214 The optional argument is a
215 pack identification string, up to 16 characters long.
216 The pack id must be
217 quoted if it contains blanks.
219 If the
220 .Fl n
221 flag is given, no data will be written to the device, and instead the
222 disklabel that would have been written will be printed to stdout.
224 If the
225 .Fl r
226 flag is given, the disk sectors containing the label and bootstrap
227 will be written directly.
228 A side-effect of this is that any existing bootstrap code will be overwritten
229 and the disk rendered unbootable.
230 See the boot options below for a method of
231 writing the label and the bootstrap at the same time.
233 .Fl r
234 is not specified,
235 the existing label will be updated via the in-core copy and any bootstrap
236 code will be unaffected.
237 If the disk does not already have a label, the
238 .Fl r
239 flag must be used.
240 In either case, the kernel's in-core label is replaced.
242 For a virgin disk that is not known to
243 .Xr disktab 5 ,
244 .Ar disktype
245 can be specified as
246 .Dq auto .
247 In this case, the driver is requested to produce a virgin label for the
248 disk.
249 This might or might not be successful, depending on whether the
250 driver for the disk is able to get the required data without reading
251 anything from the disk at all.
252 It will likely succeed for all SCSI
253 disks, most IDE disks, and vnode devices.
254 Writing a label to the
255 disk is the only supported operation, and the
256 .Ar disk
257 itself must be provided as the canonical name, i.e.\& not as a full
258 path name.
260 For most harddisks, a label based on percentages for most partitions (and
261 one partition with a size of
262 .Ql * )
263 will produce a reasonable configuration.
265 PC-based systems have special requirements in order for the BIOS to properly
266 recognize a
268 disklabel.
269 Older systems may require what is known as a
270 .Dq dangerously dedicated
271 disklabel, which creates a fake DOS partition to work around problems older
272 BIOSes have with modern disk geometries.
273 On newer systems you generally want
274 to create a normal DOS partition using
275 .Ar fdisk
276 and then create a
278 disklabel within that slice.
279 This is described
280 later on in this page.
282 Installing a new disklabel does not in of itself allow your system to boot
283 a kernel using that label.
284 You must also install boot blocks, which is
285 described later on in this manual page.
286 .Ss Editing an existing disk label
287 To edit an existing disk label, use the form
290 .Fl e
291 .Op Fl r
292 .Op Fl n
293 .Ar disk
295 This command reads the label from the in-core kernel copy, or directly from the
296 disk if the
297 .Fl r
298 flag is also specified.
299 The label is written to a file in ASCII and then
300 supplied to an editor for changes.
301 If no editor is specified in an
302 .Ev EDITOR
303 environment variable,
304 .Xr vi 1
305 is used.
306 When the editor terminates, the label file is used to rewrite the disk
307 label.
308 Existing bootstrap code is unchanged regardless of whether
309 .Fl r
310 was specified.
312 .Fl n
313 is specified, no data will be written to the device, and instead the
314 disklabel that would have been written will be printed to stdout.
315 This is
316 useful to see how a partitioning scheme will work out for a specific disk.
317 .Ss Restoring a disk label from a file
318 To restore a disk label from a file, use the form
321 .Fl R
322 .Op Fl r
323 .Op Fl n
324 .Ar disk Ar protofile
327 is capable of restoring a disk label that was previously saved in a file in ASCII format.
328 The prototype file used to create the label should be in the same format as that
329 produced when reading or editing a label.
330 Comments are delimited by
331 .Ar \&#
332 and newline.
333 As when writing a new label, any existing bootstrap code will be
334 clobbered if
335 .Fl r
336 is specified and will be unaffected otherwise.
337 See the boot options below for a
338 method of restoring the label and writing the bootstrap at the same time.
340 .Fl n
341 is used, no data will be written to the device, and instead the
342 disklabel that would have been written will be printed to stdout.
343 This is
344 useful to see how a partitioning scheme will work out for a specific disk.
345 .Ss Enabling and disabling writing to the disk label area
346 By default, it is not possible to write to the disk label area at the beginning
347 of a disk.
348 The disk driver arranges for
349 .Xr write 2
350 and similar system calls
351 to return
352 .Er EROFS
353 on any attempt to do so.
354 If you need
355 to write to this area (for example, to obliterate the label), use the form
358 .Fl W
359 .Ar disk
361 To disallow writing to the label area after previously allowing it, use the
362 command
365 .Fl N
366 .Ar disk
367 .Ss Installing bootstraps
368 The final three forms of
370 are used to install bootstrap code.
371 If you are creating a
372 .Dq dangerously-dedicated
373 slice for compatibility with older PC systems,
374 you generally want to specify the raw disk name such as
375 .Pa da0 .
376 If you are creating a label within an existing DOS slice,
377 you should specify
378 the partition name such as
379 .Pa da0s1a .
380 Making a slice bootable can be tricky.
381 If you are using a normal DOS
382 slice you typically install (or leave) a standard MBR on the base disk and
383 then install the
385 bootblocks in the slice.
388 .Fl B
390 .Fl b Ar boot1
391 .Fl s Ar boot2
393 .Ar disk
394 .Oo Ar disktype Oc
396 This form installs the bootstrap only.
397 It does not change the disk label.
398 You should never use this command on a base disk unless you intend to create a
399 .Dq dangerously-dedicated
400 disk, such as
401 .Ar da0 .
402 This command is typically run on a slice such as
403 .Ar da0s1 .
406 .Fl w
407 .Fl B
408 .Op Fl n
410 .Fl b Ar boot1
411 .Fl s Ar boot2
413 .Ar disk Ar disktype
414 .Oo Ar packid Oc
416 This form corresponds to the
417 .Dq write label
418 command described above.
419 In addition to writing a new volume label, it also installs the bootstrap.
420 If run on a base disk this command will create a
421 .Dq dangerously-dedicated
422 label.
423 This command is normally run on a slice rather than a base disk.
425 .Fl n
426 is used, no data will be written to the device, and instead the
427 disklabel that would have been written will be printed to stdout.
430 .Fl R
431 .Fl B
432 .Op Fl n
434 .Fl b Ar boot1
435 .Fl s Ar boot2
437 .Ar disk Ar protofile
438 .Oo Ar disktype Oc
440 This form corresponds to the
441 .Dq restore label
442 command described above.
443 In addition to restoring the volume label, it also installs the bootstrap.
444 If run on a base disk this command will create a
445 .Dq dangerously-dedicated
446 label.
447 This command is normally run on a slice rather than a base disk.
449 The bootstrap commands always access the disk directly, so it is not necessary
450 to specify the
451 .Fl r
452 flag.
454 .Fl n
455 is used, no data will be written to the device, and instead the
456 disklabel that would have been written will be printed to stdout.
458 The bootstrap code is comprised of two boot programs.
459 Specify the name of the
460 boot programs to be installed in one of these ways:
461 .Bl -enum
463 Specify the names explicitly with the
464 .Fl b
466 .Fl s
467 flags.
468 .Fl b
469 indicates the primary boot program and
470 .Fl s
471 the secondary boot program.
472 The boot programs are located in
473 .Pa /boot .
475 If the
476 .Fl b
478 .Fl s
479 flags are not specified, but
480 .Ar disktype
481 was specified, the names of the programs are taken from the
482 .Dq b0
484 .Dq b1
485 parameters of the
486 .Xr disktab 5
487 entry for the disk if the disktab entry exists and includes those parameters.
489 Otherwise, the default boot image names are used:
490 .Pa /boot/boot1
492 .Pa /boot/boot2
493 for the standard stage1 and stage2 boot images.
495 .Ss Initializing/Formatting a bootable disk from scratch
496 To initialize a disk from scratch the following sequence is recommended.
497 Please note that this will wipe everything that was previously on the disk,
498 including any
499 .No non- Ns Dx
500 slices.
501 .Bl -enum
504 .Xr fdisk 8
505 to initialize the hard disk, and create a slice table, referred to
506 as the
507 .Dq "partition table"
509 .Tn DOS .
513 to define partitions on
515 slices created in the previous step.
517 Finally use
518 .Xr newfs 8
519 to create file systems on new partitions.
522 A typical partitioning scheme would be to have an
523 .Ql a
524 partition
525 of approximately 128MB to hold the root file system, a
526 .Ql b
527 partition for
528 swap, a
529 .Ql d
530 partition for
531 .Pa /var
532 (usually 128MB), an
533 .Ql e
534 partition
536 .Pa /var/tmp
537 (usually 128MB), an
538 .Ql f
539 partition for
540 .Pa /usr
541 (usually around 2GB),
542 and finally a
543 .Ql g
544 partition for
545 .Pa /home
546 (usually all remaining space).
547 Your mileage may vary.
549 .Nm fdisk Fl BI Pa da0
552 .Fl w B
553 .Pa da0s1
554 .Cm auto
557 .Fl e
558 .Pa da0s1
559 .Sh FILES
560 .Bl -tag -width ".Pa /etc/disktab" -compact
561 .It Pa /boot/boot
562 Default boot image.
563 .It Pa /etc/disktab
564 Disk description file.
566 .Sh SAVED FILE FORMAT
569 utility
570 uses an
571 .Tn ASCII
572 version of the label when examining, editing, or restoring a disk
573 label.
574 The format is:
575 .Bd -literal -offset 4n
576 # /dev/da1c:
577 type: SCSI
578 disk: da0s1
579 label:
580 flags:
581 bytes/sector: 512
582 sectors/track: 51
583 tracks/cylinder: 19
584 sectors/cylinder: 969
585 cylinders: 1211
586 sectors/unit: 1173930
587 rpm: 3600
588 interleave: 1
589 trackskew: 0
590 cylinderskew: 0
591 headswitch: 0           # milliseconds
592 track-to-track seek: 0  # milliseconds
593 drivedata: 0
595 16 partitions:
596 #        size   offset    fstype   [fsize bsize bps/cpg]
597   a:    81920        0    4.2BSD     1024  8192    16   # (Cyl.    0 - 84*)
598   b:   160000    81920      swap                        # (Cyl.   84* - 218*)
599   c:  1173930        0    unused        0     0         # (Cyl.    0 - 1211*)
600   h:   962010   211920     vinum                        # (Cyl.  218*- 1211*)
603 Lines starting with a
604 .Ql #
605 mark are comments.
606 Most of the other specifications are no longer used.
607 The ones which must still be set correctly are:
609 .Bl -inset
610 .It Ar label
611 is an optional label, set by the
612 .Ar packid
613 option when writing a label.
614 .It Ar flags
615 may be
616 .Cm removable , ecc
618 .Cm badsect .
619 .Cm removable
620 is set for removable media drives, but no current
622 driver evaluates this
623 flag.
624 .Cm ecc
625 is no longer supported;
626 .Cm badsect
627 specifies that the drive can perform bad sector remapping.
628 .It Ar sectors/unit
629 describes the total size of the disk.
630 This value must be correct.
631 .It Ar "the partition table"
632 is the
634 partition table, not the
635 .Tn DOS
636 partition table described in
637 .Xr fdisk 8 .
640 The partition table can have up to 16 entries.
641 It contains the following information:
642 .Bl -tag -width indent
643 .It Ar #
644 The partition identifier is a single letter in the range
645 .Ql a
647 .Ql h .
648 By convention, partition
649 .Ql c
650 is reserved to describe the entire disk.
651 .It Ar size
652 The size of the partition in sectors,
653 .Cm K
654 (kilobytes - 1024),
655 .Cm M
656 (megabytes - 1024*1024),
657 .Cm G
658 (gigabytes - 1024*1024*1024),
659 .Cm %
660 (percentage of free space
661 .Em after
662 removing any fixed-size partitions other than partition
663 .Ql c ) ,
665 .Cm *
666 (all remaining free space
667 .Em after
668 fixed-size and percentage partitions).
669 For partition
670 .Ql c ,
671 a size of
672 .Cm *
673 indicates the entire disk.
674 Lowercase versions of
675 .Cm K , M ,
677 .Cm G
678 are allowed.
679 Size and type should be specified without any spaces between them.
681 Example: 2097152, 1G, 1024M and 1048576K are all the same size
682 (assuming 512-byte sectors).
683 .It Ar offset
684 The offset of the start of the partition from the beginning of the
685 drive in sectors, or
686 .Cm *
687 to have
689 calculate the correct offset to use (the end of the previous partition plus
690 one, ignoring partition
691 .Ql c .
692 For partition
693 .Ql c ,
694 .Cm *
695 will be interpreted as an offset of 0.
696 .It Ar fstype
697 Describes the purpose of the partition.
698 The example shows all currently used partition types.
700 .Tn UFS
701 file systems and
702 .Xr ccd 4
703 partitions, use type
704 .Cm 4.2BSD .
705 For Vinum drives, use type
706 .Cm vinum .
707 Other common types are
708 .Cm swap
710 .Cm unused .
711 By convention, partition
712 .Ql c
713 represents the entire slice and should be of type
714 .Cm unused ,
715 though
717 does not enforce this convention.
720 utility
721 also knows about a number of other partition types,
722 none of which are in current use.
723 (See the definitions starting with
724 .Dv FS_UNUSED
726 .In sys/disklabel.h
727 for more details).
728 .It Ar fsize
730 .Cm 4.2BSD
732 .Tn LFS
733 file systems only, the fragment size.
734 Defaults to 1024 for partitions smaller than 1GB,
735 2048 for partitions 1GB or larger.
736 .It Ar bsize
738 .Cm 4.2BSD
740 .Tn LFS
741 file systems only, the block size.
742 Defaults to 8192 for partitions smaller than 1GB,
743 16384 for partitions 1GB or larger.
744 .It Ar bps/cpg
746 .Cm 4.2BSD
747 file systems, the number of cylinders in a cylinder group.
749 .Tn LFS
750 file systems, the segment shift value.
751 Defaults to 16 for partitions smaller than 1GB,
752 64 for partitions 1GB or larger.
755 The remainder of the line is a comment and shows the cylinder allocations based
756 on the obsolete (but possibly correct) geometry information about the drive.
757 The asterisk
758 .Pq Ql *
759 indicates that the partition does not begin or end exactly on a
760 cylinder boundary.
761 .Sh EXAMPLES
762 .Dl "disklabel da0s1"
764 Display the in-core label for the first slice of the
765 .Pa da0
766 disk, as obtained via
767 .Pa /dev/da0s1 .
768 (If the disk is
769 .Dq dangerously-dedicated ,
770 the base disk name should be specified, such as
771 .Pa da0 . )
773 .Dl "disklabel da0s1 > savedlabel"
775 Save the in-core label for
776 .Pa da0s1
777 into the file
778 .Pa savedlabel .
779 This file can be used with the
780 .Fl R
781 option to restore the label at a later date.
783 .Dl "disklabel -w -r /dev/da0s1 da2212 foo"
785 Create a label for
786 .Pa da0s1
787 based on information for
788 .Dq da2212
789 found in
790 .Pa /etc/disktab .
791 Any existing bootstrap code will be clobbered
792 and the disk rendered unbootable.
794 .Dl "disklabel -e -r da0s1"
796 Read the on-disk label for
797 .Pa da0s1 ,
798 edit it, and reinstall in-core as well as on-disk.
799 Existing bootstrap code is unaffected.
801 .Dl "disklabel -e -r -n da0s1"
803 Read the on-disk label for
804 .Pa da0s1 ,
805 edit it, and display what the new label would be (in sectors).
806 It does
807 .Em not
808 install the new label either in-core or on-disk.
810 .Dl "disklabel -r -w da0s1 auto"
812 Try to auto-detect the required information from
813 .Pa da0s1 ,
814 and write a new label to the disk.
815 Use another
816 .Nm Fl e
817 command to edit the
818 partitioning and file system information.
820 .Dl "disklabel -R da0s1 savedlabel"
822 Restore the on-disk and in-core label for
823 .Pa da0s1
824 from information in
825 .Pa savedlabel .
826 Existing bootstrap code is unaffected.
828 .Dl "disklabel -R -n da0s1 label_layout"
830 Display what the label would be for
831 .Pa da0s1
832 using the partition layout in
833 .Pa label_layout .
834 This is useful for determining how much space would be allotted for various
835 partitions with a labelling scheme using
836 .Cm % Ns -based
838 .Cm *
839 partition sizes.
841 .Dl disklabel -B da0s1
843 Install a new bootstrap on
844 .Pa da0s1 .
845 The boot code comes from
846 .Pa /boot/boot1
847 and possibly
848 .Pa /boot/boot2 .
849 On-disk and in-core labels are unchanged.
851 .Dl disklabel -w -B /dev/da0s1 -b newboot1 -s newboot2 da2212
853 Install a new label and bootstrap.
854 The label is derived from disktab information for
855 .Dq da2212
856 and installed both in-core and on-disk.
857 The bootstrap code comes from the files
858 .Pa /boot/newboot1
860 .Pa /boot/newboot2 .
862 .Dl dd if=/dev/zero of=/dev/da0 bs=512 count=32
863 .Dl fdisk -BI da0
864 .Dl dd if=/dev/zero of=/dev/da0s1 bs=512 count=32
865 .Dl disklabel -w -B da0s1 auto
866 .Dl disklabel -e da0s1
868 Completely wipe any prior information on the disk, creating a new bootable
869 disk with a DOS partition table containing one
870 .Dq whole-disk
871 slice.
872 Then
873 initialize the slice, then edit it to your needs.
875 .Pa dd
876 commands are optional, but may be necessary for some BIOSes to properly
877 recognize the disk.
879 This is an example disklabel that uses some of the new partition size types
880 such as
881 .Cm % , M , G ,
883 .Cm * ,
884 which could be used as a source file for
886 .Dl disklabel -R ad0s1c new_label_file
887 .Bd -literal -offset 4n
888 # /dev/ad0s1c:
889 type: ESDI
890 disk: ad0s1
891 label:
892 flags:
893 bytes/sector: 512
894 sectors/track: 63
895 tracks/cylinder: 16
896 sectors/cylinder: 1008
897 cylinders: 40633
898 sectors/unit: 40959009
899 rpm: 3600
900 interleave: 1
901 trackskew: 0
902 cylinderskew: 0
903 headswitch: 0           # milliseconds
904 track-to-track seek: 0  # milliseconds
905 drivedata: 0
907 16 partitions:
908 #        size   offset    fstype   [fsize bsize bps/cpg]
909   a:   400M        0    4.2BSD     4096 16384    75     # (Cyl.    0 - 812*)
910   b:     1G        *      swap
911   c:      *        *    unused
912   e: 204800        *    4.2BSD
913   f:     5g        *    4.2BSD
914   g:      *        *    4.2BSD
916 .Sh DIAGNOSTICS
917 The kernel device drivers will not allow the size of a disk partition
918 to be decreased or the offset of a partition to be changed while it is open.
919 Some device drivers create a label containing only a single large partition
920 if a disk is unlabeled; thus, the label must be written to the
921 .Dq a
922 partition of the disk while it is open.
923 This sometimes requires the desired
924 label to be set in two steps, the first one creating at least one other
925 partition, and the second setting the label on the new partition while shrinking
927 .Dq a
928 partition.
930 On some machines the bootstrap code may not fit entirely in the area
931 allocated for it by some file systems.
932 As a result, it may not be possible to have file systems on some partitions
933 of a
934 .Dq bootable
935 disk.
936 When installing bootstrap code,
938 checks for these cases.
939 If the installed boot code would overlap a partition of type
940 .Dv FS_UNUSED
941 it is marked as type
942 .Dv FS_BOOT .
944 .Xr newfs 8
945 utility will disallow creation of file systems on
946 .Dv FS_BOOT
947 partitions.
948 Conversely, if a partition has a type other than
949 .Dv FS_UNUSED
951 .Dv FS_BOOT ,
953 will not install bootstrap code that overlaps it.
954 .Sh SEE ALSO
955 .Xr ccd 4 ,
956 .Xr disklabel 5 ,
957 .Xr disktab 5 ,
958 .Xr boot0cfg 8 ,
959 .Xr diskinfo 8 ,
960 .Xr disklabel 8 ,
961 .Xr fdisk 8 ,
962 .Xr vinum 8
963 .Sh BUGS
964 When a disk name is given without a full pathname,
965 the constructed device name uses the
966 .Dq c
967 partition.
969 For the i386 architecture, the primary bootstrap sector contains
970 an embedded
971 .Em fdisk
972 table.
975 utility takes care to not clobber it when installing a bootstrap only
976 .Pq Fl B ,
977 or when editing an existing label
978 .Pq Fl e ,
979 but it unconditionally writes the primary bootstrap program onto
980 the disk for
981 .Fl w
983 .Fl R ,
984 thus replacing the
985 .Em fdisk
986 table by the dummy one in the bootstrap program.
987 This is only of
988 concern if the disk is fully dedicated, so that the
990 disklabel
991 starts at absolute block 0 on the disk.
995 utility
996 does not perform all possible error checking.
997 Warning *is* given if partitions
998 overlap; if an absolute offset does not match the expected offset; if the
999 .Dq c
1000 partition does not start at 0 or does not cover the entire slice; if a
1001 partition runs past the end of the device; and a number of other errors; but
1002 no warning is given if space remains unused.