lkml.org 
[lkml]   [2002]   [Feb]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: File BlockSize
Date
From
> Is there any way I can have 8K block sizes in ext2, reiserfs or ext3.

Buy an Alpha 8)

> I am trying to install Oracle on Linux with 8K DB_Block_size.
> But it gives me a Block size mismatch saying that the File BlockSize is only
> 4K
>
> Maybe, there is a kernel patch available which enables Linux to create 8K
> file blocks.

With current kernels the maximum block size of a file system you can mount
is the page size of the architecture. Generally people limit to 4K to avoid
file systems that only work with some machines.

Going to a block size bigger than page size causes all sorts of fun with
allocation failures if there are not two pages free adjacent to one another
when allocating, and isn't really worth the cost.

Alan
-
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:24    [W:0.106 / U:0.252 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site