Comment 45 for bug 153768

Revision history for this message
In , Matthew Gatto (mattgatto) wrote :

This more general rule works for me and might work for any SATA drive, but I can't be sure as I only have my own to test it on:

  <match key="block.device" exists="true">
    <match key="block.is_volume" bool="false">
      <match key="storage.removable" bool="false">
        <match <email address hidden>:linux.subsystem" string="scsi">
          <match <email address hidden>:scsi.vendor" string="ATA">
            <merge key="storage.removable" type="bool">true</merge>
            <merge key="storage.hotpluggable" type="bool">true</merge>
          </match>
        </match>
      </match>
    </match>
  </match>