LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to mount NTFS partition (https://www.linuxquestions.org/questions/linux-software-2/how-to-mount-ntfs-partition-466099/)

sunlinux 07-20-2006 11:04 PM

how to mount NTFS partition
 
running redhat ES 4.0 with kernal 2.6.9-5.EL, how can i mount a windows NTFS partition ? do i need any extra supportiv tool of uphrade my karnal ?


Thanx in Advance

konsolebox 07-20-2006 11:30 PM

do you have the ntfs driver installed

do
Code:

dmesg | grep "^NTFS"
and check if the driver's loaded

if no driver's loaded, check /lib/modules if you have ntfs.ko
Code:

find /lib/modules/ | grep "ntfs.ko"
then do modprobe ntfs

if everything fails try reconfiguring and recompiling your kernel


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