Hello, Chris Graig wrote:
Make sure you have NTFS support compiled either in the kernel or as a module. If it is compiled as a module, which I recommend, make sure it is loaded. You can check if it's loaded by doing an lsmod. You can check if it's compiled in the kernel or as a module by grepping for it in your kernel .config file:
On a side note, you can also check if NTFS support is enabled by displaying the /proc/filesystems file.
Sincerly, Thomas -- Thomas Petazzoni thomas.petazzoni@xxxxxxxx -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/