Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3401816
By: szaka
If fsync gave Error 5 (I/O error) then that means the OS couldn't write all
the data to the disk. One of the most common reasons for this is if one has
hardware faults, bad sectors, like you.
You should run chkdsk /f /r on the Windows box you're coping which will look
for the harddisk damages (replace it if you have still guarantee) then the process
may succeed.
You can also check dmesg on the Linux box and /var/log/messages if there is
anything the kernel logged.
This is not an NTFS problem but a hardware, cifs or other OS one.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=44085
|