From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1193512857ced282f31a3dafa31e18f0@granite.cias.osakafu-u.ac.jp> To: 9fans@cse.psu.edu Subject: Re: [9fans] Venti for Fossil Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-2022-JP" Content-Transfer-Encoding: 7bit From: okamoto@granite.cias.osakafu-u.ac.jp In-Reply-To: MIME-Version: 1.0 Date: Wed, 30 Jul 2003 13:54:57 +0900 Topicbox-Message-UUID: 0a332366-eacc-11e9-9e20-41e7f4b1d025 >> I'm using whole of 120GB space to v.arenas, and it created 228 arenas like: >> >> adding arean v.arenas0 at [335872, 537206784) >> .... >> adding arena v.arenas227 at [121870032896, 122406903808) >> >> What number of index sectors I have to make? >> > > you should have a sector for each arena, perhaps? I'm now reformatting arena partition, because I got error messages when I dispatched venti/fmtindex /sys/lib/sysconfig/dntf/venti.conf: err2: arena set has wrong magic number: 0 expected a9e4a5e7 err2: corrupted arena partition header: arena set has wrong magic number: 0 expected a9e4a5e7 fatal venti/fmtindex error: can't initialization config /sys/lib/sysconfig/dntf/venti.conf: corrupted arena partition header: arena set has wrong magic number: 0 expected a9e4a5e7. I think magic number a9e4a5e7 is of ArenaPartMagic, which means I named each arena wrong. Then my next command line for fmtarenas is: venti/fmtarenas arenas. /dev/sdC1/v.arenas Of course, I switched dma on for the disk, this time, and made log of the process, because I'll have so many arenas. ? Kenji