How to access downloaded Azure VHD in windows or linux

Zhijie Yang 56 Reputation points
2023-06-13T16:03:00.6966667+00:00

I created and downloaded a VHD of disk snapshot from Azure VM. I tried many ways to access VHD on my own computer (windows and Linux), but I can't do it.

Could you help me with the right way to visit and transfer data in VHD? Or some other ways to download big data from Azure disk.

Thank you so much!

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,035 questions
Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
668 questions
{count} votes

Accepted answer
  1. Jackson Martins 10,606 Reputation points MVP Volunteer Moderator
    2023-06-13T18:12:21.69+00:00

    Hi @Zhijie Yang

    Make sure you've followed all the steps in this article:

    https://learn.microsoft.com/en-us/azure/virtual-machines/windows/download-vhd?tabs=azure-portal

    For just mount a VHD you can:

    1. Right click on the start button and select "Disk Management."
    2. Click on "Action" at the top of the window, then select "Attach VHD."
    3. Browse to the location of the VHD file on your computer and click OK. This should mount the VHD as a drive on your computer.
    4. Once it is mounted, you should be able to browse it like any other drive on your system.

    Get in touch if you need more help with this issue.

    --please don't forget to "[Accept the answer]" if the reply is helpful--

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.