2012-05-05 23:40:32 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY gparted-download-http
|
|
|
|
"&sourceforge-repo;/gparted/gparted-&gparted-version;.tar.bz2">
|
|
|
|
<!ENTITY gparted-download-ftp " ">
|
|
|
|
<!ENTITY gparted-md5sum "8e07e7d8cf3add3d1facc68993122cf0">
|
|
|
|
<!ENTITY gparted-size "1.8 MB">
|
|
|
|
<!ENTITY gparted-buildsize "111 MB">
|
|
|
|
<!ENTITY gparted-time "1.3 SBU">
|
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="gparted" xreflabel="gparted-&gparted-version;">
|
|
|
|
<?dbhtml filename="gparted.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>gparted-&gparted-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="gparted">
|
|
|
|
<primary sortas="a-gparted">gparted</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Gparted</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Gparted is the Gnome Partition Editor, a Gtk 2 GUI for other command line
|
|
|
|
tools that can create, reorganise or delete disk partitions.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
&lfs71_checked;
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&gparted-download-http;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&gparted-download-ftp;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download MD5 sum: &gparted-md5sum;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download size: &gparted-size;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated disk space required: &gparted-buildsize;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated build time: &gparted-time;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Gparted Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
|
|
|
<xref linkend="gtkmm2"/>,
|
|
|
|
<xref linkend="intltool"/> and
|
|
|
|
<xref linkend="parted"/>.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
|
|
<para role="optional">
|
2012-05-05 23:59:49 +08:00
|
|
|
<xref linkend="gnome-doc-utils"/> and
|
2012-05-05 23:40:32 +08:00
|
|
|
<xref linkend="rarian"/>.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para condition="html" role="usernotes">
|
|
|
|
User Notes: <ulink url="&blfs-wiki;/gparted"/>
|
|
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Gparted</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install <application>Gparted</application> by running the following
|
|
|
|
commands:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
|
|
make</userinput></screen>
|
|
|
|
|
2012-06-09 00:21:41 +08:00
|
|
|
<para>To test the results, issue: <command>make check</command>.</para>
|
2012-05-05 23:40:32 +08:00
|
|
|
|
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
|
2012-06-09 00:21:41 +08:00
|
|
|
<sect2 role="using">
|
|
|
|
<title>Using gparted</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
To manipulate file systems Gparted has a run time dependency on various
|
|
|
|
file system tools (you only need to install the tools for file systems you
|
|
|
|
actually use):
|
|
|
|
e2fsprogs (installed as part of LFS),
|
|
|
|
<xref linkend="jfsutils"/>,
|
|
|
|
<xref linkend="ntfs-3g"/>,
|
|
|
|
<xref linkend="reiserfs"/>,
|
|
|
|
<xref linkend="xfs"/>,
|
|
|
|
<ulink url="https://btrfs.wiki.kernel.org/index.php/Btrfs_source_repositories">
|
|
|
|
btrfs-progs</ulink>,
|
|
|
|
<ulink url="http://www.daniel-baumann.ch/software/dosfstools/">dosfstools</ulink>,
|
|
|
|
<ulink url="http://ftp.gnu.org/pub/gnu/mtools/">mtools</ulink> (required
|
|
|
|
to read and write FAT16/32 volume labels and UUIDs),
|
|
|
|
<ulink url="ftp://ftp.mars.org/pub/hfs/">hfsutils</ulink>,
|
|
|
|
hfsprogs,
|
|
|
|
<ulink url="http://www.nilfs.org/download/">nilfs-utils</ulink> and
|
|
|
|
reiser4progs.
|
|
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
|
2012-05-05 23:40:32 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>
|
|
|
|
gparted and
|
|
|
|
gpartedbin.
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
/usr/share/gnome/help/gparted and
|
|
|
|
/usr/share/omf/gparted.
|
|
|
|
</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="gparted-prog">
|
|
|
|
<term><command>gparted</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
is a shell script which sets up the environment before calling
|
|
|
|
<command>gpartedbin</command>.
|
|
|
|
</para>
|
|
|
|
<indexterm zone="gparted gparted-prog">
|
|
|
|
<primary sortas="b-gparted">gparted</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gpartedbin">
|
|
|
|
<term><command>gpartedbin</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
is the Gparted binary.
|
|
|
|
</para>
|
|
|
|
<indexterm zone="gparted gpartedbin">
|
|
|
|
<primary sortas="b-gpartedbin">gpartedbin</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|