Confirmed; I reproduced this problem as follows on Hardy Beta: $ touch ntfs-test.img $ shred -n1 -s 16M ntfs-test.img $ sudo losetup /dev/loop0 ntfs-test.img $ sudo mkntfs -f -L test /dev/loop0 $ sudo mount -t ntfs-3g /dev/loop0 /mnt -o atime
Also, e.g., $ sudo mount -t ntfs-3g -o atime,debug /dev/loop0 /mnt Version 1.2216 external FUSE 27 Mounted /dev/loop0 (Read-Write, label "test", NTFS 3.1) Cmdline options: rw,debug Mount options: rw,silent,allow_other,nonempty,relatime,noatime,fsname=/dev/loop0,blkdev,blksize=4096 $ mount | grep loop /dev/loop0 on /mnt type fuseblk (rw,nosuid,nodev,noatime,allow_other,blksize=4096) The following packages are installed: $ dpkg -l | grep ntfs ii libntfs-3g23 1:1.2216-1ubuntu1 ntfs-3g filesystem in userspace (FUSE) libra ii libntfs10 2.0.0-1ubuntu2 library that provides common NTFS access fun ii ntfs-3g 1:1.2216-1ubuntu1 read-write NTFS driver for FUSE ii ntfsprogs 2.0.0-1ubuntu2 tools for doing neat things in NTFS partitio ** Attachment added: "sudo strace -f -o /tmp/mount.strace mount -t ntfs-3g -o atime /dev/loop0 /mnt" http://launchpadlibrarian.net/13039418/mount.strace ** Changed in: ntfs-3g (Ubuntu) Status: New => Confirmed -- ntfs-3g mounted with both options relatime and noatime https://bugs.launchpad.net/bugs/210528 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
