Transmission + Owncloud permision denied

I have Krypton OSMC and installed ower apps transmission client, also have running Owncloud on external usb HDD.
Now I would like to save torrent files to my external HDD, but have problem with permission denied

in my fstab I have
UUID=F2BA1574BA153697 /media/ownclouddrive ntfs-3g defaults,permissions 0 0

I create folder /media/ownclouddrive/filmi and change owner and group to osmc but…

sudo ls -al /media/ownclouddrive/filmi
total 4
drwxr-xr-x 1 osmc osmc 0 Feb 26 18:24 .
drwxrwx— 1 www-data www-data 4096 Feb 26 18:39 …

But I still got permission denied
I am fighting with this for three day already and run out of idea.
I must tell you guys I am not an expert.

I would really need some help

THanks in advance

First, don’t mount fstab mounts in /media. Mount them in create a mount point in /mnt. There is a readme in /media that explains this pretty clearly.

Next, what user:group does owncloud run as? wwwdata? Add transmission and osmc users to the same group. It will probably require a reboot before these group additions will take effect.

I’m not certain these will work, but this is what I would try.

1 Like

Thanks for fast respond.
You give me good hint.
I just had to add osmc to www-data group.
:slight_smile:

Thank you

Enjoy.