blkdeactivate(8)


NAME

   blkdeactivate --- utility to deactivate block devices

SYNOPSIS

   blkdeactivate     [-d dm_options]     [-e]     [-h]    [-l lvm_options]
   [-m mpath_options] [-u] [-v] [device]

DESCRIPTION

   blkdeactivate  utility  deactivates  block  devices.  If  a  device  is
   mounted,  the  utility  can  unmount  it automatically before trying to
   deactivate. The utility currently supports device-mapper devices  (DM),
   including  LVM  volumes  and  software RAID MD devices. LVM volumes are
   handled directly using the lvm(8) command, the  rest  of  device-mapper
   based devices are handled using the dmsetup(8) command.  MD devices are
   handled using the mdadm(8) command.

OPTIONS

   -d, --dmoption dm_options
          Comma  separated  list  of   device-mapper   specific   options.
          Accepted dmsetup(8) options are:

          retry  Retry removal several times in case of failure.

          force  Force device removal.

   -e, --errors
          Show errors reported from tools called by blkdeactivate. Without
          this option, any error messages from these  external  tools  are
          suppressed  and the blkdeactivate itself provides only a summary
          message about device being skipped or not.

   -h, --help
          Display the help text.

   -l, --lvmoption lvm_options
          Comma separated list of LVM specific options:

          retry  Retry removal several times in case of failure.

          wholevg
                 Deactivate the whole LVM Volume Group when  processing  a
                 Logical  Volume.   Deactivating  Volume  Group as a whole
                 takes less time than  deactivating  each  Logical  Volume
                 separately.

   -m, --mpathoption mpath_options
          Comma   separated   list  of  device-mapper  multipath  specific
          options:

          disablequeueing
                 Disable queueing on all multipath  devices  first  before
                 deactivation.     This    avoids    a   situation   where
                 blkdeactivate  may  end  up  waiting  if  all  paths  are
                 unavailable  for  any  underlying device-mapper multipath
                 device.

   -u, --umount
          Unmount  a  mounted  device  before  trying  to  deactivate  it.
          Without  this  option  used,  a  device  that  is mounted is not
          deactivated.

   -v, --verbose
          Run in verbose mode. Use --vv for even more verbose mode.

EXAMPLES

   Deactivate all supported block devices found in the system. If a device
   is mounted, skip its deactivation.

   blkdeactivate

   Deactivate all supported block devices found in the system. If a device
   is mounted, unmount it first if possible.

   blkdeactivate -u

   Deactivate supplied device together with all its holders. If any of the
   devices processed is mounted, unmount it first if possible.

   blkdeactivate -u /dev/vg/lvol0

   Deactivate  all  supported  block  devices  found  in the system. Retry
   deactivation of device-mapper devices in case the  deactivation  fails.
   Deactivate  the  whole  Volume  Group  at  once  when processing an LVM
   Logical Volume.

   blkdeactivate -u -d retry -l wholevg

   Deactivate all supported block  devices  found  in  the  system.  Retry
   deactivation  of  device-mapper  devices in case the deactivation fails
   and force removal.

   blkdeactivate -d force,retry

SEE ALSO

   dmsetup(8), lsblk(8), lvm(8), mdadm(8), multipathd(8), umount(8)





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.