I tried that and didn't work. These are the lines I commented:
# probe filesystem metadata of optical drives which have a media inserted
KERNEL=="sr*", ENV{ID_CDROM_MEDIA}=="?*", \
ENV{ID_CDROM_MEDIA_SESSION_LAST_OFFSET}=="?*", \
IMPORT{program}="/sbin/blkid -o udev -p -u noraid -O
$env{ID_CDROM_MEDIA_SESSION_LAST_OFFSET} $tempnode"
single-session CDs do not have ID_CDROM_MEDIA_SESSION_LAST_OFFSET
KERNEL=="sr*", ENV{ID_CDROM_MEDIA}=="?*", \
ENV{ID_CDROM_MEDIA_SESSION_LAST_OFFSET}=="", \
IMPORT{program}="/sbin/blkid -o udev -p -u noraid $tempnode"
Afterwards, I restarted the udev service and even did a complete system reboot.
Thanks.
On Sun, 27 Dec 2009 03:46:45 +0100
[email protected] (Marco d'Itri) wrote:
> On Dec 27, Matías Teplitzky <[email protected]> wrote:
>
> > The problem still exist with udev 149-1.
> Please try to comment the two rules referencing KERNEL=="sr*",
> ENV{ID_CDROM_MEDIA}=="?*" at the bottom of
> /lib/udev/rules.d/60-persistent-storage.rules and try again.
>
> --
> ciao,
> Marco
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]