Server Version#: Version 4.45.0
Ubuntu 18
Scenario;
3 SMB servers, Both windows and Linux storage media. VMware virtual machine running Plex on Ubuntu 18 which connects via CIFS to the SMB servers.
Everything plays and works fine, but…
I’ve checked from the OS console of the VM running Plex, I can both create and delete files from the servers console on the external SMB share. It seems not to be a rights issue, as a test I’ve set fstab to
//10.1.1.11/tv-shows /mnt/tvshows cifs username=xxx,password=xxx,file_mode=0777,dir_mode=0777,_netdev 0 0
//10.1.1.12/films /mnt/films cifs username=xxx,password=xxx,file_mode=0777,dir_mode=0777,_netdev 0 0
//10.1.1.13/musicfiles /mnt/music cifs username=xxx,password=xxx,file_mode=0777,dir_mode=0777,_netdev 0 0
I know the rights are way too open.
Under library, I’ve set “Allow media deletion”, as I get the delete option available from within plex, on a media file.
However I get " There was a problem deleting this item."
I want to use Plex_dupefinder, https://github.com/l3uddz/plex_dupefinder, hence the requirement.
Does anyone have a suggestions, I’ve spent hours on this?
Thanks