Created
November 22, 2016 20:34
-
-
Save anonymous/98380b7a23e44538a68d531cacc5b708 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
usage: qvm-device [-h] [--verbose] [--quiet] | |
DEVICE_CLASS {list,ls,l,attach,at,a,detach,d,dt} ... | |
Qubes volume and block device managment | |
positional arguments: | |
DEVICE_CLASS Device class to manage (pci, testclass, block) | |
optional arguments: | |
-h, --help show this help message and exit | |
--verbose, -v increase verbosity | |
--quiet, -q decrease verbosity | |
commands: | |
For more information see qvm-device command -h | |
{list,ls,l,attach,at,a,detach,d,dt} | |
list (ls,l) list devices | |
attach (at,a) Attach device to domain | |
detach (d,dt) Detach device from domain |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment