https://bugzilla.novell.com/show_bug.cgi?id=408252 User lnussel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=408252#c47 Ludwig Nussel <lnussel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|lnussel@novell.com |dkukawka@novell.com Status|ASSIGNED |NEW --- Comment #47 from Ludwig Nussel <lnussel@novell.com> 2009-01-07 02:11:15 MST --- Problem is caused by commit e72cb4437700b4b34ac5c6de0e30dff8bb0ed89e which adds the "removable-block" access control type to volumes. As long as a CD drive (e.g. /dev/sr0) as no medium inserted hal only has one device object in it's tree and that is /dev/sr0 with access control type "cdrom". If one inserts a medium that device obtains a child with the same device name (/dev/sr0) and with block.is_volume set. That one gets access control type "removable-block". I guess the behavior is undefined if the same device appears multiple times with different access control types. The fdi file needs to be modified to not set "removable-block" on unpartitioned disks where the drive has access control and the same name as the volume. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.