Lines Matching +full:partitions +full:- +full:table +full:- +full:offset

76 .Pa freebsd-bsdlabel
202 .Bl -tag -width ".Pa /etc/disktab" -compact
217 .Bd -literal -offset 4n
219 8 partitions:
220 # size offset fstype [fsize bsize bps/cpg]
229 .Bd -literal -offset 4n
246 track-to-track seek: 0 # milliseconds
249 8 partitions:
250 # size offset fstype [fsize bsize bps/cpg]
260 The partition table can have up to 8 entries.
262 .Bl -tag -width indent
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).
302 (assuming 512-byte sectors).
303 .It Ar offset
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
315 will be interpreted as an offset of 0.
316 The first partition should start at offset 16, because the first 16 sectors are
325 partitions, use type
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"
423 partitions with a labeling scheme using
424 .Cm % Ns -based
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
474 .Dq Li "bsdlabel -R ada0s1 new_label_file" :
475 .Bd -literal -offset 4n
478 8 partitions:
479 # size offset fstype [fsize bsize bps/cpg]
480 a: 400M 16 4.2BSD 4096 16384 75 # (Cyl. 0 - 812*)
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.
521 The disklabel scheme supports up to 20 partitions, but
523 supports only 8 partitions.