Last active
October 6, 2018 22:24
-
-
Save gdm/5631bbe7bd72551e71691fed5df8d910 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| udevadm info -n /dev/sdb -q property | |
| udevadm monitor | |
| Pre-installed udev rules | |
| /lib/udev/rules.d/60-block.rules | |
| ACTION=="add", SUBSYSTEM=="block", ENV{ID_FS_UUID}=="xxxxx", RUN+="/root/my-usb.sh $devpath $name" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment