Hi to all!
i have a problem, for link my synology nas on my container mount it on my PVE node:
mount -t cifs -o user=pippo //192.168.86.24/home /mnt/nas/
and i link all my privileged container:
pct set 123 -mp1 mnt/nas/media/,mp=/mnt
all works, container can read and write.
My problem born with the transcoding (user of container). My media server can't write on the folders or erase files
root@jellyfin
drwxr-xr-x 2 root root 0 Jan 22 15:45 transcoding
i think because jellyfin doesn't have a permission.
i try with chmod -R 777 but doesn't change
i try to move user jellyfin to the root group doesn't change
i try setfacl: /mnt/transcoding/: response Operation not supported
can someone help me?
thanks thanlks thanks
i have a problem, for link my synology nas on my container mount it on my PVE node:
mount -t cifs -o user=pippo //192.168.86.24/home /mnt/nas/
and i link all my privileged container:
pct set 123 -mp1 mnt/nas/media/,mp=/mnt
all works, container can read and write.
My problem born with the transcoding (user of container). My media server can't write on the folders or erase files
root@jellyfin
drwxr-xr-x 2 root root 0 Jan 22 15:45 transcoding
i think because jellyfin doesn't have a permission.
i try with chmod -R 777 but doesn't change
i try to move user jellyfin to the root group doesn't change
i try setfacl: /mnt/transcoding/: response Operation not supported
can someone help me?
thanks thanlks thanks