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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
recently installed VectorLinux on a reiserfs partition. But i am not able to mount this under RHEL. The kernel it seems is not compiled with reiserfs support. is there a solution without a kernel recompile? The previous post suggest a kernel recompile.
Additionally, are there any strong reasons i should go for reiserfs rather than ext3? i mean what are the pros and cons of having reiserfs rather than ext3. Anymore healthy options other than reiserfs and ext3?
reiserfs support is not compiled as a module, or included in the kernel:
Code:
# grep -r "REISER" /usr/src/kernels/2.6.9-22.EL-x86_64/.config
# CONFIG_REISERFS_FS is not set
I think the primary reason for this is that reiserfs 3.x does not have extended attribute and quota support (without extra patches). EAs are required for SELinux, and quota support is a logical part of an enterprise distribution. Besides that, RedHat is a major supporter of ext3.
Dear All,
I am getting the error like " mount: fs type reiserfs not supported by kernel" when mounting the fs.
From forum info i understand that we need to add above said module into kernel.But from i download this module or where can i get this module.
Waiting for +ve reply.
My server details are as follows :
Os : Redhat AS -4 or RHEL -4
Thanks,
Shrinivas.
Quote:
Originally Posted by Finlay
search your kernel src for:
reiserfs.o
if you find that, goto that directory and type:
insmod reiserfs.o
It is included with the kernel sources. The RHEL kernel does not have support for reiserfs, so you will have to recompile the kernel with reiserfs enabled. But I guess that you will lose support for RHEL.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.