Content
Data
license:
Version number: 2.29.2 (in Debian 9)
Developer / owner:
Short description:
The manual page and help for the lsblk linux command. The command provides information about block devices on the computer.
Man page output
man lsblk
LSBLK(8) System Administration LSBLK(8)
NAME
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.
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 in environments where a stable output is required.
Note that lsblk might be executed in time when udev does not have all informa‐
tion about recently added or modified devices yet. In this case it is recom‐
mended to use udevadm settle before lsblk to synchronize with udev.
OPTIONS
-a, --all
Also list empty devices. (By default they are skipped.)
-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/sda prints information about the sda device only.
-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. The
filter is applied to the top-level devices only.
-f, --fs
Output info about filesystems. This option is equivalent to
-o NAME,FSTYPE,LABEL,UUID,MOUNTPOINT. The authoritative information
about filesystems and raids is provided by the blkid(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.
-i, --ascii
Use ASCII characters for tree formatting.
-J, --json
Use JSON output format.
-l, --list
Produce output in the form of a list.
-m, --perms
Output info about device owner, group and mode. This option is equiva‐
lent 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 --help to get a list of all
supported columns.
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. All potentially unsafe
characters are hex-escaped (\x<code>).
-p, --paths
Print full device paths.
-r, --raw
Produce output in raw format. All potentially unsafe characters are hex-
escaped (\x<code>) in the NAME, KNAME, LABEL, PARTLABEL and MOUNTPOINT
columns.
-S, --scsi
Output info about SCSI devices only. All partitions, slaves and holder
devices are ignored.
-s, --inverse
Print dependencies in inverse order.
-t, --topology
Output info about block-device topology. This option is equivalent to
-o NAME,ALIGNMENT,MIN-IO,OPT-IO,PHY-SEC,LOG-SEC,ROTA,SCHED,RQ-
SIZE,RA,WSAME.
-V, --version
Display version information and exit.
-x, --sort column
Sort output lines by column. This option enables --list output.
NOTES
For partitions, some information (e.g. queue attributes) is inherited from the
parent device.
The lsblk command needs to be able to look up each block device by major:minor
numbers, which is done by using /sys/dev/block. This sysfs block directory
appeared in kernel 2.6.27 (October 2008). In case of problems with a new enough
kernel, check that CONFIG_SYSFS was enabled at the time of the kernel build.
RETURN CODES
0 success
1 failure
32 not found all specified devices
64 some specified devices found, some not found
AUTHORS
Milan Broz <mbroz@redhat.com>
Karel Zak <kzak@redhat.com>
ENVIRONMENT
LIBBLKID_DEBUG=all
enables libblkid debug output.
LIBMOUNT_DEBUG=all
enables libmount debug output.
LIBSMARTCOLS_DEBUG=all
enables libsmartcols debug output.
LIBSMARTCOLS_DEBUG_PADDING=on
use visible padding characters. Requires enabled LIBSMARTCOLS_DEBUG.
SEE ALSO
ls(1), blkid(8), findmnt(8)
AVAILABILITY
The lsblk command is part of the util-linux package and is available from
ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
util-linux February 2013 LSBLK(8)
Help output
lsblk --help
Usage:
lsblk [options] [<device> ...]
List information about block devices.
Options:
-a, --all print all devices
-b, --bytes print SIZE in bytes rather than in human readable format
-d, --nodeps don't print slaves or holders
-D, --discard print discard capabilities
-e, --exclude <list> exclude devices by major number (default: RAM disks)
-f, --fs output info about filesystems
-i, --ascii use ascii characters only
-I, --include <list> show only devices with specified major numbers
-J, --json use JSON output format
-l, --list use list format output
-m, --perms output info about permissions
-n, --noheadings don't print headings
-o, --output <list> output columns
-O, --output-all output all columns
-p, --paths print complete device path
-P, --pairs use key="value" output format
-r, --raw use raw output format
-s, --inverse inverse dependencies
-S, --scsi output info about SCSI devices
-t, --topology output info about topology
-x, --sort <column> sort output by <column>
-h, --help display this help and exit
-V, --version output version information and exit
Available columns (for --output):
NAME device name
KNAME internal kernel device name
MAJ:MIN major:minor device number
FSTYPE filesystem type
MOUNTPOINT where the device is mounted
LABEL filesystem LABEL
UUID filesystem UUID
PARTTYPE partition type UUID
PARTLABEL partition LABEL
PARTUUID partition UUID
PARTFLAGS partition flags
RA read-ahead of the device
RO read-only device
RM removable device
HOTPLUG removable or hotplug device (usb, pcmcia, ...)
MODEL device identifier
SERIAL disk serial number
SIZE size of the device
STATE state of the device
OWNER user name
GROUP group name
MODE device node permissions
ALIGNMENT alignment offset
MIN-IO minimum I/O size
OPT-IO optimal I/O size
PHY-SEC physical sector size
LOG-SEC logical sector size
ROTA rotational device
SCHED I/O scheduler name
RQ-SIZE request queue size
TYPE device type
DISC-ALN discard alignment offset
DISC-GRAN discard granularity
DISC-MAX discard max bytes
DISC-ZERO discard zeroes data
WSAME write same max bytes
WWN unique storage identifier
RAND adds randomness
PKNAME internal parent kernel device name
HCTL Host:Channel:Target:Lun for SCSI
TRAN device transport type
SUBSYSTEMS de-duplicated chain of subsystems
REV device revision
VENDOR device vendor
For more details see lsblk(8).
Related Content
- 1288 views