Re: page size bigger than 4 KB for ext2

From: Helge Hafting (helgehaf@aitel.hist.no)
Date: Thu Mar 27 2003 - 04:11:54 EST


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:
>
> 1) What is the procedure to build a kernel that can support hard drives formatted to 8KB ext2?
Build it for one of those architectures that actually have 8k pages, and
run on that sort of machine. Nobody has made a 8k page linux
for i386 or other 4k-page architectures. It is possible, but a lot
of work because the cpu don't support it.

> 2) What is the procedure to format a hard drive to 8KB ext2?
 From man mke2fs:
mke2fs -b 8192 /dev/disc...

Of course you won't be able to mount it on a machine with 4k pages.

Helge Hafting

-
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