tuxera / ntfs-3g

NTFS-3G Safe Read/Write NTFS Driver
https://www.tuxera.com/company/open-source
GNU General Public License v2.0
979 stars 148 forks source link

Creation dates always appear as 01.01.1970 01:00 #119

Open swswsws583 opened 2 months ago

swswsws583 commented 2 months ago

Hi, I'm on macOS 15.1 and macFUSE 4.8.0 ntfs-3g 2022.10.3 external FUSE 29 - Third Generation NTFS Driver Configuration type 1, XATTRS are on, POSIX ACLS are off

Creation dates in my NTFS drive all appear as 01.01.1970 01:00 in Finder.app on Mac, but the creation dates are displayed correctly when mounted on a Windows PC. This is something reported elsewhere:

https://github.com/rfjakob/gocryptfs/issues/396 https://github.com/hanwen/go-fuse/issues/218 https://github.com/osxfuse/osxfuse/issues/501

unsound commented 2 months ago

This is odd as we do implement the getxtimes callback, from which macFUSE should be able to retrieve the creation time. I will try to reproduce myself.