Comment 4 for bug 186117

Revision history for this message
Florent Mertens (givre) wrote :

Don't have that problem with 1.2216 :

root@flo-laptop:~# udevinfo -q all --name=/dev/sda6 | grep FS_TYPE
E: ID_FS_TYPE=ntfs
root@flo-laptop:~# mount /dev/sda6 /mnt/test
root@flo-laptop:~# touch /mnt/test/test
root@flo-laptop:~# sudo mount -o remount,ro /mnt/test
root@flo-laptop:~# touch /mnt/test/test
touch: cannot touch `/mnt/test/test': Read-only file system
root@flo-laptop:~# sudo mount -o remount,rw /mnt/test
root@flo-laptop:~# touch /mnt/test/test
root@flo-laptop:~#

Please test again and feel free to reopen it if it still fail.