Moving Complex File Shares

ddrueding

Fixture
Joined
Feb 4, 2002
Messages
19,696
Location
Horsens, Denmark
I'm way too tired to be doing critical stuff, and would like some verification before I mess up.

File Server is a member of the Domain and has 3 large (RAIDed) drives on it formatted NTFS. Drives A, B, and C contain 1-3TB of data each. C is large enough to store everything, and I'd like to move all the data to that drive.

Now the complex bit. The folder structure on A and B is very complex, including detailed file/share permissions, and multiple share levels in folders and sub-folders.

Just to make sure I have this procedure right:

1. Record all the file share locations and names, as these will be lost during the move.
2. Don't worry about the permissions, as these will be saved during the move.
3. Move all the data
4. Re-share using the same share names and all client drive mappings will remain.

Does that sound right to everyone?
 

Chewy509

Wotty wot wot.
Joined
Nov 8, 2006
Messages
3,345
Location
Gold Coast Hinterland, Australia
yes, sounds good.

BTW, what are you using to copy the data files?

PS. I normally would use this from the command lineto preserve ACLs, ownership, etc:
$ xcopy /o /e /z /j /x /h /g /i /v <src> <dest>
 

ddrueding

Fixture
Joined
Feb 4, 2002
Messages
19,696
Location
Horsens, Denmark
Thanks for the sanity check.

That looks about right. I don't do it enough to know all the switches, but the help file is pretty good at it.
 
Top