http://bugzilla.kernel.org/show_bug.cgi?id=10723 ------- Comment #6 from bzolnier@xxxxxxxxx 2008-05-17 09:20 ------- If it is possible to mount it like ext2 but not ext3 it is quite likely to be fs related issue and not IDE one (DMA timeouts are an orthogonal thing as they are also present with 2.6.22 according to the log). In any case you should be able to narrow down the source of the problem by using git-bisect. Please install git package for your distribution, get kernel git tree from kernel.org and do: git bisect start git bisect good 2.6.22 git bisect bad 2.6.24 It will select the kernel to test, compile and boot it to see if the problem is there. If so do "git bisect bad" which will give you new kernel to test. If the kernel works fine do "git bisect good" instead. After few iterations you should find the exact commit which introduced the bug. Thanks! -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html