Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Hardware Troubleshooting in Linux => Other Devices => Topic started by: christopher_1 on June 23, 2005, 09:31:46 AM

Title: unable to mount NTFS file system in linux
Post by: christopher_1 on June 23, 2005, 09:31:46 AM
Hi,

I am able to mount Fat32 drives used in windows to linux, but i am not able to mount NTFS drives in windows on to linux the error which i get is "fs NTFS not supported by kernel".
 
please help me.

Regards,
Christopher.
Title: unable to mount NTFS file system in linux
Post by: Ricky on June 23, 2005, 01:38:47 PM
You need to download a patch.. it is I think named as kernel-ntfs.x.rpm . After that you can mount NTFS.
Title: unable to mount NTFS drives
Post by: christopher_1 on June 24, 2005, 05:58:31 AM
Hello,

I downloaded the patch kernel-ntfs-2.4.20-13.7smp.i386.rpm and installed it but it still does not work. I followed the method which you provided
/dev/hda1               /mnt/c                  ntfs    users,owner,ro,umask=000    0 0

Regards,
Christopher.
Title: unable to mount NTFS file system in linux
Post by: Ricky on June 24, 2005, 08:41:24 AM
What error do you exactly got ?
Title: Unable to mount NTFS drives
Post by: christopher_1 on June 24, 2005, 01:49:33 PM
Hello,

I got the error "fs type ntfs not supported by kernel", while booting the system. I tried to mount three NTFS drives and all three gave the same error, while I am able to mount FAT32 drives without any problem.

Regards,
Christopher.
Title: unable to mount NTFS file system in linux
Post by: neo on June 25, 2005, 05:22:21 AM
just recompile your kernel with NTFS file system supported.
Title: unable to mount NTFS file system in linux
Post by: gauravbajaj on June 27, 2005, 07:27:08 AM
ok
Do one thing, install ntfs modiuke i.e which has extension .o -, after -that -install it using
#insmod module-name.o

where modul-le-name is name of ur kernel ntfs module

Enjoy
Gaurav
Title: unable to mount NTFS file system in linux
Post by: neo on June 28, 2005, 09:33:43 AM
ntfs module is generally named as ntfs.o It is better that you add module autoloader support in the kernel or recompile ntfs module into the kernel