Link to home
Start Free TrialLog in
Avatar of bwask
bwaskFlag for United States of America

asked on

If I move a Drive Array to a new server will it retain user permissions?

Hello,

I have a server that I really need to decommission, however I have a 20TB array attached to it with quite a few shares with various permissions.

I'll be building a new server with the same name, and moving the Array to the new server. Since I've never actually tried this before, I'm curious if the folder/file permissions will move as well, or will I have to recreate them.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of DEMAN-BARCELO (MVP) Thierry
DEMAN-BARCELO (MVP) Thierry
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
^^^^^^^
All this.
Avatar of bwask

ASKER

Thanks for all the help. As an added to this, I also made a backup of all the data before I actually moved the array using the following command:
xcopy /o /x /e /h /k /c d:\SourceFiles e:\DestinationFiles  (Also works with UNC names)

You still have to recreate the shares, but that will get all the file permissions across as well.

Thanks again for the help