Owncloud - déplacement du dossier data

Je pense que c’est un probléme de droit, car je ne peux pas changer les droits sur mon disque NAS réseaux je ne sais pas pourquoi :

`root@raspberrypi:/media/qnap/owncloud/data# ls -al
total 1
drwxrwx— 2 root root 0 May 31 19:48 .
drwxrwx— 2 root root 0 May 31 20:12 …
drwxrwx— 2 root root 0 May 31 19:48 files_external
-rwxrwx— 1 root root 284 May 31 19:48 .htaccess
-rwxrwx— 1 root root 0 May 31 19:48 index.html
-rwxrwx— 1 root root 0 May 31 19:48 .ocdata
-rwxrwx— 1 root root 0 May 31 19:48 owncloud.log
drwxrwx— 2 root root 0 May 31 19:53 issa
root@raspberrypi:/media/qnap/owncloud/data# sudo chown owncloud -R /media/qnap/owncloud/data/
root@raspberrypi:/media/qnap/owncloud/data# ls -al
total 1
drwxrwx— 2 root root 0 May 31 19:48 .
drwxrwx— 2 root root 0 May 31 20:12 …
drwxrwx— 2 root root 0 May 31 19:48 files_external
-rwxrwx— 1 root root 284 May 31 19:48 .htaccess
-rwxrwx— 1 root root 0 May 31 19:48 index.html
-rwxrwx— 1 root root 0 May 31 19:48 .ocdata
-rwxrwx— 1 root root 0 May 31 19:48 owncloud.log
drwxrwx— 2 root root 0 May 31 19:53 issa

`