On Tue, Apr 02, 2002 at 06:00:31PM +0530, Philip S Tellis wrote:
During startup it asked whether it should perform file-system integrity test .
looks like you haven't got journalling on. it shouldn't ask you this at all.
Well, nopes. On RH, it does ask ( just an added check ). You don't have to choose "Y" though.
I pressed y and after checking it showed something like this (0.5 % non-contiguous) Does this mean my file-system is fragmented?
no.
Well, filesystems *do* get fragmented. Just that after some pre-set number of r/w mounts ( or some time ), it automatically does a "de-frag". That's part of the ext2/3 design ( and in tandem with the mount utility, I guess ... )
How do I defragment it?
you never need to.
yes, you don't need to. It's taken care of! :)