@rastan, how are you mounting the partitions? Both with /etc/fstab? If so, please post your /etc/fstab.
If you use the manual option at the partitioning stage of the live CD installer and get the installer to create an /etc/fstab entry, it does so with options that cause timestamps to be reset. The installer's line is of the form:
Code:
device mountpoint ntfs defaults,nls=utf8,umask=007,gid=46 0 0
It's the umask=007 and gid=46 that cause the problem - and they're completely superfluous anyway. But if you use a simple:
Code:
device mountpoint ntfs defaults 0 0
... the problem goes away.
More discussion on this thread:
http://ubuntuforums.org/showthread.php?t=1330407
This has been going on since Hardy. Yes, I have filed a bug report. Yes, it was ignored.
Bookmarks