Stuck in the 0770 error with External HDD

Hi,

i’m new user of nextcloud, and i’m stuck in this step: i would use an external hdd ntfs to put my data.
I’m getting error 0770, i tried to modify chmod in a lot of ways, recursive mode too, but noone worked
Here’s my fstab

UUID=C08C596C8C595E4A /quinto ntfs nounix,file_mode=0770,dir_mode=0770,uid=www-data,gid=www-data nofail 0 1

The folder is under /quinto/nextcloud/data

Note: i tried a lot of suggested fstab in the forum and others place, but nothin :frowning:
I’m really getting mad,

Can anyone help me?

I solved the problem too. I inserted the following line into fstab:
UUID=0E96A3FA96A3E087 /mnt/orico ntfs defaults,nls=utf8,uid=www-data,gid=www-data,dmask=007,windows_names 0 0

orico - name my hdd (change to your)
UUID=0E96A3FA96A3E087 - change to your
Enjoy