On Wednesday 08 March 2006 13:11, Felix Karpfen wrote: > This does not appear to be the case. One of the messages displayed when > booting the updated setup reads "ext3: No journal on filesystem on hda6 > ". /dev/hda6 is the partition that was updated. > > What have I missed?
Looks like you set up with an ext2 filesystem, you can convert it to ext3 on the fly with tune2fs -j /dev/whatever. Remember to change /dev/whatever's entry in /etc/fstab from ext2 to ext3 as well. -- Paul Johnson Email and IM (XMPP & Google Talk): [EMAIL PROTECTED] Jabber: Because it's time to move forward http://ursine.ca/Ursine:Jabber -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

