You can also write a script afterwards to update them on the fly. Run tune2fs -j /dev/sdaX on each of them to create the journals, then don't forget to edit /etc/fstab to change ext2 to ext3, reboot and that's it. Regards, Daniel ----- Original Message ----- From: <Rebecca.R.Hepper@xxxxxxxxxxx> To: <kickstart-list@xxxxxxxxxx> Sent: Tuesday, January 21, 2003 11:36 AM Subject: Upgrading file systems > Hello All, > > I have RedHat 7.1 systems and wish to upgrade to 8.0 systems. If I use the > RedHat CDs and manually go through an upgrade, it asks me if I want to > migrate to ext3 file systems. Is it possible to upgrade the file systems > during a kickstart upgrade? If so, is there some keyword I can put in my > ks.cfg to get the file system migrated to an ext3? If I use a ks.cfg as > shown below, the file system does NOT get upgraded. > > lang en_US > nfs --server 10.x.x.x --dir /var/redhat.disks/redhat-8.0 > keyboard us > upgrade > bootloader --useLilo --location=mbr > > > Thanks! > Becky > > > > _______________________________________________ > Kickstart-list mailing list > Kickstart-list@xxxxxxxxxx > https://listman.redhat.com/mailman/listinfo/kickstart-list >