View Single Post
Old 03-05-2017, 07:19 PM   #3
MrThrall
Newbie
 
MrThrall's Avatar

 
Join Date: Apr 2017
Posts: 6
Smile

Quote:
Originally Posted by zirkoni View Post
You know Windows has built-in support for mounting vhd disk images, right? You can just right click on the vhd-file, select the first option (in my Finnish Windows 10 it just says "Enable") and you can browse the files like on any normal drive.

Or if you prefer using the command prompt:
Code:
C:\Windows\system32>diskpart

Microsoft DiskPart version 10.0.14393.0

Copyright (C) 1999-2013 Microsoft Corporation.
On computer: ZPC

DISKPART> select vdisk file="C:\Users\zirkoni\VirtualBox VMs\FreeDOS\FreeDOS.vhd"

DiskPart successfully selected the virtual disk file.

DISKPART> attach vdisk

  100 percent completed

DiskPart successfully attached the virtual disk file.

DISKPART>
you do have a good point there... this is just the method i've always used, so i just went with it.

you can also get 7-ZIP on Mac and Ubuntu, so this guide could also be followed using the UNIX paths.

can I ask for your permission to make a guide using the diskpart method you mentioned?
MrThrall is offline                         Send a private message to MrThrall
Reply With Quote