March 20, 20233 yr Hello! I have problems with "optimize" for converting a file from 4k to a 1080p version in Plex. The server can not write to the location on the disk. It worked some time ago but I don't know since when the error occured because I don't use "optimize" often. I tried this script but it's still the same error: #!/bin/bash for dir in "/mnt/cache/appdata/Plex-Media-Server/" do `echo $dir` `chmod -R ug+rw,ug+X,o-rwx $dir` chown -R nobody:users $dir done These are my Versions I'm using: Unraid Version: 6.11.5 Plex Server Version 1.31.2.6810 Now I realized that deleting a show or movie in Plex isn't possible too. The permissions for the media folders are nobody:users and drwxrwxrwx. I don't know what else to do. Please help! Edited March 21, 20233 yr by delgatto
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.