Copying From Windows to NFS: Can The Timestamps Be Preserved?

0

We have a Linux server that has NFS shares. Some Windows hosts (XP & 7) connect to it via Services for UNIX. I've been told the behavior is different from XP to 7 in terms of file creation dates when copying files.

Copy from Windows XP to Linux: File attributes show today's date. Copy from Windows 7 to Linux: File shows original file timestamp.

I'm not sure why this is different depending on the version of Windows used. We would like consistent behavior regardless of XP or 7. Is this possible?

jlacroix82

Posted 2012-06-29T16:48:58.213

Reputation: 111

I don't think what you want is possible. There has been lots of changes Windows since Windows XP. – Ramhound – 2012-06-29T16:54:32.730

Linux doesn't have "creation date". – Ignacio Vazquez-Abrams – 2012-06-29T16:59:21.637

I meant the date time stamp on the file that shows up when you do "ls -l" – jlacroix82 – 2012-06-29T18:49:38.980

No answers