Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.08 KB

cparted

Copyright (C) 2011 David Campbell [email protected] This program is licensed under the GPL. See COPYING for the full license.

This program is a curses front end to pyparted that mimics cfdisk. It has not been widely tested, and has known issues with creating gaps between partitions, and sometimes corrupting a partition table. It is only suggested for testing at the moment.

WARNING

Sometimes, when adding a logical partition, two regions of free space will appear next to each other. This is bad. Do not write to disk if this happens. If you do, the partition table will probably be corrupted, and you will have to create a new one. One sure way to trigger this bug seems to be creating a logical partition on a disk without any primary partitions.

HACKING

If you wish to contribute to cparted, please fork it on github, and then make pull requests. Your code should follow the guidelines of PEP 8.