|
Hidden_hunter is correct, any recent kernel will at least be able read an NTFS partition. The problem is with the writing. As far as I knew writing was still considered dangerous, and unstable. If it has been fixed with 2.6.x then good. That's a useful feature. Most likely NTFS support has been included by default with your kernel, as a module probably. To read the partition in questions simple mount it as such: mount /dev/<deviceANDpartion>
--tarballedtux
|