lsblk (8) Linux Manual Page
lsblk – list block devices
Synopsis
lsblk [options] [device…]
Description
lsblk lists information about all available or the specified block devices. The lsblk command reads the sysfs filesystem and udev db to gather information. If the udev db is not available or lsblk is compiled without udev support, then it tries to read LABELs, UUIDs and filesystem types from the block device. In this case root permissions are necessary.
The command prints all block devices (except RAM disks) in a tree-like format by default. Use lsblk –help to get a list of all available columns.
The default output, as well as the default output from options like –fs and –topology, is subject to change. So whenever possible, you should avoid using default outputs in your scripts. Always explicitly define expected columns by using –output columns-list and –list in environments where a stable output is required.
Note that lsblk might be executed in time when udev does not have all information about recently added or modified devices yet. In this case it is recommended to use udevadm settle before lsblk to synchronize with udev.
The relationship between block devices and filesystems is not always one-to-one. The filesystem may use more block devices, or the same filesystem may be accessible by more paths. This is the reason why lsblk provides MOUNTPOINT and MOUNTPOINTS (pl.) columns. The column MOUNTPOINT displays only one mount point (usually the last mounted instance of the filesystem), and the column MOUNTPOINTS displays by multi-line cell all mount points associated with the device.
Options
-a, –all
- Also list empty devices and RAM disk devices.
-b, –bytes
- Print the SIZE column in bytes rather than in a human-readable format.
-D, –discard
- Print information about the discarding capabilities (TRIM, UNMAP) for each device.
-d, –nodeps
- Do not print holder devices or slaves. For example,
lsblk –nodeps /dev/sdaprints information about the sda device only.
-E, –dedup column
- Use column as a de-duplication key to de-duplicate output tree. If the key is not available for the device, or the device is a partition and parental whole-disk device provides the same key than the device is always printed.
The usual use case is to de-duplicate output on system multi-path devices, for example by
-E WWN.
-e, –exclude list
- Exclude the devices specified by the comma-separated list of major device numbers. Note that RAM disks (major=1) are excluded by default if
–allis not specified. The filter is applied to the top-level devices only. This may be confusing for–listoutput format where hierarchy of the devices is not obvious.
-f, –fs
- Output info about filesystems. This option is equivalent to
-o NAME,FSTYPE,FSVER,LABEL,UUID,FSAVAIL,FSUSE%,MOUNTPOINTS. The authoritative information about filesystems and raids is provided by theblkid(8) command.
-h, –help
- Display help text and exit.
-I, –include list
- Include devices specified by the comma-separated list of major device numbers. The filter is applied to the top-level devices only. This may be confusing for
–listoutput format where hierarchy of the devices is not obvious.
-i, –ascii
- Use ASCII characters for tree formatting.
-J, –json
- Use JSON output format. It’s strongly recommended to use
–outputand also–treeif necessary.
-l, –list
- Produce output in the form of a list. The output does not provide information about relationships between devices and since version 2.34 every device is printed only once if
–pairsor–rawnot specified (the parsable outputs are maintained in backwardly compatible way).
-M, –merge
- Group parents of sub-trees to provide more readable output for RAIDs and Multi-path devices. The tree-like output is required.
-m, –perms
- Output info about device owner, group and mode. This option is equivalent to
-o NAME,SIZE,OWNER,GROUP,MODE.
-n, –noheadings
- Do not print a header line.
-o, –output list
- Specify which output columns to print. Use
–helpto get a list of all supported columns. The columns may affect tree-like output. The default is to use tree for the column ‘NAME’ (see also–tree).The default list of columns may be extended if list is specified in the format +list (e.g.,
lsblk -o +UUID).
-O, –output-all
- Output all available columns.
-P, –pairs
- Produce output in the form of key="value" pairs. The output lines are still ordered by dependencies. All potentially unsafe value characters are hex-escaped (
