Re: ext2_read_super: mounting ext3 filesystem as ext2

From: Lenard (lenard_at_127.0.0.1)
Date: 06/13/04


Date: Sun, 13 Jun 2004 13:11:27 GMT

On Sun, 13 Jun 2004 12:19:35 +0000, Philipp Walderdorff wrote:

> Nils O. Selåsdal wrote:
>
>> On Sat, 12 Jun 2004 22:55:29 +0000, Philipp Walderdorff wrote:
>>
>>
>>
>>> Does anyone know, wht I made wrong?
>>> Thanks
>> Well, did you include the ext3 filesystem ? That is, do you have the
>> ext3.o and jbd.o kernel modules somewhere under /lib/modules/$(uname
>> -r)/ ?
> [root@localhost root]# locate ext3.o
>
> # locate ext3 brings only
>
> /lib/modules/2.4.18-3/kernel/fs/ext3/ext3.o
>
> not 2.4.20 !!!! Does that mean, that I did not compile it? How do I
> compiel this?

Use the same tool (config, menuconfig or xconfig) and make the change to
add the ext3 filesystem as a module and save the change. Then run;

make modules
make modules_install

-- 
"In short, without this exclusive franchise, called the Windows API,
we would have been dead a long time ago." M$ Senior VP Bob Muglia '96


Relevant Pages