Comment 3 for bug 75796

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

Ok, that's what i expected :

mount :
/dev/disk/by-uuid/50F0A0A4F0A09230 on /media/sda1 type fuse (rw,nosuid,nodev,noatime,allow_other)

lshal :
udi = '/org/freedesktop/Hal/devices/volume_uuid_50F0A0A4F0A09230'
[...]
volume.is_mounted = false (bool)
[...]

This should be true, and it is set to false because hal didn't match it with existent partition, the current version of hal in feisty don't support volume mounted with fuse.
This feature was added long time ago in git (but there were no stable relase since that time), and the edgy version of hal was patched to get it, but it seems that the patch has been droped.

I'll reopen the old bug.
Thanks for your report