<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- --> 

<deviceinfo version="0.2">
  <device>
    <match key="info.bus" string="block">
      <match key="storage.vendor" string="TOSHIBA">
        <match key="storage.model" string="MK1503GAL">
	  <merge key="storage.policy.should_mount" type="bool">false</merge>
	  <merge key="storage.automount_enabled_hint" type="bool">false</merge>
	</match>
      </match>
    </match>
    <match key="info.bus" string="block">
      <match key="volume.label" string="mm10_hd2">
	<merge key="volume.policy.should_mount" type="bool">false</merge>
	<merge key="storage.automount_enabled_hint" type="bool">false</merge>
      </match>
    </match>
    <match key="info.bus" string="block">
      <match key="volume.label" string="mm10_hd0">
	<merge key="volume.policy.should_mount" type="bool">false</merge>
	<merge key="storage.automount_enabled_hint" type="bool">false</merge>
      </match>
    </match>
  </device>
</deviceinfo>

