Linux and DVR permissions

How do I let plex:plex own the mount point directory ?

:roll_eyes:

SQUASH Alternative?..

These are basic linux admin commands you need to learn and master.

sudo sh
cd /
mkdir -p  /mount/point/directory      (if you'e not already made it)
chown plex:plex /mount/point/directory

For help on these commands: man command

Squash alternative on the qnap?

I do not understand the question.

If you refer to SquashFS, A squashFS is read-only.

You create a regular Shared Folder on QNAP and declare it for NFS access by Everyone (R/W)

I have this…

Still no luck… :frowning:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.