Comment 11 for bug 435192

Revision history for this message
In , Anthony Wong (anthonywong) wrote :

Created attachment 65273
patch

Mounting of read only NTFS filesystem gives a following error popup:
Cannot mount volume.
Unable to mount the volume '<Volume name>'.
Details:
Error opening '/dev/sdb2': Read-only file system
Failed to mount '/dev/sdb2': Read-only file system

Mounting by hand with the "-o ro" argument works as expected.

This bug can be duplicated by mounting a write-protected (aka locked) SD card with NTFS partition.

Please also see https://bugs.launchpad.net/ubuntu/+source/udisks/+bug/435192

A patch to fix udisks is attached, which is written by Ming Lei <email address hidden>