LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to complie a kernel module separately (https://www.linuxquestions.org/questions/linux-software-2/how-to-complie-a-kernel-module-separately-550998/)

jesonlay 05-03-2007 11:17 AM

how to complie a kernel module separately
 
I have NTFS partations on my disk but my FC6 System have no NTFS module. so how to complie the NTFS module????

Simon Bridge 05-04-2007 09:00 AM

You don't need to - FC6 uses ntfs-3g.
http://www.fedorafaq.org/#ntfs

# yum install ntfs-3g

Then you need but:
# ntfs-3g /dev/win /mnt/win

"ntfs-3g" is stuck in fstab instead of "ntfs".


All times are GMT -5. The time now is 12:57 AM.