Last active
August 29, 2015 14:00
-
-
Save gmas/11334919 to your computer and use it in GitHub Desktop.
add named symlink to USB device
This file contains 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
#/etc/udev/rules.d/98-usb.rules | |
KERNEL=="sd*", SUBSYSTEM=="block", ENV{ID_SERIAL_SHORT}=="FDC0FD20EF00000FD0FFC4F0715317", SYMLINK+="usb" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment