@ Peter Bennet (comment #30) Sorry, I don't use Video CD's so I can't check what the problem is - presumably 'dvd-rw-mediainfo' doesn't recognise Video CD's and produces an error of some kind. You could try running 'dvd-rw-mediainfo /dev/sr0; echo "status = $?"' while a Video CD is in the drive to see what exit status dvd-rw-mediainfo returns, and modify the 'sr0_change.sh' script condition to ignore that exit status value, assuming that exit status is unique for Video CDs (if it's a general exit status, then ignore this suggestion): 'if [ "$n" -ne '0' ] && [ "$n" -ne '<VideoCD exit status>' ] ;then eject /dev/sr0;fi
@ Robert M. Muncrief (comment #31) I agree, this is the sort of functionality that should work out of the box without fail. At the moment it sends the same old Linux subtext of 'geeks only need apply'. I've set up lots of Linux systems for complete newbies, and they've used them quite happily, but if I hadn't been there to work around some of these issues they would never have got started. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1168742 Title: [udev] Disks are not unmounted when physical eject button is used To manage notifications about this bug go to: https://bugs.launchpad.net/systemd/+bug/1168742/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
