Off list ... Hope you are feeling better. > is there a way to modidfy an ext2 partition to add journalling??? or is > that process just called mkfs.ext3 /dev/hdd1 :o/
No, that would trash your fs. tune2fs -j /dev/hdd1 and then edit /etc/fstab and change ext2 to ext3 But I'd google it to make sure I havent misled. Seb -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
