Red HatThis forum is for the discussion of Red Hat Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi fellows,
i´ve compiled kernel 2.6.2 on my Red Hat 9.0 and now i can´t mount ntfs filesystems anymore. It says that ntfs filesystem is not supported by the kernel. But i´ve enabled ntfs filesystem and ntfs write on kernel options before compilation !
Did i miss something ?
Another thing... i got iptables error messages too . Should i get the last iptables ?
about ntfs. Did you compile ntfs suport as a module? If so, do
modprobe ntfs
(as root) and see if this helps. I had to do this - and then decided to compile it into the kernel so I don't have to bother about loading the module.
is it just unrecognized fs, or something like
unreconized fs, option, or too many mounted file systems
I got this and the problem was the code page. I had to load the appropriate nls module (the native langauge support thing). I think for me it was nls-utf8.
Hey quatsch,
The nls-utf8 module solved the problem partially. I can mount ntfs now, at the command line. But the lines in fstab aren´t working yet.
the boot message now is "too many mounted file systems". I seems that you know how to solve this... am i right ?
not really. it was just trial and error for me. I just compiled the nls-utf8 thing into the kernel as well and things worked.
If you don't want to recompile, I guess you'll have to load the module fairly early in the boot process. The place to do it is probably somewhere in /etc/rc.d/rc.sysinit. It's a script and you'll see that it mounts the filesystems mentioned in fstab somewhere. Insert the modprobe line somewhere before that. Make a backup of rc.init before and make sure that you have a way of rescuing the system, though, that is have something like Knoppix ready and make sure Knoppix works on your system (it boots and you can mount the harddrive read/write).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.