Permission error but seems to be correctly setup

Hi,
I am testing owncloud on raspberry with external drive which is mounted to /media/video/owncloud folder. Although user www-data have permission to write to that folder, tested through terminal, I have still the message that “Can’t create or write into the data directory /media/video/owncloud”. I’ve tested suggestions in FAQ but not working for me…
Thanks a lot for any help with that.

pi@raspberrypi:~ $ sudo -u www-data ls -la /media/video/owncloud
total 16
drwxrwx–x 1 www-data www-data 0 May 13 01:00 .
drwxrwx— 1 pi fileshare 116 May 13 01:00 …

What filesystem are you using?

1 Like

Hi, btrfs… i tried to create a folder in that directory under www-data user and it also works… ie using this

sudo -u www-data mkdir /media/video/owncloud/data

Has your remote share permissions for rw? and as Alfredb asked, What filesystem are you using?

1 Like

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