Environment is a standalone Windows Server 2019 hosting multiple Hyper-V machines running on it. The idea was to be able to mount a single specific virtual disks to multiple virtual machines and be able to simultaneously read and write to it from all guests. Basically similar to a network share but based on virtual disks. After many unsuscessful attempts and even trying to setup iSCSI, Failover Clustering and SOFS I had to realise that it will not work as intended.
So here is the question: Is it even possible to have multiple Windows 10 guests having the same (data) vm disk mounted and write and read simultaneously to it? I have read now that NtFs is the culprit which would not allow it. If so, are there ways in the meantime? Does other file system support it (ReFs maybe?) is there additional software that I could use to circumvent the limitation? I don't want to use network shares for this specific case, I know it could be done via network.
So if you have any ideas or experience, I kindly ask to share.