Hi all i installed Redhat beta Roswell, then i updated to Kernel 2.4.8 patched him and installed the newest util-linux + e2fprogs without any custoumized Options. Bootloader is Grub. Now when i boot he says mount -O or -0 is an invalid Option. tune2fs -j /dev/hdXX says "The filesystem already has a journal" lsmod says that no jbd or ext3 Modules is loadet but i have pachted the Kernel with ext3 as Module. Depmod -a is done. It seems its mounted as Ext2. Modprobe after booting says ext3 51408 0 (unused) jbd 40032 0 [ext3] My fstab looks like LABEL=/ / ext3 defaults 1 1 Where and what for mount Options i need replacing thx for any suggestions Frank
Hi all i installed Redhat beta Roswell, then i updated to Kernel 2.4.8 patched him and installed the newest util-linux + e2fprogs without any custoumized Options. Bootloader is Grub. Now when i boot he says mount -O or -0 is an invalid Option. tune2fs -j /dev/hdXX says "The filesystem already has a journal" lsmod says that no jbd or ext3 Modules is loadet but i have pachted the Kernel with ext3 as Module. Depmod -a is done. It seems its mounted as Ext2. Modprobe after booting says ext3 51408 0 (unused) jbd 40032 0 [ext3] My fstab looks like LABEL=/ / ext3 defaults 1 1 Where and what for mount Options i need replacing thx for any suggestions Frank
Hi all (now as plain text) i installed Redhat beta Roswell, then i updated to Kernel 2.4.8 patched him and installed the newest util-linux + e2fprogs without any custoumized Options. Bootloader is Grub. Now when i boot he says mount -O or -0 is an invalid Option. tune2fs -j /dev/hdXX says "The filesystem already has a journal" lsmod says that no jbd or ext3 Modules is loadet but i have pachted the Kernel with ext3 as Module. Depmod -a is done. It seems its mounted as Ext2. Modprobe after booting says ext3 51408 0 (unused) jbd 40032 0 [ext3] My fstab looks like LABEL=/ / ext3 defaults 1 1 Where and what for mount Options i need replacing thx for any suggestions Frank
Try using the latest kernel (2.4.7-0.8), util-linux (2.11f-8), and e2fsprogs (1.22-3) from rawhide. Red Hat may have patched util-linux or e2fsprogs with specific patches and/or compiled with customized options to make it work. Alternately, if you manually installed util-linux, you may need to get the mount (2.11g) RPM from rawhide, as Red Hat splits it out from util-linux, and adds several patches, including one that appears to add the -O option. Thanks. Peter On 15 Aug 2001 01:45:49 +0200, Frank wrote:> Hi all > > i installed Redhat beta Roswell, then i updated to Kernel 2.4.8 > patched him and installed the newest util-linux + e2fprogs without any > custoumized Options. Bootloader is Grub. Now when i boot he says mount -O or -0 > is an invalid Option. tune2fs -j /dev/hdXX says "The filesystem already has a journal" > lsmod says that no jbd or ext3 Modules is loadet but i have pachted the Kernel with ext3 > as Module. Depmod -a is done. It seems its mounted as Ext2. Modprobe after booting says > > ext3 51408 0 (unused) > jbd 40032 0 [ext3] > > My fstab looks like > > LABEL=/ / ext3 defaults 1 1 > > Where and what for mount Options i need replacing > > > thx for any suggestions > Frank
i use the latest Kernel 2.4.8 with the latest ext3 Patch .... not right ? mount 2.11g is the same in Roswell as Rawhide ef2progs and util-linux are the latest too the Problem was not the Kernel upgrading i think.... maybee that i installed the latest util-linux and e2fsprogs without any additional Options ? Or i have to give mount the right syntax while booting but i dont know where ;-) Frank> Try using the latest kernel (2.4.7-0.8), util-linux (2.11f-8), and > e2fsprogs (1.22-3) from rawhide. Red Hat may have patched util-linux or > e2fsprogs with specific patches and/or compiled with customized options > to make it work. > > Alternately, if you manually installed util-linux, you may need to get > the mount (2.11g) RPM from rawhide, as Red Hat splits it out from > util-linux, and adds several patches, including one that appears to add > the -O option. > > Thanks. > Peter > > On 15 Aug 2001 01:45:49 +0200, Frank wrote: > > Hi all > > > > i installed Redhat beta Roswell, then i updated to Kernel 2.4.8 > > patched him and installed the newest util-linux + e2fprogs without any > > custoumized Options. Bootloader is Grub. Now when i boot he saysmount -O or -0> > is an invalid Option. tune2fs -j /dev/hdXX says "The filesystem alreadyhas a journal"> > lsmod says that no jbd or ext3 Modules is loadet but i have pachted theKernel with ext3> > as Module. Depmod -a is done. It seems its mounted as Ext2. Modprobeafter booting says> > > > ext3 51408 0 (unused) > > jbd 40032 0 [ext3] > > > > My fstab looks like > > > > LABEL=/ / ext3 defaults1 1> > > > Where and what for mount Options i need replacing > > > > > > thx for any suggestions > > Frank > > > > > _______________________________________________ > Ext3-users mailing list > Ext3-users@redhat.com > https://listman.redhat.com/mailman/listinfo/ext3-users > >
On 2001.08.15 01:55 Frank wrote:> Hi all (now as plain text) > > i installed Redhat beta Roswell, then i updated to Kernel 2.4.8 > patched him and installed the newest util-linux + e2fprogs without any > custoumized Options. Bootloader is Grub. Now when i boot he says mount > -O > or -0 > is an invalid Option. tune2fs -j /dev/hdXX says "The filesystem > already has > a journal" > lsmod says that no jbd or ext3 Modules is loadet but i have pachted > the > Kernel with ext3 > as Module. Depmod -a is done. It seems its mounted as Ext2. Modprobe > after > booting says > > ext3 51408 0 (unused) > jbd 40032 0 [ext3] > > My fstab looks like > > LABEL=/ / ext3 defaults > 1 1 > > Where and what for mount Options i need replacing > > > thx for any suggestions > Frank >Check with the "mount" command what filesystem really is in use; Maybe your root was mounted as ext2 during boot. Maybe rebuilding the kernel with ext3 compiled in and ext2 (if you still need/like it) as a module helps. If you really want modules - maybe your initrd needs updating. Klaasjan
[root@Frankux root]# mount /dev/hda6 on / type ext3 (rw) none on /proc type proc (rw) none on /dev/shm type tmpfs (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) automount(pid525) on /misc type autofs (rw,fd=5,pgrp=525,minproto=2,maxproto=3) lsmod shows nothing from ext3/jbd> On 2001.08.15 01:55 Frank wrote: > > Hi all (now as plain text) > > > > i installed Redhat beta Roswell, then i updated to Kernel 2.4.8 > > patched him and installed the newest util-linux + e2fprogs without any > > custoumized Options. Bootloader is Grub. Now when i boot he says mount > > -O > > or -0 > > is an invalid Option. tune2fs -j /dev/hdXX says "The filesystem > > already has > > a journal" > > lsmod says that no jbd or ext3 Modules is loadet but i have pachted > > the > > Kernel with ext3 > > as Module. Depmod -a is done. It seems its mounted as Ext2. Modprobe > > after > > booting says > > > > ext3 51408 0 (unused) > > jbd 40032 0 [ext3] > > > > My fstab looks like > > > > LABEL=/ / ext3 defaults > > 1 1 > > > > Where and what for mount Options i need replacing > > > > > > thx for any suggestions > > Frank > > > > Check with the "mount" command what filesystem really is in use; Maybe > your root was mounted as ext2 during boot. > Maybe rebuilding the kernel with ext3 compiled in and ext2 (if you still > need/like it) as a module helps. > If you really want modules - maybe your initrd needs updating. > > Klaasjan > > > > _______________________________________________ > Ext3-users mailing list > Ext3-users@redhat.com > https://listman.redhat.com/mailman/listinfo/ext3-users > >
Hi, On Wed, Aug 15, 2001 at 06:30:52PM +0200, Frank wrote:> > lsmod shows nothing from ext3/jbdDid you recreate your initrd? You need to make sure that the ext3 module is used in the initrd if you want ext3 for the root filesystem. "mkinitrd" will do this automatically if it sees ext3 as the root fstype in /etc/fstab. Cheers, Stephen
OK. tryed mkinitrd /boot/initrd-2.4.8 2.4.8 mkinitrd --with ext3 --with jbd /boot/initrd-2.4.8 2.4.8 mkinitrd --preload ext3 --preload jbd /boot/initrd-2.4.8 2.4.8 absolutly no chanches whilest booting and lsmod shows no ext jbd still grub.conf #boot=/dev/hda default=0 timeout=5 splashimage=(hd0,5)/boot/grub/splash.xpm.gz title 2.4.8 (2.4.8) root (hd0,5) kernel /boot/vmlinuz-2.4.8 ro root=/dev/hda6 initrd /boot/initrd-2.4.8 grub doesnt need like lilo after chanches to typ lilo right ?> Hi, > > On Wed, Aug 15, 2001 at 06:30:52PM +0200, Frank wrote: > > > > lsmod shows nothing from ext3/jbd > > Did you recreate your initrd? You need to make sure that the ext3 > module is used in the initrd if you want ext3 for the root filesystem. > "mkinitrd" will do this automatically if it sees ext3 as the root > fstype in /etc/fstab. > > Cheers, > Stephen > > > > _______________________________________________ > Ext3-users mailing list > Ext3-users@redhat.com > https://listman.redhat.com/mailman/listinfo/ext3-users > >