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
   information about recently added or modified devices yet. In this  case
   it  is  recommended  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
          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 --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

   findmnt(8), blkid(8), ls(1)

AVAILABILITY

   The lsblk command is part of the util-linux package  and  is  available
   from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.