Jump to content

Problems with Plex writing to disk


Recommended Posts

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 by delgatto
  • Like 1
Link to comment
  • 4 months later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...