CHR1S Posted June 16, 2009 Posted June 16, 2009 Right, my predecessor thought it wise to house the user home directorys on the system drive. Im about to migrate them to a new larger HDD and wondered if its as simple as I think it is. Steps should be... 1. Make sure all users are off and open connections to shares/folders killed. 2. Copy the data over to the new dive maintaining the data structure. 3. Remove the old share 4. Recreate new share using the same share name 5. Relax because its all worked ok Is there anything im missing? Thanks Chris
maf_001 Posted June 16, 2009 Posted June 16, 2009 Right, my predecessor thought it wise to house the user home directorys on the system drive. Im about to migrate them to a new larger HDD and wondered if its as simple as I think it is. Steps should be... 1. Make sure all users are off and open connections to shares/folders killed. 2. Copy the data over to the new dive maintaining the data structure. 3. Remove the old share 4. Recreate new share using the same share name 5. Relax because its all worked ok Is there anything im missing? Thanks Chris Your steps are right, i always used a tool like robocopy to copy all the files over with permissions so ensure i didnt have to change any once the copy was done. It takes a little longer but save loads of time if you have home directories using the CREATOR OWNER permission. All should work fine since the server name is not changing 2
CHR1S Posted June 16, 2009 Author Posted June 16, 2009 Thanks Maf, I just needed reassuring before I mullered the home directories
sted Posted June 16, 2009 Posted June 16, 2009 id be tempted to create the new root share first with no data then edit your users in ad to point their home dir @ \\server\share\group\%username% as this will give appropriate permissions to their folders then copy the data across into the structure you just created 1
User3204 Posted June 16, 2009 Posted June 16, 2009 You may not have to do [3]. I have moved shares from one folder on drive d: to another folder on drive d: and if you try to create a share that already exists, it says "this already exists, do you want to replace it?". Which can be quite handy when you want to be sure the folders match. But this assumes you're going to do it manually, rather than running a script. 1
srochford Posted June 17, 2009 Posted June 17, 2009 You can actually do a step 0 - copy all the data using robocopy, mirroring and preserving permissions, while the system is in use. At a convenient down time, you re-do the mirroring but this will be pretty quick - you're now only copying files which were open or are new. 2
SpuffMonkey Posted June 17, 2009 Posted June 17, 2009 Recommend you grab RichCopy - robocopy's replacement - very nice and multithreaded. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now