Difference between revisions of "Parted"

From Free Software Directory
Jump to: navigation, search
m
(resources)
Line 6: Line 6:
 
GNU Parted contains a library, libparted, and a command-line frontend, parted, which also serves as a sample implementation and script backend.
 
GNU Parted contains a library, libparted, and a command-line frontend, parted, which also serves as a sample implementation and script backend.
 
|Homepage URL=https://www.gnu.org/software/parted/
 
|Homepage URL=https://www.gnu.org/software/parted/
|User level=intermediate
 
 
|Is High Priority Project=No
 
|Is High Priority Project=No
 
|VCS checkout command=git clone git://git.savannah.gnu.org/parted.git
 
|VCS checkout command=git clone git://git.savannah.gnu.org/parted.git
|Computer languages=C
+
|Documentation note=https://www.gnu.org/software/parted/manual/
|Documentation note=User guide, user reference manual, and API documentation included; User reference manual available from http://www.gnu.org/software/parted/manual/
+
|Decommissioned/Obsolete=No
|Accepts cryptocurrency donations=No
+
|Donate=https://my.fsf.org/donate
 
|Related projects=gparted
 
|Related projects=gparted
 
|Keywords=administration,hard disk,file system,partitions,disk space
 
|Keywords=administration,hard disk,file system,partitions,disk space
 
|Version identifier=3.2
 
|Version identifier=3.2
|Version date=2014/07/28
+
|Version date=2014/07/29
 
|Version status=stable
 
|Version status=stable
 
|Version download=https://ftp.gnu.org/gnu/parted/parted-3.2.tar.xz
 
|Version download=https://ftp.gnu.org/gnu/parted/parted-3.2.tar.xz
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2018/02/19
+
|Last review date=2018/05/31
|Submitted by=David Hedlund
+
|Submitted by=Database conversion
|Submitted date=2011-04-01
+
|Submitted date=2011/04/12
 +
|Optional details=Yes
 +
|User level=intermediate
 +
|Accepts cryptocurrency donations=Yes
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=parted
 
|GNU package identifier=parted
Line 32: Line 35:
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=David Cantrell
+
|Real name=Brian C. Lane
|Role=Maintainer
+
|Role=Contributor
|Email=dcantrell@redhat.com
+
|Email=bcl@redhat.com
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Otavio Salvador
+
|Real name=Wang Dong
|Role=Maintainer
+
|Role=Contributor
|Email=otavio@debian.org
+
|Email=dongdwdw@linux.vnet.ibm.com
}}
 
{{Person
 
|Real name=Patrick Leslie Polzer
 
|Role=Maintainer
 
|Email=leslie.polzer@gmx.net
 
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Lennert Buytenhek
+
|Real name=Phillip Susi
 
|Role=Contributor
 
|Role=Contributor
|Email=buytenh@gnu.org
+
|Email=psusi@ubuntu.com
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Matt Wilson
+
|Real name=Mike Fleetwood
 
|Role=Contributor
 
|Role=Contributor
|Email=matt@mattsscripts.co.uk
+
|Email=mike.fleetwood@googlemail.com
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 65: Line 63:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking,Help,Support
+
|Resource kind=VCS Repository Webview
|Resource kind=E-mail
+
|Resource URL=https://git.savannah.gnu.org/cgit/parted.git
|Resource URL=mailto:bug-parted@gnu.org
+
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-parted
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource kind=Download
|Resource kind=E-mail
+
|Resource URL=https://ftp.gnu.org/gnu/parted
|Resource URL=mailto:parted@gnu.org
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource kind=General
|Resource kind=VCS Repository Webview
+
|Resource URL=https://translationproject.org/domain/parted.html
|Resource URL=http://git.savannah.gnu.org/cgit/parted.git
 
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 +
|Programming-language=C
 +
|Runs-on=GNU/Linux
 
|System-administration=configuration
 
|System-administration=configuration
 
|Use=system-administration
 
|Use=system-administration

Revision as of 12:15, 31 May 2018


[edit]

GNU Parted

https://www.gnu.org/software/parted/
Manipulates disk partitions.

Parted is a program that allows you to create, destroy, resize, move, and copy hard disk partitions. This is useful for creating space for new operating systems, reorganizing disk usage, and copying data to new hard disks. The program currently supports ext2, ext3, and FAT (FAT16 and FAT32) filesystems and Linux swap devices, and MS-DOS disk labels.

GNU Parted contains a library, libparted, and a command-line frontend, parted, which also serves as a sample implementation and script backend.





Licensing

License

Verified by

Verified on

Notes

Verified by

Kelly Hopkins

Verified on

1 June 2010




Leaders and contributors

Contact(s)Role
Brian C. Lane co-maintainer
Phillip Susi co-maintainer


Resources and communication

AudienceResource typeURI
Savannah (Ref)https://savannah.gnu.org/projects/parted/
Downloadhttps://ftp.gnu.org/gnu/parted/
VCS Repository Webviewhttps://git.savannah.gnu.org/cgit/parted.git/
Debian (Ref)https://tracker.debian.org/pkg/parted
Generalhttps://translationproject.org/domain/parted.html
Generalhttps://savannah.gnu.org/people/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-parted/
Downloadhttps://alpha.gnu.org/gnu/parted/


Software prerequisites

KindDescription
Required to buildlibuild
Required to buildpart of e2fsprogs
Weak prerequisiteGNU readline (which requires termcap or ncurses)




Entry
















"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.