Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=2659591
By: szaka
Hello Martin,
Thanks for trying 2.6.7. Linus just released 2.6.8-rc1 and it has also several
NTFS updates. Although I doubt it will help, it would be still highly helpful
if you could try that one too, to be sure the bug wasn't fixed already.
During the kernel configuration please enable NTFS_DEBUG and use the below command
to get more verbose NTFS debug messages in the /var/log/messages file
echo 1 > /proc/sys/fs/ntfs-debug
It seems you have the problem either in the USB 2.0 driver (corrupts things?)
or some race condition in the NTFS driver. USB 2.0 is much faster than USB 1.x.
Or maybe they don't play nice together for some reason. I didn't see anybody
else reporting this issue so far.
It would be very nice if you could narrow down where (directory, file) actually
the problem happens and send the details from the log file. Then we might figure
out what't wrong or could ask more specific details.
BTW, if you have ntfsprogs installed, could you please run on the read-only
mounted or umounted partition
nfsresize --info partition
This is just a read-only test (basically ntfsck), nothing will be touched. If
it reports inconsistency then please don't run the reommended chkdsk /f because
first we should figure out why the driver doesn't handle inconsistent NTFS data
structures gracefully.
Thank you!
______________________________________________________________________
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
|