Lines Matching +full:partition +full:-
76 .Pa freebsd-bsdlabel
84 label on a disk partition, or on a file containing a partition image.
110 that the program will operate on a file instead of a disk partition.
144 It will display the partition layout.
202 .Bl -tag -width ".Pa /etc/disktab" -compact
217 .Bd -literal -offset 4n
229 .Bd -literal -offset 4n
246 track-to-track seek: 0 # milliseconds
260 The partition table can have up to 8 entries.
262 .Bl -tag -width indent
264 The partition identifier is a single letter in the range
268 By convention, partition
272 The size of the partition in sectors,
274 (kilobytes - 1024),
276 (megabytes - 1024*1024),
278 (gigabytes - 1024*1024*1024),
282 removing any fixed-size partitions other than partition
288 fixed-size and percentage partitions).
289 For partition
302 (assuming 512-byte sectors).
304 The offset of the start of the partition from the beginning of the
309 calculate the correct offset to use (the end of the previous partition plus
310 one, ignoring partition
312 For partition
316 The first partition should start at offset 16, because the first 16 sectors are
319 Describes the purpose of the partition.
320 The above example shows all currently used partition types.
331 By convention, partition
341 also knows about a number of other partition types,
372 Save the in-core label for
385 .Dl "bsdlabel -w /dev/da0s1"
391 .Dl "bsdlabel -e da0s1"
393 Read the on-disk label for
398 install the new label either in-core or on-disk:
400 .Dl "bsdlabel -e -n da0s1"
409 .Dl "bsdlabel -w da0s1"
411 Restore the on-disk and in-core label for
416 .Dl "bsdlabel -R da0s1 savedlabel"
420 using the partition layout in
424 .Cm % Ns -based
427 partition sizes:
429 .Dl "bsdlabel -R -n da0s1 label_layout"
436 .Dl "bsdlabel -B da0s1"
443 .Dl "bsdlabel -w -B -b newboot /dev/da0s1"
448 partition table containing one slice, covering the whole disk.
457 .Bd -literal -offset indent
459 gpart create -s MBR da0
460 gpart add -t freebsd da0
461 gpart set -a active -i 1 da0
462 gpart bootcode -b /boot/mbr da0
464 bsdlabel -w -B da0s1
465 bsdlabel -e da0s1
468 This is an example disk label that uses some of the new partition size types
474 .Dq Li "bsdlabel -R ada0s1 new_label_file" :
475 .Bd -literal -offset 4n
480 a: 400M 16 4.2BSD 4096 16384 75 # (Cyl. 0 - 812*)
488 The kernel device drivers will not allow the size of a disk partition
489 to be decreased or the offset of a partition to be changed while it is open.
495 labels are restricted to a maximum of 2^32-1 sectors.