Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a241ddf6bde0aea1

Jump to content

cfdisk

From Wikipedia, the free encyclopedia
A screenshot of cfdisk's user interface.

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[1] 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

[edit]

References

[edit]
  1. cfdisk.c in util-linux.git, note the "#include <libfdisk.h>"
    Retrieved on 18 March 2020
[edit]