blkdeactivate — utility to deactivate block devices
| Use Case | Command | Description |
|---|---|---|
| Deactivate all block devices (skip mounted) | blkdeactivate | Scans the system and deactivates all supported block devices, skipping any that are mounted. |
| Deactivate all, unmounting first | blkdeactivate -u | Unmounts any mounted devices before attempting deactivation. |
| Deactivate specific device with holders | blkdeactivate -u /dev/vg/lvol0 | Deactivates the given device and all its holders, unmounting if needed. |
| Deactivate with retry and whole VG | blkdeactivate -u -d retry -l wholevg | Retries device-mapper removal and deactivates the entire Volume Group at once for LVM LVs. |
| Deactivate with force and retry | blkdeactivate -d force,retry | Retries removal and forces deactivation of device-mapper devices. |
blkdeactivate [-d dm_options] [-e] [-h] [-l lvm_options] [-m mpath_options] [-r mdraid_options] [-o vdo_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.
Comma separated list of device-mapper specific options. Accepted dmsetup(8) options are:
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 to indicate the device was skipped.
Display the help text.
Comma-separated list of LVM specific options:
Comma-separated list of device-mapper multipath specific options:
Comma-separated list of MD RAID specific options:
Comma-separated list of VDO specific options:
Unmount a mounted device before trying to deactivate it. Without this option used, a device that is mounted is not deactivated.
Run in verbose mode. Use --vv for even more verbose mode.
blkdeactivate
blkdeactivate -u
blkdeactivate -u /dev/vg/lvol0
blkdeactivate -u -d retry -l wholevg
blkdeactivate -d force,retry
dmsetup(8), lsblk(8), lvm(8), mdadm(8), multipathd(8), vdo(8), umount(8)
Generated by phpman v4.9.27 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-18 17:10 @2600:1f28:365:80b0:f8a4:e764:d6bb:8e66
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format