LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to mount ntfs files system in fedora? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-mount-ntfs-files-system-in-fedora-660597/)

parag.radke 08-05-2008 07:29 AM

How to mount ntfs files system in fedora?
 
Hello friends,
i am presently using fedora core -6 and i have windowsxp in other drive. i want to access my windows data from fedora. windowsxp are in ntfs file system.so how can i mount these ntfs drives from fedora. when ever i tried in flags a message that " this type is not recognised.

linuxlover.chaitanya 08-05-2008 08:19 AM

You can search this and get a lot of solutions on it. You may want to read this.

http://www.linuxquestions.org/questi...a-2008-656094/

jschiwal 08-05-2008 08:24 AM

Modprobe the ntfs kernel module. Maybe also the nls_utf8 module. If this is successful then try mounting the partition.
Code:

sudo /sbin/modprobe ntfs
sudo /sbin/modprobe nls_utf8

I'm not certain about the nls_utf8 module, but it may be needed for the nls=utf8 mount option.

This assumes that the ntfs kernel is enabled for your kernel.


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