The following steps show how to use the
Create a mount point on the host OS. For example:
$ mkdir macos_sysdisk
Show partition information about the virtual disk image.
$ vboximg-mount --image=uuid --list
where
Use
$ vboximg-mount --image=uuid -p 2 macos_sysdisk
where
In this example, partition 2 is mounted on the
Use the host OS to mount the
$ ls macos_sysdisk macOS High Sierra 10.13.vdi vhdd $ sudo mount macos_sysdisk/vhdd /mnt