Migration of File Server to SAN
Hello All,
We have NAS (Network Attached Storage) device and we have purchased new SAN (Storage Attached Network) device, now in our existing NAS Device we are using it as file server in which we have 5000 + Files and Folders of user's, Now i want to move (Migrate)
these 5000+ Files and Folders to new purchased SAN Device but condition is i want to maintain (retain) all the NTFS security permission which we have applied on existing files and folders to new SAN Device.
I just gone through Robocopy and Richcopy but it won't retain the NTFS Security Permissions.
Your help is highly appreciated.
Regards,
Arjun V.
Arjun V.
January 24th, 2012 4:03am
the SAN device would have to be joined to the same domain/forest in AD. if it is just some Linux with FAT??, ROBOCOPY cannot copy the permissions. But generally, if the SAN device is NTFS formated, I would bet, ROBOCOPY should be able to copy the permissions.
ondrej.
Free Windows Admin Tool Kit Click here and download it now
January 24th, 2012 5:37am
Dear Ondrej,
Thanks for your response.
What parameter should i use with ROBOCOPY?
Regards,
Arjun
Arjun V.
January 24th, 2012 6:15am
I use usually /E /B /EFSRAW /COPYALL /DCOPY:T
o.
Free Windows Admin Tool Kit Click here and download it now
January 24th, 2012 6:32am
the SAN device would have to be joined to the same domain/forest in AD. if it is just some Linux with FAT??, ROBOCOPY cannot copy the permissions. But generally, if the SAN device is NTFS formated, I would bet, ROBOCOPY should be able to copy the permissions.
ondrej.
January 24th, 2012 1:28pm
I use usually /E /B /EFSRAW /COPYALL /DCOPY:T
o.
Free Windows Admin Tool Kit Click here and download it now
January 24th, 2012 2:24pm