Using Shared disks in Windows 10

Phil Sullivan 21 Reputation points
2021-09-09T08:17:40.627+00:00

Hi there, I'm wondering if someone may be able to offer some guidance here.

I'm looking to used a shared premium disk between two Windows 10 VMs.

I and see and mount the disks on both VMs, but changes are not replicated between them. I'm seeing similar issues described here:
https://stackoverflow.com/questions/68854220/azure-virtual-machines-with-shared-premium-disk-cannot-see-data

The above link offers solutions, but from what I can see failover clusers are not available to Windows 10 systems, only Windows Server. Is this the case, or am I misreading the documentation? Are there any other/better ways of implementing this?

Thanks for your guidance.

Phil.

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
0 comments No comments
{count} votes

Accepted answer
  1. Alan Kinane 16,951 Reputation points MVP Volunteer Moderator
    2021-09-09T09:41:48.743+00:00

    Have a look at this: https://learn.microsoft.com/en-us/azure/virtual-machines/disks-shared

    You will need to use a cluster manager (usually a Windows Server VM) to create the clustered shared volume which would be stored on the shared disk.

    You might be better off creating a file share using Azure files (Premium tier) here as this can be accessed by both of your Windows 10 VMs.


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.