VM: memtype fix
[minix3.git] / man / man8 / fdisk.8
blob247af9af3d35d2b447f659e0484c63dfa88a76ca
1 .TH FDISK 8
2 .SH NAME
3 fdisk \- partition a hard disk [IBM]
4 .SH SYNOPSIS
5 \fBfdisk\fR [\fB\-h\fIm\fR]\fR [\fB\-s\fIn\fR]\fR [\fIfile\fR]\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH OPTIONS
18 .TP 5
19 .B \fB\-h
20 # Number of disk heads is \fIm\fR
21 .TP 5
22 .B \fB\-s
23 # Number of sectors per track is \fIn\fR
24 .SH EXAMPLES
25 .TP 20
26 .B fdisk /dev/c0d0
27 # Examine disk partitions
28 .TP 20
29 .B fdisk \-h9 /dev/c0d0
30 # Examine disk with 9 heads
31 .SH DESCRIPTION
32 .PP
33 When \fIfdisk\fR starts up, it reads in the partition table and displays 
34 it.
35 It then presents a menu to allow the user to modify partitions, store the
36 partition table on a file, or load it from a file.  Partitions can be marked
37 as 
38 \s-1MINIX 3\s-1,
39 DOS or other, as well as active or not.
40 Using \fIfdisk\fR is self-explanatory.  
41 However, be aware that
42 repartitioning a disk will cause information on it to be lost.  
43 Rebooting the system \fIimmediately\fR 
44 is mandatory after changing partition sizes and parameters.
45 \s-1MINIX 3\s-1, 
46 \&\s-2XENIX\s0, \s-2PC-IX\s0, and \s-2MS-DOS\s0 all have different 
47 partition numbering schemes.
48 Thus when using multiple systems on the same disk, be careful.
49 .PP
50 Note that
51 \s-1MINIX 3\s-1,
52 unlike
53 \&MS-DOS ,
54 cannot access the last sector in a partition with an odd number of sectors.
55 The reason that odd partition sizes do not cause a problem with
56 \s-2MS-DOS\s0 is that \s-2MS-DOS\s0 allocates disk space in units of
57 512-byte sectors, whereas 
58 \s-1MINIX 3\s-1
59 uses 1K blocks.
60 \fIFdisk\fR has a variety of other features that can be seen by typing \fIh\fR.
61 .PP
62 .I Fdisk
63 normally knows the geometry of the device by asking the driver.  You can use
64 the \fB\-h\fP and \fB\-s\fP options to override the numbers found.
65 .SH "SEE ALSO"
66 .BR part (8).