summaryrefslogtreecommitdiff
path: root/doc/C/parted.8
blob: 3e6451b3e89ea76bba501258dd6a60dce2746274 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
.TH PARTED 8 "18 Mar, 2002" parted "GNU Parted Manual"
.SH NAME
GNU Parted \- a partition manipulation program
.SH SYNOPSIS
.B parted
[options] [device [command [options...]...]]
.SH DESCRIPTION
This manual page documents briefly the
.BR parted
command.  Complete documentation is distributed with the package in
GNU Info format; see below.
.PP
.B parted
is a disk partitioning and partition resizing program.  It allows you to
create, destroy, resize, move and copy ext2, ext3, linux-swap, FAT, FAT32, and reiserfs
partitions.  It can create, resize and move Macintosh HFS partitions, as well as detect jfs, 
ntfs, ufs, and xfs partitions.  It is useful for creating space for new operating systems,
reorganising disk usage, and copying data to new hard disks.
.SH OPTIONS
.TP
.B -h, --help
displays a help message
.TP
.B -i, --interactive
prompts for user intervention
.TP
.B -l, --list
lists partition layout on all block devices
.TP
.B -m, --machine
displays machine parseable output
.TP
.B -s, --script
never prompts for user intervention
.TP
.B -v, --version
displays the version
.SH COMMANDS
.TP
.B [device]
The block device to partition.
.TP
.B [command [options]]
Specifies a command to parted. If no command is given, parted will give you
a command prompt. Commands are:
.RS
.TP
.B check \fIpartition\fP
does a simple check on \fIpartition\fP.
.TP
.B cp \fI[source-device]\fP \fIsource\fP \fIdest\fP
copies the \fIsource\fP partition's filesystem on \fIsource-device\fP (or the
current device if no other device was specified) to the \fIdest\fP partition
on the current device.
.TP
.B help \fI[command]\fP
prints general help, or help on \fIcommand\fP if specified.
.TP
.B mkfs \fIpartition\fP \fIfs-type\fP
make a filesystem \fIfs-type\fP on \fIpartition\fP. \fIfs-type\fP can be one
of "fat16", "fat32", "ext2", "linux-swap" or "reiserfs".
.TP
.B mklabel \fIlabel-type\fP
Creates a new disklabel (partition table) of \fIlabel-type\fP.
\fIlabel-type\fP should be one of "bsd", "dvh", "gpt", "loop", "mac", "msdos",
"pc98" or "sun".
.TP
.B mkpart \fIpart-type\fP \fI[fs-type]\fP \fIstart\fP \fIend\fP
make a \fIpart-type\fP partition with filesystem \fIfs-type\fP (if specified),
beginning at \fIstart\fP and ending at \fIend\fP (in megabytes).
\fIfs-type\fP can be one of 
"fat16", "fat32", "ext2", "HFS", "linux-swap", "NTFS", "reiserfs" or "ufs".
\fIpart-type\fP should be one of "primary", "logical" or "extended"
.TP
.B mkpartfs \fIpart-type\fP \fIfs-type\fP \fIstart\fP \fIend\fP
make a \fIpart-type\fP partition with filesystem \fIfs-type\fP beginning at
\fIstart\fP and ending at \fIend\fP (in megabytes)
.TP
.B move \fIpartition\fP \fIstart\fP \fIend\fP
move \fIpartition\fP to start at \fIstart\fP and end at \fIend\fP. Note: move
never changes the minor number
.TP
.B name \fIpartition\fP \fIname\fP
set the name of \fIpartition\fP to \fIname\fP. This option works only on Mac
and PC98 disklabels. The name can be placed in quotes, if necessary
.TP
.B print
displays the partition table
.TP
.B quit
exits parted
.TP
.B resize \fIpartition\fP \fIstart\fP \fIend\fP
resize the filesystem on \fIpartition\fP to start at \fIstart\fP and end at
\fIend\fP megabytes
.TP
.B rm \fIpartition\fP
deletes \fIpartition\fP
.TP
.B select \fIdevice\fP
choose \fIdevice\fP as the current device to edit. \fIdevice\fP should usually
be a Linux hard disk device, but it can be a partition, software raid device or
a LVM logical volume if that is necessary
.TP
.B set \fIpartition\fP \fIflag\fP \fIstate\fP
change the state of the \fIflag\fP on \fIpartition\fP to \fIstate\fP. Flags
supported are: "boot", "root", "swap", "hidden", "raid", "lvm", "lba" and
"palo".
\fIstate\fP should be either "on" or "off"
.RE
.SH REPORTING BUGS
Report bugs to <bug-parted@gnu.org>
.SH SEE ALSO
.BR fdisk (8),
.BR mkfs (8),
The \fIparted\fP program is fully documented in the
.BR info(1) 
format
.IR "GNU partitioning software"
manual.
.SH AUTHOR
This manual page was written by Timshel Knoll <timshel@debian.org>,
for the Debian GNU/Linux system (but may be used by others).