Skip to content

Instantly share code, notes, and snippets.

@victorono
Last active July 14, 2020 03:12
Show Gist options
  • Save victorono/7262bb2d2e06071208a097f1133d0520 to your computer and use it in GitHub Desktop.
Save victorono/7262bb2d2e06071208a097f1133d0520 to your computer and use it in GitHub Desktop.
plex permissions to access partition mount
sudo gpasswd -a plex plugdev
sudo gpasswd -a plex root
sudo gpasswd -a plex sudo
sudo gpasswd -a plex $(whoami)
sudo gpasswd -a $(whoami) plex
sudo service plexmediaserver restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment