> On Mon, Jan 07, 2002 at 01:53:55PM +1100, Andrew Smith wrote:
>> Hi,
>> I've been looking throught the lists/RedHat etc and finally
>> worked out that I need to update to e2fsprogs-1.23-1.7.1 and
>> util-linux-2.11f-17 (already done) on SeaWolf to get EXT3
>> but I know there is one more step ...
>>
>> The kernel.
>>
>> Does anyone know if there is a kernel (or even more preferably
>> a supported kernel) on RedHat that I can put on a 7.1 machine
>> that will give me EXT3? (I'd prefer not to build one)
>>
>> Or better still, is there a loadable module (and a HOWTO?)
>> I have a separate /boot that hopeuflly will make this easier.
>>
>> Anyone got any useful pointer?
> The 2.4.9-12 kernel will allow you to do ext3 under 7.1.
> -------------------------------------------
> Aaron Konstam
Well,
either I've missed some extra info somewhere (most likely)
or 2.4.9-12 from RedHat doesn't contain ext3.
My system is not fully updated so I couldn't install the 2.4.9-12
source (my version of gcc is not the most recent) but I removed the
current one.
Other than that everything else went smoothly.
I've attached an extreemly edited and commented history file of what
I have done
Anyone got any more hints? :-)
--
-Cheers
-Andrew
MS ... if only he hadn't been hang gliding!
rpm -K --nogpg util-linux-2.11f-17.i386.rpm e2fsprogs-1.23-1.7.1.i386.rpm
rpm -Fvh util-linux-2.11f-17.i386.rpm e2fsprogs-1.23-1.7.1.i386.rpm
tune2fs -j /dev/hda5
vi /etc/fstab
(change / to ext3)
shutdown -r now
cat /proc/mounts
(still says ext2 of course)
mkbootdisk --device /dev/fd0 2.4.2-2
rpm -K --nogpg *.rpm 2>&1 | grep -v OK
(no output - means everything is OK)
rpm -Fvh initscripts-5.84.1-1.i386.rpm mkinitrd-3.2.6-1.i386.rpm
SysVinit-2.78-17.i386.rpm filesystem-2.1.0-2.1.noarch.rpm
rpm -ev kernel-source
rpm -Uvh kernel-headers-2.4.9-12.i386.rpm
rpm -Uvh kernel-source-2.4.9-12.i386.rpm
(fails due to gcc version - assume that is OK - don't need it?)
rpm -Uvh tux-2.1.0-2.i386.rpm modutils-2.4.6-4.i386.rpm
rpm -ivh kernel-2.4.9-12.i686.rpm
vi lilo.conf
(rename current kernel and add new one)
lilo -v
rpm -Uvh kernel-doc-2.4.9-12.i386.rpm
shutdown -r now
reboots saying it is 2.4.9-12 but
cat /proc/mounts
(still says ext2)
tune2fs -j /dev/hda5
(says journal file already there)
during the "init" rpm upgrade I got the error:
"error: cannot remove /var/lib/rpm - directory not empty"
but that seems harmless enough :-)