Chunk size

From Linux Raid Wiki
Revision as of 16:58, 8 December 2007 by DavidGreaves (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is the size if bytes for 'chunks' and is only relevant to raid levels that involve striping (1,4,5,6,10). The address space of the array is conceptually divided into chunks and consecutive chunks are striped onto neighbouring devices. The size should be at least PAGE_SIZE (4k) and should be a power of 2.

This can only be set while assembling an array

Personal tools