Linux - Virtualisation: Difference between revisions

From Smithnet Wiki
Jump to navigation Jump to search
m (1 revision imported)
No edit summary
Line 11: Line 11:


Here we use "default" as the pool name.
Here we use "default" as the pool name.
== VirtualBox ==
Download the [https://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo repo] file into /etc/yum.repos.d
dnf install VirtualBox

Revision as of 17:07, 24 February 2023

libvrit

Use virsh for command line tools

pool-list
pool-destroy default
pool-undefine default
pool-define-as --name default --type dir --target /mnt/vm
pool-autostart default
pool-start default

Here we use "default" as the pool name.

VirtualBox

Download the repo file into /etc/yum.repos.d

dnf install VirtualBox