- Add user to the
plex
group.usermod -aG plex <user>
- Get the plex group ID.
id -g plex
- Mount the external media drive from root user. This allows all users of the
plex
group to rwx on the mounted drive.mount -o umask=0002,gid=<plexGID> /dev/sdX# /mnt/plexMedia
Created
January 3, 2020 01:44
-
-
Save estysdesu/cce14eea28038e6c5520dfa20e8c8296 to your computer and use it in GitHub Desktop.
[Plex: External Mounted Media] #uid #gid #shell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment