With /home/user shared as foo, if I do, say
net use h: "\\.host\Shared Folders\foo"
dir H:\
gives me
foo
If I do
net use h: "\\.host\Shared Folders\foo\foo"
dir H:\
still gives me foo !
thanks,
BM
(1) The ability to map subfolders in windows (as was the case with
4.x/samba) seems to not exist in the current 5.0 beta with the shared
folder driver. This appears to be due to the shared folder driver
telling windows it cannot map subdirectories.
(2) But subst works. So if yopu want to see /home/user/* as contents of
H:\ you share /home/user as foo,
net use z: "\\.host\Shared Folders\foo"
and then
subst h: z:\foo
this seems to work OK so far.
(I'm posting so if another vmware/linux user gets frustrated he'll know
where to look, and what solution is presently offered. Please do correct
me if I am wrong).
cheers,
BM