NTFS mounted on raspbian cannot sync throws input output error

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.

Input output errors are not syncthing errors, they are errors from the underlying operating system, sadly this is something you’ll have to research yourself as it’s not really syncthing related so we can’t really help.

thank you I replaced the hdd which solved the problem.

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