Hello Pasi, PP> But you didn't 'tune2fs -i0 -c0 /foo', did you? PP> I don't know how this oot stuff exactly works, but you should reset the PP> -c max-mount-counts PP> -i interval-between-checks[d|m|w] PP> to make it truly 'we do it with journal' device Well shucks. The docs never mentioned that one but it sounds logical. PP> When one does that tune2fs -j for live system, i do believe that it's PP> making some temp journal node, which is later on (next mount or so) PP> converted to true journal or something. So it might have been 'in PP> progress of migration' still ....... Hmm... if the 'real' journal is just being created, I can see that taking a long time indeed. so now I wonder, since I went to rescue mode, fsck'd the partition, then proceeded to reboot and things came up fine, do I have a proper journal now? I'm assuming the kjournald processes would realize there's a missing journal, and begin building it in the background while the system is in operation. -- Best regards, Mickael mailto:mike@xxxxxxxxxxxxxx Thursday, March 10, 2005, 4:42:29 PM, you wrote: PP> Hi, PP> On Thu, Mar 10, 2005 at 01:30:12PM -0800, Mickael Maddison wrote: >> Hello CentOS, >> >> I've had cause to upgrade some 3.x machines that had a few ext2 >> partitions to ext3 (long story). Anyway, did the tune2fs -j /foo and >> the journal is created. changed fstab to ext3 >> PP> But you didn't 'tune2fs -i0 -c0 /foo', did you? PP> I don't know how this oot stuff exactly works, but you should reset the PP> -c max-mount-counts PP> -i interval-between-checks[d|m|w] PP> to make it truly 'we do it with journal' device. PP> Propably you just hit the 'interval-between-cheks' flag on boot and it PP> started to process as it should start. PP> When one does that tune2fs -j for live system, i do believe that it's PP> making some temp journal node, which is later on (next mount or so) PP> converted to true journal or something. So it might have been 'in PP> progress of migration' still ....... PP> But the point being that one should use this PP> tune2fs -i0 -c0 PP> mantra even for making new ext3 fs. That how the installer does it too. PP> HTH