Re: How to enable EXT3 FS on 2.4

2002-02-04 Thread Eric G . Miller
On Mon, 4 Feb 2002 15:55:28 +0100, Eduard Bloch <[EMAIL PROTECTED]> wrote: [snip] > > You can't put comma separated lists of types in fstab. > > You can, but you should not. Why? -- Eric G. Miller

Re: How to enable EXT3 FS on 2.4

2002-02-04 Thread Eduard Bloch
#include Herbert Xu wrote on Mon Feb 04, 2002 um 10:17:29PM: > > fsck 1.25 (20-Sep-2001) > > fsck.ext3,ext2 ... complain something like command does not exist. You can use "auto" (Bzzt: Herbert Xu dropped support for auto and will probably try to make everyone believe that you do not use this,

Re: How to enable EXT3 FS on 2.4

2002-02-04 Thread Herbert Xu
Osamu Aoki <[EMAIL PROTECTED]> wrote: > > 1. Boot screen had fsck messafge printing out: > ... > fsck 1.25 (20-Sep-2001) > fsck.ext3,ext2 ... complain something like command does not exist. You can't put comma separated lists of types in fstab. > This is not in dmesg but just on console screen.

Re: How to enable EXT3 FS on 2.4

2002-02-04 Thread Osamu Aoki
On Mon, Feb 04, 2002 at 05:18:17PM +1100, Herbert Xu wrote: > On Sun, Feb 03, 2002 at 05:55:34PM -0800, Osamu Aoki wrote: > > > Because you've changed fstab which contains the root filesystem type... > mkinitrd uses fstab to find out the root file system type, which decides > what goes into the ini

Re: How to enable EXT3 FS on 2.4

2002-02-04 Thread Herbert Xu
On Sun, Feb 03, 2002 at 05:55:34PM -0800, Osamu Aoki wrote: > > > Because you've changed fstab which contains the root filesystem type... > > I did not remount. So root FS is still ext2 until reboot. Besides, > file location of all files (kernel image, initrd image is stationally) mkinitrd uses

Re: How to enable EXT3 FS on 2.4

2002-02-03 Thread Osamu Aoki
Herbert, I am confusedi by your comment. (I know you know better but it does not make sense to me.) On Sun, Feb 03, 2002 at 09:39:39AM +1100, Herbert Xu wrote: > Osamu Aoki <[EMAIL PROTECTED]> wrote: > > >> > # cd /etc; mv fstab fstab.old > >> > # sed 's/ext2/ext3,ext2/g' fstab # forged to be

Re: How to enable EXT3 FS on 2.4

2002-02-02 Thread Herbert Xu
Osamu Aoki <[EMAIL PROTECTED]> wrote: >> > # cd /etc; mv fstab fstab.old >> > # sed 's/ext2/ext3,ext2/g' fstab # forged to be better :) >> >> mkinitrd -o /boot/initrd.img-2.4.17-686-smp /lib/modules/2.4.17-686-smp >> lilo > It does not harm but kernel-image already comes with initrd image and i

Re: How to enable EXT3 FS on 2.4

2002-02-01 Thread Osamu Aoki
On Sat, Feb 02, 2002 at 10:11:31AM +1100, Herbert Xu wrote: > Osamu Aoki <[EMAIL PROTECTED]> wrote: > > I did following to enable ext3 fs on my system. If there are better > > way, let me know. (kernel-image-2.4.17-686-smp) > > > # apt-get update; apt-get install kernel-image-2.4.17-686-smp > >

Re: How to enable EXT3 FS on 2.4

2002-02-01 Thread Herbert Xu
Osamu Aoki <[EMAIL PROTECTED]> wrote: > I did following to enable ext3 fs on my system. If there are better > way, let me know. (kernel-image-2.4.17-686-smp) > # apt-get update; apt-get install kernel-image-2.4.17-686-smp > ... > # tune2fs -j -i 0 /dev/hda1 > # tune2fs -j -i 0 /dev/hda2 # ... Fo

Re: How to enable EXT3 FS on 2.4

2002-02-01 Thread Osamu Aoki
Thanks for good comment. On Fri, Feb 01, 2002 at 09:25:14AM -0500, David Roundy wrote: > On Fri, Feb 01, 2002 at 02:17:00AM -0800, Osamu Aoki wrote: > > I did following to enable ext3 fs on my system. If there are better > > way, let me know. (kernel-image-2.4.17-686-smp) > > > > # apt-get upda

Re: How to enable EXT3 FS on 2.4

2002-02-01 Thread David Roundy
On Fri, Feb 01, 2002 at 02:17:00AM -0800, Osamu Aoki wrote: > I did following to enable ext3 fs on my system. If there are better > way, let me know. (kernel-image-2.4.17-686-smp) > > # apt-get update; apt-get install kernel-image-2.4.17-686-smp > ... > # tune2fs -j -i 0 /dev/hda1 > # tune2fs -j