On Wed, 12 Mar 2003, Attila Tajti wrote:
> I have a problem using an NTFS volume using the Gentoo kernel.
They patch heavily, I've been in contact with Gentoo kernel
developers. The most weird ntfsresize problem was due to a Gentoo
kernel read() returned more data then it was requested and overflow
the passed buffer.
> I tried it with the original 2.4.20-gentoo-r1 kernel I had (with
> linux-ntfs driver 2.1.0a IIRC), and also with the
> ntfs-2.1.0a-2.1.1a.patch applied (thus having linux-ntfs 2.1.1a).
At least the gentoo-rc3 definitely had the broken new NTFS driver
(hung) but they switched to the fixed 2.1.1a one recently, at least in
the development.
Are you sure you're running 2.1.1a? [it just happened yesterday,
somebody reported hangs in latest ntfs driver but turned out it was
an older driver]
% dmesg | grep NTFS
> Accessing files from console works, but if I check the free space
> with df, the system hangs before outputting the the line for the
> ntfs partition and keeps hogging the HDD.
If it's 2.1.1a then please enable NTFS debug during kernel config then
do 'echo 1 > /proc/sys/fs/ntfs-debug' and send the output when it
hangs.
Anton, I really think 'compiled in debug' should be the default or
even always compiled in until the driver rocks. I've seen other
problems in 2.5.63 as well ...
> I'm going to try the vanilla kernel with only the new linux-ntfs
> driver patch applied.
Yes, please do and let us know.
Szaka
|