From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Drokin Subject: Re: reiserfsprogs 3.6.5-pre2 release. Date: Wed, 26 Feb 2003 15:24:41 +0300 Message-ID: <20030226152441.A16073@namesys.com> References: <200302251650.22469.vitaly@namesys.com> <200302251712.45985.vitaly@namesys.com> <20030226015448.1efac468.philippe.gramoulle@mmania.com> <20030226102934.A2659@namesys.com> <3E5CA48C.5070807@namesys.com> <1794518093.20030226131425@tnonline.net> Mime-Version: 1.0 Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com Content-Disposition: inline In-Reply-To: <1794518093.20030226131425@tnonline.net> List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Anders Widman Cc: reiserfs-list@namesys.com Hello! On Wed, Feb 26, 2003 at 01:14:25PM +0100, Anders Widman wrote: > >>># time reiserfsck -a /dev/sdb1 > >>>Reiserfs super block in block 16 on 0x811 of format 3.6 with standard journal > >>>Blocks (total/free): 143109020/59148009 by 4096 bytes > >>>Filesystem is cleanly umounted > >>>Replaying journal.. > >>>0 transactions replayed > >>>Checking internal tree..finished > >>>real 0m47.890s > >>>user 0m6.668s > >>>sys 0m0.732s > >>Thanks for trying. > >>48 seconds is much longer than we expected such test should take. > >>Was the system loaded at the time of test? > > Yes, 48 seconds is too long to be acceptable. > Would it be possible to lower the time it takes to mount a filesystem? > Currently it takes about 48s to mount my fs: Unfortunatelly there is no easy way. Seems that most of the time is spent reading bitmaps (one bitmap after each 128M of data), and reiserfs reads in all the bitmaps at once during mount. Bye, Oleg