Siduction Forum

Siduction Forum => Software - Support => Topic started by: mylo on 2014/01/26, 20:10:53

Title: Reading CD's
Post by: mylo on 2014/01/26, 20:10:53
Hi all,

inserting cd's do not lead to an aotomount of tzhe disk and indication in krusader below /media.
Several times ejecting and inserting the cd helps.

By what command I can bring siduction to look in the cd-rom, if a disk is in and bring the link to it up to /media?
Title: Re: Reading CD's
Post by: karl-heinz-g on 2014/02/12, 11:30:23
Hi All,
i had the same problem here, only with optical media. It seems that the change from udisks to udisks2 caused this behaviour.
There is a bug report on this topic
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725978 (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725978)
I enabled kernel polling as a workaround by adding a udev rule
Code: [Select]
echo 'ACTION=="add", ATTR{removable}=="1", ATTR{events_poll_msecs}=="-1", ATTR{events_poll_msecs}="2000"' > /etc/udev/rules.d/61-removable-storage-polling.rules
as proposed in
http://ignorantguru.github.io/udevil/ (http://ignorantguru.github.io/udevil/)
Now it seems to work, at least for me.

Regards