LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   NTFS Help (https://www.linuxquestions.org/questions/linux-newbie-8/ntfs-help-34325/)

bubsgt95 11-01-2002 08:43 AM

NTFS Help
 
What NTFS module do i need to enable NTFS support on my linux box? i currently have kernel 2.4.18-17.7.x

i can not find anything that works.. can someone help me out? what am i doing wrong here?

MasterC 11-01-2002 11:04 AM

the module is ntfs ;)

You can try modprobing ntfs:
su -
enter root pass
modprobe ntfs

If nothing returns, then you probably successfully probed it, to check:
lsmod (LSMOD lowercase)

If something returns, it's probably an error message. What is the error message (if applicable)?

What distro are you using, and what version of that distro. Did the kernel come with the distro or did you build it yourself, or get it via some sort of update utility?

Cool


All times are GMT -5. The time now is 08:44 PM.