How can I attach a VHDx or VHD file in Linux? [closed]

You can use libguestfs-tools to achieve this.


  1. First, you need to install it, on Ubuntu/Debian-like Linux that would be:

    sudo apt-get install libguestfs-tools
    
  2. Then, you can mount almost whatever you wish:

    guestmount --add yourVirtualDisk.vhdx --inspector --ro /mnt/anydirectory
    

    This is just an example of read-only extraction point.


Hints:

  1. Run it as normal user, i.e.:

    guestmount ...
    

    Instead of:

    sudo guestmount ...
    
  2. Switches; citations from man page:

    --add
    

    Add a block device or virtual machine image.

    --inspector
    

    Using virt-inspector(1) code, inspect the disks looking for an operating system and mount filesystems as they would be mounted on the real virtual machine.

    --ro
    

    Add devices and mount everything read-only. Also disallow writes and make the disk appear read-only to FUSE.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)