Re: page size bigger than 4 KB for ext2

From: Matti Aarnio (matti.aarnio@zmailer.org)
Date: Thu Mar 27 2003 - 04:27:48 EST


On Wed, Mar 26, 2003 at 03:24:23PM -0800, Jordi Ros wrote:
> Hi all,
>
> I am trying to bring up a hard drive formated to 8KB page size using
> ext2. It seems that i may need to recompile the kernel, as default
> PAGE_SIZE is 4KB. I have 2 questions:

  The last time I looked at it, it should not be possible to have EXT2
  filesystem formatted with FILESYSTEM BLOCK SIZE of 8k. Primary reason
  for this is that i386 machines have page size of 4k, and system has
  been kept limited to that for ease of memory reference handling, and
  to keep filesystems compatible in between machines, lowest limits
  have been taken into use.

  Notable thing is, that in BSD world the UFS (close relative of EXT2)
  can support FILESYSTEM block sizes of at least up to 64k.
  Referring to a bit of data within such blocks is a lot more
  convoluted, than it is in current incarnation of EXT2.

> 1) What is the procedure to build a kernel that can support hard drives
> formatted to 8KB ext2?

  You might need changes in block-layer, not (only) in filesystems.
  The PHYSICAL BLOCK SIZE of 8k will need reading and writing the
  disk in that size of chunks, which means in i386 type machines
  two memory pages, preferrably contiguous. Some limits from
  device drivers (like DMA must not go over 64k boundary) might
  also assert themselves.

> 2) What is the procedure to format a hard drive to 8KB ext2?

  Presently it can not be done.

> Thank you so much,
> Jordi

/Matti Aarnio
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Mar 31 2003 - 22:00:27 EST