2.6 kernel and etc3 partitions

yellowdog-general@lists.terrasoftsolutions.com yellowdog-general@lists.terrasoftsolutions.com
Tue Mar 2 07:55:02 2004


> However, when I installed it and tried to reboot, I got an error
> message that it did not recognize the etc3 formatted partition. Anyone
> else seen this problem or have a suggestion on what I did wrong?

If you built this kernel yourself, check the .config file
in the /usr/src/linux area for the following.

# CONFIG_EXT3_FS is not set

It means that ext3 support is not built into the kernel.
Change that (make menuconfig) and rebuild and you should be all set.
(You did mean ext3 not etc3 I'm assuming.)


Gary