With ntfs-3g 1.2216 I get the following.

[EMAIL PROTECTED]:~# mount -o ro /dev/sdb1 /mnt
[EMAIL PROTECTED]:~# mount -o remount,rw /mnt
[EMAIL PROTECTED]:~# cat /proc/mounts|grep /mnt
/dev/sdb1 /mnt fuseblk 
rw,nosuid,nodev,noatime,relatime,user_id=0,group_id=0,allow_other 0 0
[EMAIL PROTECTED]:~# touch /mnt/test
touch: cannot touch `/mnt/test': No such file or directory
[EMAIL PROTECTED]:~# blockdev --setrw /dev/sdb1
[EMAIL PROTECTED]:~# touch /mnt/test
touch: cannot touch `/mnt/test': No such file or directory

I.E. the filesystem can be remounted, and it shows as rw in /proc/mounts
but I cannot actually write to it...

-- 
Cannot remount ntfs
https://bugs.launchpad.net/bugs/186117
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

Reply via email to