Comment 21 for bug 474790

Revision history for this message
Dennis Craven (dcraven) wrote : Re: [Bug 474790] Re: DeviceKit should ignore SmartWare partitions when using Western Digital external drives

On Sun, Nov 15, 2009 at 8:08 AM, Martin Pitt <email address hidden> wrote:

> Sorry, that wasn't meant to be closed again.
>
> > ENV{DKD_PARTITION_TABLE__SCHEME}=="apm", \
>
> You used two underscores here (between TABLE and SCHEME). Can you please
> remove one and try again?
>
>
Oops! My bad. Getting rid of the double underscore typo does work. Sorry.

So, the entry that works is this:

 ENV{DKD_PARTITION_TABLE_SCHEME}=="apm", \
  ENV{ID_CDROM}=="?*", ENV{ID_FS_TYPE}=="udf",
ENV{ID_FS_LABEL}=="WD_SmartWare", \
  ENV{DKD_PRESENTATION_HIDE}="1"

Thanks Martin!