LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

virsh-domblklist

List VM block devices

TLDR

List domain block devices
$ virsh domblklist [domain]
copy
Show with details
$ virsh domblklist [domain] --details
copy

SYNOPSIS

virsh domblklist domain [options]

DESCRIPTION

virsh domblklist lists block devices attached to a VM. Shows device targets and source paths. Useful for identifying disk images and CD-ROMs attached to VMs.

PARAMETERS

--details

Include type and device info.
--inactive
Show inactive config.

SEE ALSO

virsh(1), virsh-list(1)

Copied to clipboard
Kai