NAME
partx - tell the kernel about the presence and numbering of on-disk partitions
SYNOPSIS
partx [-a|-d|-P|-r|-s|-u] [-t type] [-n M:N] [-] disk partx [-a|-d|-P|-r|-s|-u] [-t type] partition [disk]
DESCRIPTION
Given a device or disk-image, partx tries to parse the partition table and list its contents. It can also tell the kernel to add or remove partitions from its bookkeeping. The disk argument is optional when a partition argument is provided. To force scanning a partition as if it were a whole disk (for example to list nested subpartitions), use the argument "-" (hyphen-minus). For example: partx --show - /dev/sda3 This will see sda3 as a whole-disk rather than as a partition. partx is not an fdisk program -- adding and removing partitions does not change the disk, it just tells the kernel about the presence and numbering of on-disk partitions.
OPTIONS
-a, --add Add the specified partitions, or read the disk and add all partitions. -b, --bytes Print the SIZE column in bytes rather than in human-readable format. -d, --delete Delete the specified partitions or all partitions. -g, --noheadings Do not print a header line with --show or --raw. -l, --list List the partitions. Note that all numbers are in 512-byte sectors. This output format is DEPRECATED in favour of --show. Do not use it in newly written scripts. -n, --nr M:N Specify the range of partitions. For backward compatibility also the format M-N is supported. The range may contain negative numbers, for example --nr -1:-1 means the last partition, and --nr -2:-1 means the last two partitions. Supported range specifications are: M Specifies just one partition (e.g. --nr 3). M: Specifies the lower limit only (e.g. --nr 2:). :N Specifies the upper limit only (e.g. --nr :4). M:N Specifies the lower and upper limits (e.g. --nr 2:4). -o, --output list Define the output columns to use for --show, --pairs and --raw output. If no output arrangement is specified, then a default set is used. Use --help to get list of all supported columns. This option cannot be combined with the --add, --delete, --update or --list options. -P, --pairs List the partitions using the KEY="value" format. -r, --raw List the partitions using the raw output format. -s, --show List the partitions. The output columns can be selected and rearranged with the --output option. All numbers (except SIZE) are in 512-byte sectors. -t, --type type Specify the partition table type, which can be one of aix, bsd, dos, gpt, mac, minix, sgi, solaris_x86, sun, ultrix, or unixware. -u, --update Update the specified partitions. -v, --verbose Verbose mode. -V, --version Display version information and exit. -h, --help Display help text and exit.
EXAMPLES
partx --show /dev/sdb3 partx --show --nr 3 /dev/sdb partx --show /dev/sdb3 /dev/sdb All three commands list partition 3 of /dev/sdb. partx --show - /dev/sdb3 Lists all subpartitions on /dev/sdb3 (the device is used as whole-disk). partx -o START -g --nr 5 /dev/sdb Prints the start sector of partition 5 on /dev/sdb without header. partx -o SECTORS,SIZE /dev/sda5 /dev/sda Lists the length in sectors and human-readable size of partition 5 on /dev/sda. partx --add --nr 3:5 /dev/sdd Adds all available partitions from 3 to 5 (inclusive) on /dev/sdd. partx -d --nr :-1 /dev/sdd Removes the last partition on /dev/sdd.
SEE ALSO
addpart(8), delpart(8), fdisk(8), parted(8), partprobe(8)
AUTHORS
Davidlohr Bueso dave@gnu.org Karel Zak kzak@redhat.com The original version was written by Andries E. Brouwer aeb@cwi.nl.
ENVIRONMENT
LIBBLKID_DEBUG=all enables libblkid debug output.
AVAILABILITY
The partx command is part of the util-linux package and is available from Linux Kernel Archive ftp://ftp.kernel.org/pub/linux/utils/util- linux/.
More Linux Commands
manpages/XkbGetKeyboardByName.3.html
XkbGetKeyboardByName(3) - Build a new keyboard description f
A client may request that the server fetch one or more components from its database and use those components to build a new server keyboard description. The new
manpages/SDL_mutexV.3.html
SDL_mutexV(3) - Unlock a mutex (Library - Linux man page)...
Unlocks the mutex, which was previously created with SDL_CreateMutex. Returns 0 on success, or -1 on an error. SDL also defines a macro #define SDL_UnlockMutex(
manpages/warn.3.html
warn(3) - formatted error messages - Linux manual page......
The err() and warn() family of functions display a formatted error message on the standard error output. In all cases, the last component of the program name, a
manpages/git-sh-i18n.1.html
git-sh-i18n(1) - Gits i18n setup code for shell scripts.....
git-sh-i18n.1 - This is not a command the end user would want to run. Ever. This documentation is meant for people who are studying the Porcelain-ish scripts an
manpages/Tcl_CreateThreadExitHandler.3.html
Tcl_CreateThreadExitHandler(3) - end the application or thre
The procedures described here provide a graceful mechanism to end the execution of a Tcl application. Exit handlers are invoked to cleanup the applications stat
manpages/setvtrgb.html
setvtrgb
setvtrgb.html
manpages/cd.n.html
cd(n) - Change working directory (Local - Linux man page)...
Change the current working directory to dirName, or to the home directory (as specified in the HOME environment variable) if dirName is not given. Returns an em
manpages/pam_mkhomedir.8.html
pam_mkhomedir(8) - PAM module to create users home directory
The pam_mkhomedir PAM module will create a users home directory if it does not exist when the session begins. This allows users to be present in central databas
manpages/XML::SAX.3pm.html
XML::SAX(3pm) - Simple API for XML - Linux manual page......
XML::SAX is a SAX parser access API for Perl. It includes classes and APIs required for implementing SAX drivers, along with a factory class for returning any S
manpages/mvgetn_wstr.3ncurses.html
mvgetn_wstr(3ncurses) - get an array of wide characters from
The effect of get_wstr is as though a series of calls to get_wch were made, until a newline, other end-of-line, or end-of-file condition is processed. An end-of
manpages/unctrl_sp.3ncurses.html
unctrl_sp(3ncurses) - curses screen-pointer extension.......
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th
manpages/inet_aton.3.html
inet_aton(3) - Internet address manipulation routines.......
inet_aton() converts the Internet host address cp from the IPv4 numbers-and-dots notation into binary form (in network byte order) and stores it in the structur
