Retain object (File, folder) ownership when moving files from a Windows NT Server to a Windows 2000

G

Guest

Hello
I'm moving files from a Windows NT4 server to a new NAS Windows 2000 based server
The new Windows 2000 server is a member of a NT 4 domain
I'm going to use the disk quota feature that is built in Windows 2000 Server to log or limit disk usage by user
Disk quota in Windows 2000 is calculated using file (and folder) ownership. For this reason, I have to retain file ownership while moving (or copying) files from the old NT to the new 2000
I've tried using ROBOCOPY with the /SEC parameter: the files access permissions is copied, but the ownership is NOT mantaind; The new propietary off all the files in the new server is NEW_SERVER\Administrators
¿some ideas

Thanks in advance!

Alberto (Spain)
 
B

Bruce Sanderson

Have you tried XCOPY? In a Command Prompt, key xcopy /? - see the /o
option.

--
Bruce Sanderson MVP

It is perfectly useless to know the right answer to the wrong question.


Alberto said:
Hello,
I'm moving files from a Windows NT4 server to a new NAS Windows 2000 based server.
The new Windows 2000 server is a member of a NT 4 domain.
I'm going to use the disk quota feature that is built in Windows 2000
Server to log or limit disk usage by user.
Disk quota in Windows 2000 is calculated using file (and folder)
ownership. For this reason, I have to retain file ownership while moving (or
copying) files from the old NT to the new 2000.
I've tried using ROBOCOPY with the /SEC parameter: the files access
permissions is copied, but the ownership is NOT mantaind; The new propietary
off all the files in the new server is NEW_SERVER\Administrators.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top