fdisk.8 (8fa0b743820f61c661ba5f3ea0e3be0dc137910e) fdisk.8 (05d98029e9476e39b23f895225d36bf60f22ad91)
1.\" $FreeBSD$
2.\"
1.\" $FreeBSD$
2.\"
3.Dd May 24, 2009
3.Dd October 1, 2013
4.Dt FDISK 8
5.Os
6.Sh NAME
7.Nm fdisk
8.Nd PC slice table maintenance utility
9.Sh SYNOPSIS
10.Nm
11.Op Fl BIaipqstu

--- 142 unchanged lines hidden (view full) ---

154If omitted,
155.Nm
156tries to figure out the default disk device name from the
157mounted root device.
158.Pp
159When called with no arguments, it prints the sector 0 slice table.
160An example follows:
161.Bd -literal
4.Dt FDISK 8
5.Os
6.Sh NAME
7.Nm fdisk
8.Nd PC slice table maintenance utility
9.Sh SYNOPSIS
10.Nm
11.Op Fl BIaipqstu

--- 142 unchanged lines hidden (view full) ---

154If omitted,
155.Nm
156tries to figure out the default disk device name from the
157mounted root device.
158.Pp
159When called with no arguments, it prints the sector 0 slice table.
160An example follows:
161.Bd -literal
162 ******* Working on device /dev/ad0 *******
162 ******* Working on device /dev/ada0 *******
163 parameters extracted from in-core disklabel are:
164 cylinders=769 heads=15 sectors/track=33 (495 blks/cyl)
165
166 parameters to be used for BIOS calculations are:
167 cylinders=769 heads=15 sectors/track=33 (495 blks/cyl)
168
169 Warning: BIOS sector numbering starts with sector 1
170 Information from DOS bootblock is:

--- 331 unchanged lines hidden ---
163 parameters extracted from in-core disklabel are:
164 cylinders=769 heads=15 sectors/track=33 (495 blks/cyl)
165
166 parameters to be used for BIOS calculations are:
167 cylinders=769 heads=15 sectors/track=33 (495 blks/cyl)
168
169 Warning: BIOS sector numbering starts with sector 1
170 Information from DOS bootblock is:

--- 331 unchanged lines hidden ---