BLKDEACTIVATE(8) | BLKDEACTIVATE(8) |
blkdeactivate — utility to deactivate block devices
blkdeactivate [-d dm_options] [-e] [-h] [-l lvm_options] [-m mpath_options] [-r mdraid_options] [-u] [-v] [device]
The blkdeactivate utility deactivates block devices. For mounted block devices, it attempts to 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.
Deactivate all supported block devices found in the system, skipping mounted devices. # blkdeactivate
Deactivate all supported block devices found in the system, unmounting any mounted devices first, if possible. # blkdeactivate -u
Deactivate the device /dev/vg/lvol0 together with all its holders, unmounting any mounted devices first, if possible. # blkdeactivate -u /dev/vg/lvol0
Deactivate all supported block devices found in the system. If the deactivation of a device-mapper device fails, retry it. 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. If the deactivation of a device-mapper device fails, retry it and force removal. # blkdeactivate -d force,retry
dmsetup(8), lsblk(8), lvm(8), mdadm(8), multipathd(8), umount(8)
LVM TOOLS 2.03.02(2) (2018-12-18) | Red Hat, Inc |