cfdisk
{{Short description|Linux partition editor}}
{{lowercase|title=cfdisk}}
cfdisk is a Linux partition editor, similar to fdisk, but with a different, curses-based user interface. It is part of the util-linux package of Linux utility programs.
The current cfdisk implementation utilizes the libfdisk library[https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/tree/disk-utils/cfdisk.c cfdisk.c in util-linux.git], note the "#include
"
Retrieved on 18 March 2020 and supports partitioning of disks that use Master boot record, GUID Partition Table, BSD disklabel, SGI or SUN disk labels.
It also provides information about mount points and general partition information like partition names, types/flags, sizing and UUIDs.
If invoked without arguments, cfdisk attempts to read the current partition table from the disk drive and present its findings.
See also
References
{{Reflist}}
External links
- [http://www.netadmintools.com/html/8cfdisk.man.html Manual]
- [https://web.archive.org/web/20060518195533/http://www.linux.org/docs/ldp/howto/IBM7248-HOWTO/cfdisk.html How-To]
- [http://packages.debian.org/search?searchon=names&keywords=cfdisk Debian Package]
- [https://www.gnu.org/software/fdisk/ GNU fdisk/cfdisk]
- [http://linux.die.net/man/8/cfdisk/ cfdisk(8) - Linux man page]
{{FLOSS}}
Category: Disk partitioning software
Category: Free partitioning software
Category: Linux file system-related software
Category:Free software that uses ncurses
Category: Software that uses S-Lang
{{Linux-stub}}
{{storage-software-stub}}