Go to file
Jorge Gonzalez Gonzalez 7da2eb17ad Updated Spanish translation
svn path=/trunk/; revision=833
2008-04-25 16:29:54 +00:00
compose added *.swp corrected url 2006-03-16 15:09:52 +00:00
doc Added manual page documentation 2008-04-14 15:50:11 +00:00
include gparted-0.3.6 - code recreation from Source Forge 2008-04-07 19:41:18 +00:00
pixmaps gparted finally has a logo/icon ;) (thanks to Alain Clement) see also 2005-11-25 14:53:23 +00:00
po Updated Spanish translation 2008-04-25 16:29:54 +00:00
src Corrected math in partition creation/resize dialogs that prevented operations on partition sizes >= 1 TB 2008-04-21 17:08:43 +00:00
.cvsignore ignore all projectfiles 2004-09-29 13:15:57 +00:00
AUTHORS gparted-0.3.6 - code recreation from Source Forge 2008-04-07 19:41:18 +00:00
COPYING Initial revision 2004-09-19 20:24:53 +00:00
ChangeLog Updated README to better align with GNU coding standards 2008-04-25 15:51:08 +00:00
HACKING update 2004-09-30 21:01:19 +00:00
MAINTAINERS Updated MAINTAINERS file 2008-04-09 14:12:08 +00:00
Makefile.am Fixed bug #324220 with the following changes: 2008-04-21 15:22:00 +00:00
NEWS more autoconf improvements.. 2004-09-19 22:47:59 +00:00
README Updated README to better align with GNU coding standards 2008-04-25 15:51:08 +00:00
autogen.sh Changes post gparted-0.3.6 - code recreation from Source Forge 2008-04-07 20:10:28 +00:00
configure.in Added manual page documentation 2008-04-14 15:50:11 +00:00
gparted.desktop.in.in Fixed bug #324220 with the following changes: 2008-04-21 15:22:00 +00:00
gparted.in Fixed bug #324220 with the following changes: 2008-04-21 15:22:00 +00:00

README

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 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, hfsutils, jfsutils,
   ntfsprogs, reiser4progs, reiserfsprogs, and xfsprogs.

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
-------
Installation instructions can be found in the file:
   INSTALL


COPYING
-------
The copying conditions can be found in the file:
   COPYING


DIRECTORIES
------------
compose  - contains String::ucompose() function

doc      - contains manual page documentation

include  - contains source header files

pixmaps  - contains desktop icon

po       - contains international language translations

src      - contains C++ source code


DISTRIBUTION NOTES
------------------
The following notes are intended to assist GNU/Linux distribution
packagers.  More information on GParted features can be found at:
http://gparted.sourceforge.net/features.php

GParted Dependencies:
   libparted
   libuuid
   libdl
   libgtkmm

Optional (suggested) packages:
   e2fsprogs
   dosfstools
   mtools
   hfsutils
   jfsutils
   ntfsprogs
   reiser4progs
   reiserfsprogs
   xfsprogs
   NOTE:  If the vol_id command is in the search PATH, it will be
          used to read linux-swap volume labels.