113 lines
2.9 KiB
Plaintext
113 lines
2.9 KiB
Plaintext
GPARTED
|
|
-------
|
|
Gparted is the Gnome Partition Editor for creating, reorganizing, and
|
|
deleting disk partitions.
|
|
|
|
A hard disk is usually subdivided into one or more partitions. These
|
|
partitions are normally not re-sizable (making one smaller and the
|
|
adjacent one larger.) Gparted makes it possible for you to take a
|
|
hard disk and change the partition organization, while preserving the
|
|
partition contents.
|
|
|
|
More specifically, Gparted enables you to create, destroy, resize,
|
|
move, check, label, and copy partitions, and the file systems
|
|
contained within. This is useful for creating space for new operating
|
|
systems, reorganizing disk usage, and mirroring one partition with
|
|
another (disk imaging).
|
|
|
|
Gparted can also be used with storage devices other than hard disks,
|
|
such as USB flash drives, and memory cards.
|
|
|
|
Visit http://gparted.sourceforge.net for more information.
|
|
|
|
|
|
NEWS
|
|
----
|
|
Information about changes to this release, and past releases can be
|
|
found in the file:
|
|
NEWS
|
|
|
|
|
|
INSTALL
|
|
-------
|
|
a. Pre-built Binary
|
|
|
|
Many GNU/Linux distributions already provide a pre-built binary
|
|
package for GParted. Instructions on how to install GParted on
|
|
some distributions is given below:
|
|
|
|
(K)Ubuntu
|
|
---------
|
|
sudo apt-get install gparted
|
|
|
|
Fedora
|
|
------
|
|
su -
|
|
yum install gparted
|
|
|
|
b. Building from Source
|
|
|
|
Building Gparted from source requires that several dependencies are
|
|
installed. These include:
|
|
g++
|
|
e2fsprogs
|
|
parted
|
|
gtkmm24
|
|
gettext
|
|
|
|
On (K)Ubuntu, these dependencies may be obtained by running the
|
|
following command;
|
|
sudo apt-get install build-essential e2fsprogs uuid uuid-dev \
|
|
gnome-common libparted-dev libgtkmm-2.4-dev
|
|
|
|
On Fedora, you will need to run (as root);
|
|
yum install gtkmm24-devel parted-devel e2fsprogs-devel gettext \
|
|
perl(XML::Parser) desktop-file-utils
|
|
|
|
The INSTALL file contains further GNU installation instructions.
|
|
|
|
|
|
COPYING
|
|
-------
|
|
The copying conditions can be found in the file:
|
|
COPYING
|
|
|
|
|
|
DIRECTORIES
|
|
------------
|
|
compose - contains String::ucompose() function
|
|
|
|
doc - contains manual page documentation
|
|
|
|
help - contains GParted Manual and international translations
|
|
|
|
include - contains source header files
|
|
|
|
m4 - contains macro files
|
|
|
|
pixmaps - contains desktop icon
|
|
|
|
po - contains international language translations
|
|
|
|
src - contains C++ source code
|
|
|
|
|
|
DISTRIBUTION NOTES
|
|
------------------
|
|
Gparted uses GNU libparted to detect and manipulate devices and partition
|
|
tables. Several optional packages provide additional file system support.
|
|
Optional packages include:
|
|
|
|
e2fsprogs
|
|
dosfstools
|
|
mtools - required to read and write FAT16/32 volume labels
|
|
hfsutils
|
|
hfsprogs
|
|
jfsutils
|
|
ntfsprogs
|
|
reiser4progs
|
|
reiserfsprogs
|
|
xfsprogs
|
|
NOTE: If the vol_id command is in the search PATH, it will be
|
|
used to read linux-swap, hfs, and hfs+ file system volume labels.
|