Is it worth for working on patches for these issues, or is this completely impossible with the current architecture?
Do you know yet why no symlink is made in dosdevices for /media/XXXX-YYYY?
I haven't heard any rumblings about the current architecture being hopelessly broken.
Hi
Am 2012-07-14 21:35, schrieb Dan Kegel:
Is it worth for working on patches for these issues, or is this completely impossible with the current architecture?
Do you know yet why no symlink is made in dosdevices for /media/XXXX-YYYY?
Well, if the partition would be detected as 'removable' in udisks_new_device, it would be added using add_dos_device instead of add_volume in said function. When added as dos_device the symlink is apparently correctly initialized. Maybe the udisks_new_device function should query the removable flag in the master device and not in the partition.
When this is solved, the other two problems are still there.
Eduard