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 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
, 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 In computer programming, standard streams are interconnected input and output communication channels between a computer program and its environment when it begins execution. The three input/output (I/O) connections are called standard input (stdin ...
or from a file, it is generally used for partitioning drives from scripts or used by programs, like e.g.
KDE Partition Manager KDE Partition Manager is a disk partitioning application originally written by Volker Lanz for the KDE Platform. It was first released for KDE SC 4.1 and is released independently of the central KDE release cycle. After the death of Volker Lan ...
. 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 (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 gpart is a software utility which scans a storage device, examining the data in order to detect partitions which may exist but are absent from the disk's partition tables. Gpart was written by Michail Brzitwa of Germany. The release on the ...
*
parted GNU Parted (the name being the conjunction of the two words PARTition and EDitor) is a free partition editor, used for creating and deleting partitions. This is useful for creating space for new operating systems, reorganising hard disk usage, c ...
,
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 In computing, diskpart is a command-line disk partitioning utility included in Windows 2000 and later Microsoft operating systems, replacing its predecessor, fdisk. The command is also available in ReactOS. Overview The diskpart is a ut ...
*
List of disk partitioning software This is a list of utilities for performing disk partitioning Disk partitioning or disk slicing is the creation of one or more regions on secondary storage, so that each region can be managed separately. These regions are called partitions. It ...


References


External links


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