Install libguestfs library to allow accessing and modifying guest disk images
sudo apt-get install libguestfs-tools
Create mount point
sudo mkdir /mnt/vhd
Find target device filesystem using Guestfish – note this example is for ntfs system partition on device /dev/sd2
sudo guestfish --ro -a /path_to_vhd/vhd.vhdx Welcome to guestfish, the guest filesystem shell for editing virtual machine filesystems and disk images. Type: ‘help’ for help on commands ‘man’ to read the manual ‘quit’ to quit the shell >