lkml.org 
[lkml]   [2003]   [Mar]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: page size bigger than 4 KB for ext2
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/

\
 
 \ /
  Last update: 2005-03-22 13:34    [W:0.052 / U:0.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site