1 Dec 2006 03:55
maintain 6TB filesystem + fsck
Joseph Cheng <cheng.je <at> gmail.com>
2006-12-01 02:55:02 GMT
2006-12-01 02:55:02 GMT
i posted on rhel list about proper creating of 6tb ext3 filesystem and tuning here.......http://www.redhat.com/archives/nahant-list/2006-November/msg00239.html i am reading lots of ext3 links like...... http://www.redhat.com/support/wpapers/redhat/ext3/ http://lists.centos.org/pipermail/centos/2005-September/052533.html http://batleth.sapienti-sat.org/projects/FAQs/ext3-faq.html ............but not enough links for large TB arrays and ext3 :( there is lots of old faq and information so pls show me errors of my ways lol. after reading mailing list posts i have created filesystems like this........ mkfs.ext3 -b 4096 -i 65536 -j -m 1 -O dir_index -L /prodspace1 /dev/sda1 i put output of mkfs.ext3 and tune2fs -l below. is there any thing that i am mistaken about?? my other problem is fsck. i read here.....http://listman.redhat.com/archives/ext3-users/2006-October/msg00005.html 'The major problem at this point is e2fsck time, which is about 1h/TB for fast disks, at minimum (i.e. no major corruption found).' .........is that ext3 or ext4? i don't know how long fsck will take w/ 6TB ext3 filesystem. i first choose to disable auto fsck with 'tune2fs -i0 -c0 /dev/sda1' but seems dangerous if filesystem become corrupt without my knowledge! what is good balance betwen using auto fsck after number of mounts or time pass and keeping fsck time short for large arrays? info...... os is rhel es 4 update 4 w/ generic server hardware storage hardware is multiple apple xserve raid w/ 6TB array each filesystem expected to contain 10 mb files to maybe even 50 mb + 100mb # tune2fs -l /dev/sda1 tune2fs 1.35 (28-Feb-2004) Filesystem volume name: /prodspace1(Continue reading)
RSS Feed