Comment 7 for bug 887049

Revision history for this message
Brendan Donegan (brendan-donegan) wrote :

So, the logical partition gets detected by the DBus API and since it has no path in the file system there is an exception 'out of range'. Checking that there is a path available to read before reading it will solve this. Patch coming soon.

However, there remains an issue that since NTFS is read-only the test will fail if exercised against any NTFS partitions. Still thinking about how to solve this.