Hi all,
I have two volumes in which there are several directories:
- vol1 (share name SHARE1):
/AppData
/Temp
- vol2 (share name SHARE2):
/Users
I would like to change the mount path of the second volume in order to have my directory Users visibles in the root of vol1:
- vol1:
/AppData
/Users
/Temp
But once I changed the mount path of vol2 and affect it to vol1, I see now in vol1:
/AppData
/SHARE2/Users
/Temp
How can I remove the share name of vol2 (SHARE2)? Is it possible?
Thank you.