LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Mounting NTFS in FC3 (https://www.linuxquestions.org/questions/linux-general-1/mounting-ntfs-in-fc3-365117/)

init_linux 09-20-2005 12:40 AM

Mounting NTFS in FC3
 
Hello everyone,

I am using Fecora Core 3. I have dual boot in my machine ( Windows XP Pro and Fedora Core 3 ). WIndows XP is loaded on NTFS partitions. Previously I could able to mount FAT32 partitions in Fedora Core 3. Now I am unable to mount NTFS partitions in Fedora Core 3.

Does this is the problem with the File System ? Do we have any solution for this ?

init_linux 09-20-2005 12:55 AM

Thanks for all...

I could mount the NTFS partition using the following command:

mount -t ntfs /dev/hda1 <path-to-directory>

spooon 09-20-2005 12:56 AM

first, you need to install ntfs kernel module

init_linux 09-20-2005 01:02 AM

I have installed the following package:

Code:

kernel-module-ntfs-2.6.12-1.1372_FC3-2.1.22-0.rr.7.3.i686.rpm
after that I have tried the command

Code:

mount -t ntfs /dev/hda1 <path-to-folder>
Then I could see the contents of /dev/hda1 in the destination folder.


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