Skip to content

Instantly share code, notes, and snippets.

@gmas
Last active August 29, 2015 14:00
Show Gist options
  • Save gmas/11334919 to your computer and use it in GitHub Desktop.
Save gmas/11334919 to your computer and use it in GitHub Desktop.
add named symlink to USB device
#/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