parent
077e3b5b1d
commit
712595c834
|
@ -1,3 +1,7 @@
|
||||||
|
2009-01-20 Curtis Gedak <gedakc@gmail.com>
|
||||||
|
|
||||||
|
* doc/gparted.8: Updated manual page.
|
||||||
|
|
||||||
2009-01-19 Curtis Gedak <gedakc@gmail.com>
|
2009-01-19 Curtis Gedak <gedakc@gmail.com>
|
||||||
|
|
||||||
* src/Win_GParted.cc: Reworded message when applying operations.
|
* src/Win_GParted.cc: Reworded message when applying operations.
|
||||||
|
|
103
doc/gparted.8
103
doc/gparted.8
|
@ -1,4 +1,4 @@
|
||||||
.\" Copyright (c) 2008 Curtis Gedak.
|
.\" Copyright (c) 2008, 2009 Curtis Gedak.
|
||||||
.\" This is free software. You may redistribute copies of it under the terms of
|
.\" This is free software. You may redistribute copies of it under the terms of
|
||||||
.\" the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
|
.\" the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
|
||||||
.\" There is NO WARRANTY, to the extent permitted by law.
|
.\" There is NO WARRANTY, to the extent permitted by law.
|
||||||
|
@ -6,75 +6,86 @@
|
||||||
.\" Process this file with
|
.\" Process this file with
|
||||||
.\" groff -man -Tascii gparted.8
|
.\" groff -man -Tascii gparted.8
|
||||||
.\"
|
.\"
|
||||||
.TH GPARTED 8 "APRIL 14th, 2008" gparted "GParted Manual"
|
.\" Generate man page web content with
|
||||||
|
.\" rman -f html gparted.8 > gparted_manpage.html
|
||||||
|
.\" and manually edit out hyperlinks and leave bold.
|
||||||
|
.\"
|
||||||
|
.\"
|
||||||
|
.TH GPARTED 8 "January 20th, 2009" gparted "GParted Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
gparted \- Front-end to parted for manipulating disk partitions
|
gparted \- Gnome partition editor for manipulating partitions.
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B gparted [device]...
|
.B gparted [device]...
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
The
|
||||||
.B gparted
|
.B gparted
|
||||||
is the Gnome Partition Editor
|
application is the GNOME partition
|
||||||
for creating, reorganizing, and deleting disk partitions.
|
editor for creating, reorganizing, and deleting disk partitions.
|
||||||
|
|
||||||
A hard disk is usually subdivided into one or more partitions.
|
A disk device can be subdivided into one or more partitions.
|
||||||
These partitions are normally not re-sizable
|
The
|
||||||
(making one smaller and the adjacent one larger.)
|
|
||||||
.B gparted
|
.B gparted
|
||||||
makes it possible for you to take a hard disk
|
application enables you to
|
||||||
and change the partition organization,
|
change the partition organization on a disk device while
|
||||||
while preserving the partition contents.
|
preserving the contents of the partition.
|
||||||
|
|
||||||
More specifically,
|
With
|
||||||
.B gparted
|
.B gparted
|
||||||
enables you to create, destroy, resize, move,
|
you can accomplish the following tasks:
|
||||||
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).
|
|
||||||
|
|
||||||
.B gparted
|
|
||||||
uses GNU libparted to detect and manipulate devices and partition tables.
|
|
||||||
Several optional packages provide additional file system support.
|
|
||||||
Optional packages include:
|
|
||||||
.br
|
.br
|
||||||
e2fsprogs, dosfstools, mtools, hfsutils, jfsutils,
|
- Create a partition table on a disk device.
|
||||||
.br
|
.br
|
||||||
ntfsprogs, reiser4progs, reiserfsprogs, and xfsprogs.
|
- Enable and disable partition flags such as boot and hidden.
|
||||||
|
.br
|
||||||
|
- Perform actions with partitions such as create, delete,
|
||||||
|
resize, move, check, label, copy, and paste.
|
||||||
|
|
||||||
.B gparted
|
More documentation can be found in the application help manual,
|
||||||
can also be used with storage devices other than hard disks, such as
|
and online at:
|
||||||
USB flash drives, and memory cards.
|
|
||||||
|
|
||||||
More documentation and links to the support forum and bug reports can be found at:
|
|
||||||
.br
|
.br
|
||||||
http://gparted.sourceforge.net
|
http://gparted.sourceforge.net
|
||||||
|
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
For a hard drive attached as /dev/sda,
|
You can run
|
||||||
.B gparted
|
.B gparted
|
||||||
can be instructed to limit operations to this drive only with the
|
from a command line
|
||||||
following:
|
and specify one or more disk devices.
|
||||||
|
|
||||||
|
For example, to start gparted with the devices /dev/sda and /dev/sdc
|
||||||
|
you would use the following command:
|
||||||
|
|
||||||
.B gparted
|
.B gparted
|
||||||
/dev/sda
|
/dev/sda /dev/sdc
|
||||||
|
|
||||||
This can save time with subsequent device refreshes, such as after
|
|
||||||
operations are applied.
|
|
||||||
.SH NOTES
|
.SH NOTES
|
||||||
When resizing a logical partition within an extended partition,
|
Editing partitions has the potential to cause LOSS of DATA.
|
||||||
remember that each portion is resized independently.
|
|
||||||
Hence shrinking the left-most logical partition
|
The
|
||||||
by moving the left edge to the right will shrink only the logical
|
.B gparted
|
||||||
partition. If you desire to free the space for an adjacent primary
|
application is
|
||||||
partition, then you must also shrink the extended partition.
|
designed to enable you to edit partitions while
|
||||||
|
reducing the risk of data loss.
|
||||||
|
The application is carefully tested and is used
|
||||||
|
by the GParted project team.
|
||||||
|
However, loss of data might occur due to software bugs,
|
||||||
|
hardware problems, or power failure.
|
||||||
|
|
||||||
|
You can help to reduce the risk of data loss by
|
||||||
|
not mounting or unmounting partitions outside of
|
||||||
|
the
|
||||||
|
.B gparted
|
||||||
|
application while
|
||||||
|
.B gparted
|
||||||
|
is running.
|
||||||
|
|
||||||
|
You are advised to BACKUP your DATA before using
|
||||||
|
the
|
||||||
|
.B gparted
|
||||||
|
application.
|
||||||
.SH REPORTING BUGS
|
.SH REPORTING BUGS
|
||||||
Report bugs at:
|
Report bugs at:
|
||||||
.br
|
.br
|
||||||
http://gparted.sourceforge.net/bugs.php
|
http://gparted.sourceforge.net/bugs.php
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Written by Curtis Gedak <gedakc@users.sf.net>
|
Manual page written by Curtis Gedak <gedakc@users.sf.net>
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR parted (8),
|
.BR parted (8),
|
||||||
.BR fdisk (8),
|
.BR fdisk (8),
|
||||||
|
|
Loading…
Reference in New Issue