mark wrote:
Thanks Dean for your reply.
The issue isn't that I need to delete the mounted volume, but remove
the second reference to it.
Here's the layout.
d:\data\groups\MIS - this MIS folder is mounted to a 20 dynamic
volume. Currently the live volume and dataSet.
d:\Archdata - this folder is mounted to a 500Gig SAN volume used
for a temporary location while we are collecting data.
d:\Archdata\RestoredData\Current_081303\groups\MIS is supposed to be
a copy of the d:\data\groups\MIS directory which I used Robocopy to
copy the data over to this new volume. I started going through the
groups\ folders in the Archdata volume, to remove unnecessary files,
as we are burning to DVD, and trying to conserve space and time. I
then realized that the MIS folder has the same icon as the
production location. I created a test folder in the MIS folder, in
the Archdata volume, and the folder appeared in the
d:\data\groups\MIS folder which is the production location.
So now I have two pointers, with two different permissions sets,
fighting each other and the reference to the MIS directory from the
Archdata location is causing conflicts with production tree
structure. There is no reference in the disk management to the MIS
folder in the Archdata volume, but somehow I have two pointers to
the same volume, each with a very different UNC path.
I can't rename the folder in the Ardata volume, as it's actually the
production volume.
This sounds fairly confusing, but I'd like to break the second
reference to that volume, but I don't want to delete the production
folder.
I can send screen shots outside of the group if you'd like.
Thanks for your input Dean
Mark
mark wrote:
I'm kind of in a pinch here, so I'm hoping someone out there can
assist me with this.
We have a departmental folder mounted to a dynamic volume in Win2K
(20Gig volume). We needed to make a backup copy of the live data
and placed it in a completely different volume (different
pathname) and used Robocopy with the /mir switch to copy the data
over to the new "Backup" directory. I started trying to clean out
the copy folder to exclude things like exes and jpg files, when I
realized that the backup directory department folder, was
actually the LIVE mounted volume!
How in the heck do I break a mounted folder to a volume that is
referenced in two different paths?
I've got management breathing down my neck, and I'm in some
serious trouble. If anyone has a suggestion, I'd be very glad to
entertain them.
Thanks in advance.
Regards,
Sweating Bullets
There are quite a few ways of doing this, the most comfortable
approach for many is using DISKMGMT.MSC -
* right click the mounted medium
* select "Change drive letter and paths"
* remove any undesired mount points
HTH
Dean
--
Dean Wells [MVP / Windows platform]
MSEtechnology
[[ Please respond to the Newsgroup only regarding posts ]]
R e m o v e t h e m a s k t o s e n d e m a i l
My reply wasn't intended to indicate that you wanted to delete the
volume, merely that you wanted to delete the second reference to the
volume but it would appear that the DISKMGMT console does not display
the second reference (a common occurrence in my experience).
Before I suggest a possible solution, I think it's worth mentioning
that when copying mount points you must copy the content of the
mount point not the junction itself. Most reasonable copy utilities
(including XCOPY and ROBOCOPY) will simply graft another link to the
same target ... I guess you'd probably worked that out for yourself.
Two simple means spring to mind (many more complicated ones also
exist) to remove the second mount point;
* the first uses LINKD.EXE (a Resource Kit tool), syntax LINKD <mount
point> /d
* the second uses the built in RD command with no arguments except
for the mount point itself
Let me know if this helps.
Dean
--
Dean Wells [MVP / Windows platform]
MSEtechnology
[[ Please respond to the Newsgroup only regarding posts ]]
R e m o v e t h e m a s k t o s e n d e m a i l