Index ¦ Archives ¦ Atom > Tag: How to

How to mount a VHD file on linux

How to do it

Install libguestfs

For Debian and Ubuntu this is pretty easy

sudo apt-get install libguestfs-tools

For Red Hat, Centos, Fedora

sudo yum install libguestfs-tools

For Arch Linux (my distro of choice) you need to install 3 packages from the AUR

git clone https://aur …

Creative Commons License
Content on this site is licensed under a Creative Commons Attribution 4.0 International License.
Built using Pelican. Based on a theme by Giulio Fidente on github.