Comment 1 for bug 210528

Revision history for this message
Emil Sit (emilsit) wrote :

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