In my case, I convert my ext3 to ext2 because if you accidentally deleted something with 'rm' in ext3, it is not recoverable (as far I know, I can't find a way to do that). You can do that easily with ext2 with 'e2fsck'. So, for root file system, I use ext3, and ext2 for /home and data. What I did was just changing the '/etc/fstab' and removing '.journal' directory on the file system (sorry I'm not sure about the .journal directory, I forgot the name, but I think that was the name of the directory). But, the link given by DavidRoss is definitive as compared to what I did, just follow that.
Last edited by chii-chan; 07-02-2004 at 04:18 AM.
|