LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to mount ntfs drive in redhat4 (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-mount-ntfs-drive-in-redhat4-625838/)

gaurav pant 03-05-2008 04:31 AM

how to mount ntfs drive in redhat4
 
hi guys
i have installed redhat enterprise 4 in my pc.i have two ntfs drives,but i can not be able to mount those drives in linux due to which i am facing many problems.

please suggest any software;after installing which,i can be able to mount ntfs drive.

jschiwal 03-05-2008 04:41 AM

I would recommend using fuse & ntfs-3g. You may already have the fuse package installed. Try "sudo /sbin/modprobe fuse" or "rpm -q fuse". Also install the ntfs-3g package if it isn't installed. Then use the filetype "ntfs-3g" instead of "ntfs". It is a user level driver. Since they are easier to develop for, the ntfs-3g driver may be better than the kernel's ntfs driver. Using ntfs filesystems in Linux can still be problematic if you don't have Windows because you don't have a tool to repair the filesystem.


All times are GMT -5. The time now is 04:40 AM.