1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 | ]>
|
---|
7 |
|
---|
8 | <sect1 id="ch-system-parted" role="wrap">
|
---|
9 | <?dbhtml filename="parted.html"?>
|
---|
10 |
|
---|
11 | <title>Parted-&parted-version;</title>
|
---|
12 |
|
---|
13 | <indexterm zone="ch-system-parted">
|
---|
14 | <primary sortas="a-Parted">Parted</primary>
|
---|
15 | </indexterm>
|
---|
16 |
|
---|
17 | <sect2 role="package">
|
---|
18 | <title/>
|
---|
19 |
|
---|
20 | <para>Parted is a program for creating, copying and modifying partitions,
|
---|
21 | and the file systems on them. Parted is especially useful on PPC machines
|
---|
22 | in that, unlike <command>fdisk</command>, it accurately reads Macintosh
|
---|
23 | partition maps.</para>
|
---|
24 |
|
---|
25 | </sect2>
|
---|
26 |
|
---|
27 | <sect2 role="installation">
|
---|
28 | <title>Installation of Parted</title>
|
---|
29 |
|
---|
30 | <para os="a">Prepare Parted for compilation:</para>
|
---|
31 |
|
---|
32 | <screen><userinput>./configure --prefix=/usr</userinput></screen>
|
---|
33 |
|
---|
34 | <para os="c">Compile the Parted package:</para>
|
---|
35 |
|
---|
36 | <screen os="d"><userinput>make</userinput></screen>
|
---|
37 |
|
---|
38 | <para os="e">Install the package:</para>
|
---|
39 |
|
---|
40 | <screen os="f"><userinput>make install</userinput></screen>
|
---|
41 |
|
---|
42 | </sect2>
|
---|
43 |
|
---|
44 | <sect2 id="contents-parted" role="content">
|
---|
45 | <title>Contents of Parted</title>
|
---|
46 |
|
---|
47 | <segmentedlist>
|
---|
48 | <segtitle>Installed programs</segtitle>
|
---|
49 |
|
---|
50 | <seglistitem>
|
---|
51 | <seg>parted, partprobe</seg>
|
---|
52 | </seglistitem>
|
---|
53 | </segmentedlist>
|
---|
54 |
|
---|
55 | <variablelist>
|
---|
56 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
57 | <?dbfo list-presentation="list"?>
|
---|
58 | <?dbhtml list-presentation="table"?>
|
---|
59 |
|
---|
60 | <varlistentry id="parted">
|
---|
61 | <term><command>parted</command></term>
|
---|
62 | <listitem>
|
---|
63 | <para>A program for creating, destroying, resizing, checking and
|
---|
64 | copying partitions, and the filesystems on them. This is useful
|
---|
65 | for creating space for new operating systems, reorganising disk
|
---|
66 | usage, copying data between hard disks, and disk imaging.</para>
|
---|
67 | <indexterm zone="ch-system-parted parted">
|
---|
68 | <primary sortas="e-parted">parted</primary>
|
---|
69 | </indexterm>
|
---|
70 | </listitem>
|
---|
71 | </varlistentry>
|
---|
72 |
|
---|
73 | <varlistentry id="partprobe">
|
---|
74 | <term><command>partprobe</command></term>
|
---|
75 | <listitem>
|
---|
76 | <para>Informs the OS of partition table changes.</para>
|
---|
77 | <indexterm zone="ch-system-parted partprobe">
|
---|
78 | <primary sortas="e-partprobe">partprobe</primary>
|
---|
79 | </indexterm>
|
---|
80 | </listitem>
|
---|
81 | </varlistentry>
|
---|
82 |
|
---|
83 | </variablelist>
|
---|
84 |
|
---|
85 | </sect2>
|
---|
86 |
|
---|
87 | </sect1>
|
---|