Skip to content

Instantly share code, notes, and snippets.

@cholcombe973
Created April 7, 2017 22:06
Show Gist options
  • Save cholcombe973/911a5d5658d53e2c6937192db99e31a5 to your computer and use it in GitHub Desktop.
Save cholcombe973/911a5d5658d53e2c6937192db99e31a5 to your computer and use it in GitHub Desktop.
NAME=\"(?P<name>[a-zA-Z0-9]+)\"\s+MAJ:MIN=\"(?P<major>[0-9]+):(?P<minor>[0-9]+)\"\s+RM=\"(?P<removable>[0-1])\"\s+SIZE=\"(?P<size>[0-9.BKMGP]+)\"\s+RO=\"(?P<read_only>[0-1])\"\s+TYPE=\"(?P<disk>[a-zA-Z]+)\"\s+MOUNTPOINT=\"(?P<mountpoint>[a-zA-Z0-9./]*)\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment