Hi all,
Running Kubuntu on a fresh SSD and re-using 4x NTFS drives containing my media content for accessing locally via Plex. The drives are mounted and Plex can access them but I'm struggling with the permissions so that I (as the user) can also copy, add, delete content on those drives outside of Plex.
Drives are mounted as follows:
I set Plex as the user and owner of the 4 media folders (and see same if I check the properties) but when I went in to do some housekeeping, I couldn't add, move, or delete so I've missed something in the permissions but I'm unclear what. I've added myself (Paul) to the Plex group using
which results in:
I have set permission on the folders using
resulting in
In short, Plex user and Plex group has 775 access to the media folders but despite adding myself to the plex group I can't Cut or move to Wastebin - what have I missed?!?
I'm a new linux user and have tried to resolve this myself as you can see but I'm missing something and in my inexperience don't know what.
Running Kubuntu on a fresh SSD and re-using 4x NTFS drives containing my media content for accessing locally via Plex. The drives are mounted and Plex can access them but I'm struggling with the permissions so that I (as the user) can also copy, add, delete content on those drives outside of Plex.
Drives are mounted as follows:
sda 8:0 0 931.5G 0 disk
└─sda1 8:1 0 931.5G 0 part /
sdb 8:16 0 931.5G 0 disk
├─sdb1 8:17 0 931G 0 part /media/paul/Music and TV
├─sdb2 8:18 0 156.9M 0 part
└─sdb3 8:19 0 156.9M 0 part
sdc 8:32 0 3.6T 0 disk
├─sdc1 8:33 0 16M 0 part
└─sdc2 8:34 0 3.6T 0 part /media/paul/Movies 2
sdd 8:48 0 2.7T 0 disk
├─sdd1 8:49 0 128M 0 part
└─sdd2 8:50 0 2.7T 0 part /media/paul/Movies
sde 8:64 0 3.6T 0 disk
├─sde1 8:65 0 128M 0 part
└─sde2 8:66 0 3.6T 0 part /media/paul/Movies 3
└─sda1 8:1 0 931.5G 0 part /
sdb 8:16 0 931.5G 0 disk
├─sdb1 8:17 0 931G 0 part /media/paul/Music and TV
├─sdb2 8:18 0 156.9M 0 part
└─sdb3 8:19 0 156.9M 0 part
sdc 8:32 0 3.6T 0 disk
├─sdc1 8:33 0 16M 0 part
└─sdc2 8:34 0 3.6T 0 part /media/paul/Movies 2
sdd 8:48 0 2.7T 0 disk
├─sdd1 8:49 0 128M 0 part
└─sdd2 8:50 0 2.7T 0 part /media/paul/Movies
sde 8:64 0 3.6T 0 disk
├─sde1 8:65 0 128M 0 part
└─sde2 8:66 0 3.6T 0 part /media/paul/Movies 3
sudo usermod -a -G plex paul
paul@MediaBox:~$ groups paul
paul : paul adm cdrom sudo dip plugdev lpadmin sambashare plex
paul : paul adm cdrom sudo dip plugdev lpadmin sambashare plex
sudo chmod 775 /media/paul/[name of folder]
drwxrwxr-x 1 plex plex 4096 Jun 8 12:56 /media/paul/Movies
paul@MediaBox:~$ ls -ld /media/paul/Movies 2
ls: cannot access '2': No such file or directory
drwxrwxr-x 1 plex plex 4096 Jun 8 12:56 /media/paul/Movies
paul@MediaBox:~$ ls -ld /media/paul/"Movies 2"
drwxrwxrwx 1 root root 4096 Jun 12 21:35 '/media/paul/Movies 2' Note: there is no content on this drive yet
paul@MediaBox:~$ ls -ld /media/paul/"Movies 3" Note: I had to put the final folder name in "" as it wouldn't locate it
drwxrwxr-x 1 plex plex 45056 Jun 15 10:03 '/media/paul/Movies 3'
paul@MediaBox:~$ ls -ld /media/paul/Movies
drwxrwxr-x 1 plex plex 4096 Jun 8 12:56 /media/paul/Movies
paul@MediaBox:~$ ls -ld /media/paul/"Music and TV"
drwxrwxr-x 1 plex plex 28672 Jun 8 13:56 '/media/paul/Music and TV'
paul@MediaBox:~$ ls -ld /media/paul/Movies 2
ls: cannot access '2': No such file or directory
drwxrwxr-x 1 plex plex 4096 Jun 8 12:56 /media/paul/Movies
paul@MediaBox:~$ ls -ld /media/paul/"Movies 2"
drwxrwxrwx 1 root root 4096 Jun 12 21:35 '/media/paul/Movies 2' Note: there is no content on this drive yet
paul@MediaBox:~$ ls -ld /media/paul/"Movies 3" Note: I had to put the final folder name in "" as it wouldn't locate it
drwxrwxr-x 1 plex plex 45056 Jun 15 10:03 '/media/paul/Movies 3'
paul@MediaBox:~$ ls -ld /media/paul/Movies
drwxrwxr-x 1 plex plex 4096 Jun 8 12:56 /media/paul/Movies
paul@MediaBox:~$ ls -ld /media/paul/"Music and TV"
drwxrwxr-x 1 plex plex 28672 Jun 8 13:56 '/media/paul/Music and TV'
I'm a new linux user and have tried to resolve this myself as you can see but I'm missing something and in my inexperience don't know what.
Comment