home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / udev / rules.d / 05-options.rules < prev    next >
Encoding:
Text File  |  2007-04-10  |  272 b   |  6 lines

  1. # Work-around for IDE devices that don't report media changes
  2. SUBSYSTEMS=="ide", KERNEL=="hd[a-z]", ATTR{removable}=="1", \
  3.     ENV{ID_MODEL}=="IOMEGA_ZIP*", OPTIONS+="all_partitions"
  4. SUBSYSTEMS=="ide", KERNEL=="hd[a-z]", ATTRS{media}=="floppy", \
  5.     OPTIONS+="all_partitions"
  6.