Hi,
I have mounted an ntfs hard disk on raspberry pi as shown below in etc/fstab
UUID="FEE4E4A6E4E461FF" /media/storage/ ntfs-3g auto,nofail,noatime,rw,user,dmask=007,uid=www-data,gid=www-data 0 0
and syncthing is also running with www-data user. but even if I try to create a file or folder in the /media/storage I get input output error.
Please help this is causing to sync error !
is the mount incorrect.