to convert to ext3:
tune2fs -j /dev/hdXX
replacing XX with the relevant info of course
then edit /etc/fstab to reflect the changes
acutally you could proably use diskdrake to convert it as well, but i'd much ratehr know exactly what it's doing to avoid confusion. note that your root partitoin ( / ) won't be mounted as ext3 unless you have it compiled directly into your kernel image, which it usually isn't. other aditional partitions such as /usr or /home if you have them will use the journal tho if they have one
|