
Signature
Rob McShinsky
http://www.virtuallyaware.net
Rob,
Thanks for the tip. This indeed seems to work, although there are 2 issues
with it:
- The Failover Cluster Management wizzard does not recognize the Volume GUID
paths. It reports warnings like: The path '\\?\Volume{... is not on a
failover cluster... So after adding the virtual machine to the cluster, we
have to manually add the storage and storage dependancies.
- Windows explorer (and all the Browse for files/folders dialog boxes) does
not seem to support the Volume GUID paths. So we can't browse them.
Stefan.
> Drive letters should not be a problem since you can place guests on
> individual drives without drive letters. You can use the Volume GUID
[quoted text clipped - 19 lines]
>> regards,
>> Stefan.
Rob McShinsky - 23 Jul 2008 03:52 GMT
Yes you are correct on both issues.
The first issue, the Volume GUID option in a Failover Cluster config is only
a problem when making a guest highly available with the Failover Cluster
console. If you are using SCVMM 2008, it will set this up for you whne you
provision or migrate a server to the cluster
The second issue as far as browsing Volume GUIDs is a pain. Working with
Windows you take the ability to browse files in a GUI for granted. You can
"see" what is on a Volume GUID from the command line i.e. dir \\?\Volume\\
(remember the second back slash. ) You can also use the copy command, not
xcopy or robocopy, to copy files to the Volume GUID. It is limited, and I
have put my 2 cents in on making this managability similar to that of a
drive letter, but it does work. Your Unix/Linux counterparts will be
impressed with you empracing the command line again.

Signature
Rob McShinsky
http://www.virtuallyaware.net
> Rob,
>
[quoted text clipped - 32 lines]
>>> regards,
>>> Stefan.
Stefan Cuypers - 23 Jul 2008 07:33 GMT
Great info. I tried the commandline but couldn't get it to work. The double
backslash in the end did the trick (I never would have guessed that :-) ).
Stefan Cuypers
> Yes you are correct on both issues.
>
[quoted text clipped - 48 lines]
>>>> regards,
>>>> Stefan.