Problem when resize ext3 file system online

Latest response

Dear All,

 

Is there anyone who do research into resize ext3 file system online (mountedt with rw mode). I have tested some cases in which I used dd command to create some files ( > 1G each file) and resize file system at the same time. After that, I usually encountered some problems, such as "Free blocks count wrong" or "Free inodes count wrong", like bellow. If I choose Yes (y) to fix the problems, there are many files were lost. Dit you do some test case like mime?

 

I feel that ext3/ext4 file system are more difficult to manage thatn jfs2 on AIX, especially when resize them. I live environment, some time I must resize online, and maybe in future I can use RHEL for core banking. So Down time seems to be unaccaptable. Did you compare these file system, Pros and Cons of these?

 

Thanks for your ideas.

 

================================

 

root@client03 test1]# e2fsck /dev/VG0/test1 -fn
e2fsck 1.39 (29-May-2006)
Warning!  /dev/VG0/test1 is mounted.
Warning: skipping journal recovery because doing a read-only filesystem check.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
Free blocks count wrong (1394262, counted=531989).
Fix? no

Free inodes count wrong (391285, counted=440436).
Fix? no

/dev/VG0/test1: ********** WARNING: Filesystem still has errors **********

/dev/VG0/test1: 51083/442368 files (0.0% non-contiguous), 375210/1769472 blocks

Responses