Hello!
On Thu, Nov 07, 2002 at 04:30:17PM -0800, bmoon wrote:
> I have three questions related with this 4 months old issue.
> - Still reiser2 or reiser4 do not support "on demand" bitmap read?
That's true for reiser3. reiser4 have on-demand bitmap reading,
but not unloading until umount as I remember.
> - What is the supporting block size on reiser2, and reiser4?
Right now due for simplicity reiser4 blocksize should be equal to
PAGE_CACHE_SIZE on underlying architecture.
reiser3 have 4096 bytes blocksize by default (this is the only supportted
blocksize for 2.4 kernel series). Other possible values are 1024, 2048, ...
and so on until you hit PAGE_CACHE_SIZE limit (Linux limit 4096 for x86,
8128 for Alpha, variable for ia64)
> - I am going to build one big volume(LVM) out of 8 IDE disks and make
> reiserfs on it.
> Where does the system write the meta data(super block, bitmap,..) into?
Superblock will be at the beginning of volume and will probably be mapped to
first disk. Bitmaps are spread over the disk (the ferquency of bitmaps
on disk depends on blocksize).
> Will it copy the same meta data on each disk?
No, unless you use RAID1 stuff, and even then this copying will be done
not by reiserfs itself.
Bye,
Oleg