All of lore.kernel.org
 help / color / mirror / Atom feed
* Idea: Use extended blocklist format to support installing to raid device.
@ 2008-08-12  1:38 Bean
  2008-08-12  8:57 ` Robert Millan
  0 siblings, 1 reply; 5+ messages in thread
From: Bean @ 2008-08-12  1:38 UTC (permalink / raw)
  To: The development of GRUB 2

Hi,

Currently, the blocklist format can only support traditional disk. I'm
thinking about a new format that can be used in raid as well.

The new format is like this:

checksum_0 blocklist_0 checksum_1 blocklist_1 ...

The checksum is the checksum of sectors in the blocklist that follows.
For example:

c1 10+20,40+10 c2 10+50

This means 10-30,40-50 sectors from one disk, then 10-60 sectors from
another disk. The checksum is used to find the correct disk.

For traditional disk, we can also use this format, for example:

c1 10+20,40+10

This can support install to different disk than the one core.img is
in, as it will scan all disks for the correct checksum at runtime.

-- 
Bean



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-08-13  9:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-12  1:38 Idea: Use extended blocklist format to support installing to raid device Bean
2008-08-12  8:57 ` Robert Millan
2008-08-12  9:20   ` Bean
2008-08-12 10:27     ` Robert Millan
2008-08-13  9:53       ` Marco Gerards

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.