Red Hat This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-17-2005, 10:18 AM
|
#1
|
Member
Registered: Aug 2005
Distribution: Arch Linux
Posts: 291
Rep:
|
reiserfs support
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?
|
|
|
11-17-2005, 04:17 PM
|
#2
|
Senior Member
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-14.1
Posts: 1,029
Rep:
|
try:
modprobe reiserfs
if that doesn't work, what is the output of:
uname -a
|
|
|
11-17-2005, 09:55 PM
|
#3
|
Member
Registered: Aug 2005
Distribution: Arch Linux
Posts: 291
Original Poster
Rep:
|
Code:
[root@saturn ~]# modprobe reiserfs
FATAL: Module reiserfs not found.
[root@saturn ~]# uname -a
Linux saturn 2.6.9-5.EL #1 Wed Jan 5 19:22:18 EST 2005 i686 i686 i386 GNU/Linux
[root@saturn ~]#
|
|
|
11-17-2005, 11:27 PM
|
#4
|
Senior Member
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-14.1
Posts: 1,029
Rep:
|
dmesg
that should tell us if reiserfs support is loaded
|
|
|
11-20-2005, 07:01 AM
|
#5
|
Member
Registered: Aug 2005
Distribution: Arch Linux
Posts: 291
Original Poster
Rep:
|
Code:
dmesg | grep reiserfs
returns nothing. You want me to post the complete output of dmesg?
|
|
|
11-20-2005, 08:55 PM
|
#6
|
Senior Member
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-14.1
Posts: 1,029
Rep:
|
search your kernel src for:
reiserfs.o
if you find that, goto that directory and type:
insmod reiserfs.o
|
|
|
11-24-2005, 05:46 PM
|
#7
|
Member
Registered: Jun 2005
Posts: 111
Rep:
|
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.
|
|
|
03-27-2006, 08:07 AM
|
#8
|
LQ Newbie
Registered: Mar 2006
Posts: 5
Rep:
|
where i can get the module reiserfs.o ?
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
|
|
|
|
03-27-2006, 11:23 AM
|
#9
|
Member
Registered: Aug 2002
Posts: 150
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 05:58 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|