On Sun, 23 Mar 2003, Taras Prokopenko wrote:
> #echo 1>/proc/sys/fs/ntfs-debug
> #cat /proc/sys/fs/ntfs-debug
> 0
Leave a space after 1. 1> is the standard output thus you echo an
empty string to /proc/sys/fs/ntfs-debug, this is the reason no
changes.
> #tail -4 /var/log/kernel/errors
I suppose there weren't other NTFS messages before this?
> NTFS-fs error (device 03:01): load_attribute_list(): Attribute
> list buffer overflow. Read attribute list is truncated.
This is the reason mount failed. The question is why? (I didn't look
the source yet). The NTFS debug log might help. Also if you could send
the output of
ntfsmeta -di9 <device>
The utility is here:
http://mlf.linux.rulez.org/mlf/ezaz/ntfsmeta.gz
You also run chkdsk on Windows, didn't you?
Szaka
|