[systemd-bugs] [Bug 72206] My system does not unmount some optical media ejected using optical device button

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jan 28 05:12:07 PST 2015


https://bugs.freedesktop.org/show_bug.cgi?id=72206

Martin Pitt <martin.pitt at ubuntu.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |general
           Assignee|zeuthen at gmail.com           |systemd-bugs at lists.freedesk
                   |                            |top.org
            Product|udisks                      |systemd
         QA Contact|                            |systemd-bugs at lists.freedesk
                   |                            |top.org
           Severity|major                       |normal

--- Comment #8 from Martin Pitt <martin.pitt at ubuntu.com> ---
This was discussed recently on the systemd (udev) mailing list:

http://lists.freedesktop.org/archives/systemd-devel/2015-January/026948.html
http://lists.freedesktop.org/archives/systemd-devel/2015-January/027403.html

After a lot of back and forth, it was decided that the most robust fix under
systemd is

http://lists.freedesktop.org/archives/systemd-devel/2015-January/027577.html

For the record, for distros without systemd it is easiest to adjust
/lib/udev/rules.d/60-cdrom_id.rules like this:

-ENV{DISK_EJECT_REQUEST}=="?*", RUN+="cdrom_id --eject-media $devnode",
GOTO="cdrom_end"
+ENV{DISK_EJECT_REQUEST}=="?*", RUN+="/usr/bin/eject $devnode",
GOTO="cdrom_end"

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20150128/616442e1/attachment.html>


More information about the systemd-bugs mailing list