On Friday 19 April 2002 09:05 pm, you wrote: > I' pretty sure you have to select the advanced install option to get > that as an option. At least it used to be that way. You won't see if in > the standard install. At least that is how I remember it. ;) > > [EMAIL PROTECTED] wrote: > >Hi all > > > >Does mandrake have ext3 support? > > > >How do I install it? is it same as other distribution? using ef2prog > >softwares? > >and have it with kernel 2.4.18? > > > >Thank you > > > > > > > >------------------------------------------------------------------------ > > > >Want to buy your Pack or Services from MandrakeSoft? > >Go to http://www.mandrakestore.com
To upgrade an ext2 filesystem to ext3 just do: # umount /dev/<device> # tune2fs -j /dev/<device> # vi /etc/fstab update fstab so that type is changed from ext2 to ext3 for /dev/<device> # mount /dev/<device> The "-j" tells tune2fs to create the journal... I just did it... it took 2 minutes. Joe
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
