[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: ntfs FS not supported



On Fri, 2002-10-04 at 19:09, faisal gillani wrote:
> i want to mount a partion of ntfs File system on my
> system but it keeps on giving error such as ntfs is
> not supported my the kernal ...
> how can i configure it to support ntfs ?

You will have to change the kernel's source configuration and recompile
install it. Usually, in my experience you only have remake the modules. 
If you have the kernel source installed (dir /usr/src/linux) cd to its
directory and run make xconfig (X needs to be up), find the file system
section, enable NTFS read support as a module.  Save the config and
exit.  At this point I do a "make dep" command. After that a "make
modules" and then a "make modules_install".

Your mount command should be able to mount the NTFS partition read only
now.  (ex: mount -t ntfs /dev/hda1 /c)

If the kernel source directory isn't installed, you can install it from
the CD with the following command (after the CD is mounted of course)

rpm -ivh /mnt/cdrom/RedHat/RPMS/kernel-source-XXXXX.rpm

substitute the actual version/name for XXXXX above.

Rett Walters


> =====
> *º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
> 
> __________________________________________________
> Do you Yahoo!?
> Faith Hill - Exclusive Performances, Videos & More
> http://faith.yahoo.com
> 
> 
> 
> _______________________________________________
> enigma-list mailing list
> enigma-list redhat com
> https://listman.redhat.com/mailman/listinfo/enigma-list






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]