For real local disks or iSCSI attached disks, yes, that's true. However, it does not show drive letters if they are UNC/CIFS shares mapped. It also seems to ignore and not display directoy symlinks. Please ask your colleague to verify this by mapping a drive letter to a cifs share then trying to use the ... button to choose it as a path. Additionally, you can use:
Code: Select all
mklink /d c:\v2v-conversion \\cifs-server.domain.tld\cifstest\v2v-conversion
to create a local directory at c:\v2v-conversion on the machine you're running the V2V on, which actually points to the server, share and folder of \\cifs-server.domain.tld\cifstest\v2v-conversion and while you can see and browse that in Windows Explorer, you cannot see it in V2V converter. Even if you drop the link down a level, to something like c:\realfolder\v2v-conversion, you will only see c:\realfolder\ and inside it will be empty.
Which brings me back to the root of it, the V2V seems to be intentionally designed to only present to you real local disks or iSCSI attached (which show up as real local mostly). So I have to assume that whatever mechanism is in play here is filtering or querying something in registry or wmi where only actual disks drop into place.