I have a Windows 2003 cluster that I'm trying to migrate to a new SAN. One of the drives that I'm copying data from has a shared folder (J:\SharedFolder)
I need to copy all data from J:\ to T:\ and am planning on xcopy /a /s /u J:\ T:\
I guess my questions is if it will cause problems to have two shares with the same name on different drives. This will not be permanent, but I don't want to mess anything up. For a brief period of time, I will have
J:\SharedFolder
AND
T:\SharedFolder
Essentially, this is the opposite of this question
