I hope anyone can help me, I'm having problems trying to accessing subdirectories 'ssd1' and 'ssd2' (external ext4 ssd partitions) and 'BACKUP-VIDEO' (ntfs with ntfs-3g installed) in /media/pi/ from Plex Server in my Raspberry Pi 4:
Code: Select all
$ ls -la /media/pi/
drwxr-x---+ 8 root root 4096 feb 6 23:50 .
drwxr-xr-x 3 root root 4096 sep 26 01:46 ..
drwxrwxrwx 1 pi pi 4096 feb 6 23:41 BACKUP-VIDEO
drwxr-xr-x 3 root root 4096 feb 2 23:33 data
drwxr-xr-x 7 pi pi 4096 feb 6 23:56 ssd1
drwxrwxrwx 5 pi pi 4096 feb 6 21:18 ssd2
drwxr-xr-x 14 root root 4096 abr 11 2019 Storage
drwxr-xr-x 4 pi pi 16384 ene 1 1970 System
Code: Select all
$ ls -la /disks/
drwxr-xr-x 3 pi pi 4096 feb 7 00:04 .
drwxr-xr-x 22 root root 4096 feb 6 22:10 ..
drwxr-xr-x 2 pi pi 4096 feb 6 22:11 pplex
Code: Select all
$ ls -la /media/
drwxr-xr-x 3 root root 4096 sep 26 01:46 .
drwxr-xr-x 22 root root 4096 feb 6 22:10 ..
drwxr-x---+ 8 root root 4096 feb 6 23:50 pi
How could I give (secure) access to Plex for that directories in '/media/pi', or force mounting external drives outside it, please ?
Finally, is there any cons by having mounted a directory for plex and samba at the same time ?
Thanks !