Skip to content

Instantly share code, notes, and snippets.

@theirix
Created March 1, 2012 21:49
Show Gist options
  • Save theirix/1953462 to your computer and use it in GitHub Desktop.
Save theirix/1953462 to your computer and use it in GitHub Desktop.
pmount udev rule
# automounting usb flash drives
ACTION=="add", SUBSYSTEM=="block", KERNEL=="[sh]d[b-z][0-9]*",RUN+="/usr/bin/pmount --sync --umask 000 %k %c"
ACTION=="remove", SUBSYSTEM=="block", KERNEL=="[sh]d[b-z][0-9]*",RUN+="/usr/bin/pumount /dev/%k"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment