This isn't basic to my mind, and may involves several issues. I will put everything here, and let the Moderator do what she wants with it.
I am trying to create a usable CD-ROM with mondo. No matter what I do, on restore, the CD-ROM drive can't be found. Advice from the Mondo mailing list was to add all missing kernel modules to the config file. None are missing. I tried a different brand of drive, which made no difference. Both are PATA, but that has always worked before.
Today I installed the Schilly CD management tools using Dave Hodgins' new script. The log contained the following error message:[
code]Warning: *** linux/ext2_fs.h is not usable at all ***
Warning: *** This makes it impossible to support Linux file flags ***
You may try to compile using 'make COPTX=-DTRY_EXT2_FS'
[/code]
There are two versions of ext2_fs.h on my system:
-rw-r--r-- 1 root root 18802 May 13 06:29 /usr/include/linux/ext2_fs.h
-rw-r--r-- 1 root root 19783 May 18 03:19 /usr/src/linux-3.3.6-server-2.mga2/include/linux/ext2_fs.h
smake couldn't use either. Being different sizes may be quite normal, but it sounds suspicious. It suggests that my other problem may be caused by a broken system.
I am guessing that I could install the full kernel source, instead of kernel-devel, but am I barking up the wrong tree?