HOME

TheInfoList



OR:

sfdisk is a
Linux Linux ( or ) is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically packaged as a Linux distribution, which i ...
partition editor A disk editor is a computer program that allows its user to read, edit, and write raw data (at character or hexadecimal, byte-levels) on disk drives (e.g., hard disks, USB flash disks or removable media such as a floppy disks); as such, they are ...
. In contrast to
fdisk In computing, the fdisk command-line utility provides disk-partitioning functions, preparatory to defining file systems. fdisk features in the DOS, DR FlexOS, IBM OS/2, and Microsoft Windows operating systems, and in certain ports of Free ...
and cfdisk, sfdisk is not interactive. All three programs are written in C and are part of the
util-linux is a standard package distributed by the Linux Kernel Organization for use as part of the Linux operating system. A fork, (with meaning "next generation"), was created when development stalled, but has been renamed back to , and is the off ...
package of Linux utility programs. Since sfdisk is command-driven instead of menu-driven, i.e., it reads input from standard input or from a file, it is generally used for partitioning drives from scripts or used by programs, like e.g. KDE Partition Manager. The current sfdisk implementation uses the libfdisk library. sfdisk supports
MBR MBR may refer to: Computing * Master boot record, the first sector of a partitioned data storage device, used for booting * Memory buffer register * Minimum bounding rectangle * Minimum bit rate Publications * ''The Malaysia Book of Records'' * ...
(DOS), GPT, SUN and SGI disk labels, but it no longer provides any functionality for
CHS CHS may refer to: Businesses and organizations Healthcare bodies * Canadian Hemophilia Society, a non-profit * Center for Healthy Sex, a therapy center in Los Angeles, U.S. * Community Health Systems, an American hospital network Other businesses ...
(Cylinder-Head-Sector) addressing since version 2.26.


See also

*
format Format may refer to: Printing and visual media * Text formatting, the typesetting of text elements * Paper formats, or paper size standards * Newspaper format, the size of the paper page Computing * File format, particular way that informati ...
* gpart * parted,
GParted GParted (acronym of GNOME Partition Editor) is a GTK front-end to GNU Parted and an official GNOME partition-editing application (alongside Disks). GParted is used for creating, deleting, resizing, moving, checking, and copying disk partiti ...
* diskpart * List of disk partitioning software


References


External links


ManualDebian Packagesfdisk(8) - Linux man page
Free partitioning software Linux file system-related software {{storage-software-stub