Hi. Forgive me my english.
I'm trying to work with NTFS partition using ntfs-3g(8) driver (please tell me if you know alternatives).
All seems to work fine except one thing: any access to any file on NTFS partition (even simple reading with
There is "noatime" option for ntfs-3g and it works but ctime and mtime are still modified.
Any ideas? If you also use ntfs-3g and don't have such problems, please tell me.
Update 1: Tuxera (driver developer) blames FreeBSD's fuse kernel module and says that he not going to fix anything.
Update 2: "Deprecated" ntfsmount from ntfsprogs package don't have such problems.
I'm trying to work with NTFS partition using ntfs-3g(8) driver (please tell me if you know alternatives).
All seems to work fine except one thing: any access to any file on NTFS partition (even simple reading with
cat <filename> command) modifies not only atime (access time), but also ctime (change time) and mtime (modify time). As a result, I can't use mtime sorting in my "downloads" dir There is "noatime" option for ntfs-3g and it works but ctime and mtime are still modified.
Any ideas? If you also use ntfs-3g and don't have such problems, please tell me.
Update 1: Tuxera (driver developer) blames FreeBSD's fuse kernel module and says that he not going to fix anything.
Update 2: "Deprecated" ntfsmount from ntfsprogs package don't have such problems.
Last edited: