1 # Ensure our SSD drive is set up as non-rotational
2 # These rules are derived from the output of a commands such as:
3 # udevadm info -a --name /dev/sda
4 # udevadm info --query=property --name=/dev/sda
5 # Where /dev/sda is the SSD device. SUBSYSTEM, etc. type rules come from the
6 # former while ENV property matches are derived from the latter.
9 ACTION=="add" SUBSYSTEM=="block", ENV{ID_MODEL}=="SILICONMOTION_SM223AC", ATTR{queue/rotational}="0"
11 ACTION=="add" SUBSYSTEM=="block", ENV{ID_MODEL}=="ASUS-PHISON_SSD", ATTR{queue/rotational}="0"