man > blkdeactivate(8)

📛 NAME

blkdeactivate — utility to deactivate block devices

🚀 Quick Reference

Use CaseCommandDescription
Deactivate all block devices (skip mounted)blkdeactivateScans the system and deactivates all supported block devices, skipping any that are mounted.
Deactivate all, unmounting firstblkdeactivate -uUnmounts any mounted devices before attempting deactivation.
Deactivate specific device with holdersblkdeactivate -u /dev/vg/lvol0Deactivates the given device and all its holders, unmounting if needed.
Deactivate with retry and whole VGblkdeactivate -u -d retry -l wholevgRetries device-mapper removal and deactivates the entire Volume Group at once for LVM LVs.
Deactivate with force and retryblkdeactivate -d force,retryRetries removal and forces deactivation of device-mapper devices.

📖 SYNOPSIS

blkdeactivate [-d dm_options] [-e] [-h] [-l lvm_options] [-m mpath_options] [-r mdraid_options] [-o vdo_options] [-u] [-v] [device]

📝 DESCRIPTION

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.

⚙️ OPTIONS

🔧 -d, --dmoptions dm_options

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

📢 -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 to indicate the device was skipped.

❓ -h, --help

Display the help text.

📦 -l, --lvmoptions lvm_options

Comma-separated list of LVM specific options:

🔀 -m, --mpathoptions mpath_options

Comma-separated list of device-mapper multipath specific options:

🗄️ -r, --mdraidoptions mdraid_options

Comma-separated list of MD RAID specific options:

🗃️ -o, --vdooptions vdo_options

Comma-separated list of VDO specific options:

📤 -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, 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 with retry and whole Volume Group deactivation for LVM

blkdeactivate -u -d retry -l wholevg

💡 Deactivate all supported block devices with retry and force removal for device-mapper

blkdeactivate -d force,retry

📚 SEE ALSO

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

blkdeactivate(8)
📛 NAME 🚀 Quick Reference 📖 SYNOPSIS 📝 DESCRIPTION ⚙️ OPTIONS
🔧 -d, --dmoptions dm_options 📢 -e, --errors ❓ -h, --help 📦 -l, --lvmoptions lvm_options 🔀 -m, --mpathoptions mpath_options 🗄️ -r, --mdraidoptions mdraid_options 🗃️ -o, --vdooptions vdo_options 📤 -u, --umount 🗣️ -v, --verbose
📋 EXAMPLES
💡 Deactivate all supported block devices found in the system, skipping mounted devices 💡 Deactivate all supported block devices found in the system, unmounting any mounted devices first, if possible 💡 Deactivate the device /dev/vg/lvol0 together with all its holders, unmounting any mounted devices first, if possible 💡 Deactivate all supported block devices with retry and whole Volume Group deactivation for LVM 💡 Deactivate all supported block devices with retry and force removal for device-mapper
📚 SEE ALSO

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/)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format

^_top_^