]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.h
Add mbr pseudo metadata handler.
authorNeilBrown <neilb@suse.de>
Thu, 19 Aug 2010 06:48:34 +0000 (16:48 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 6 Sep 2010 01:26:28 +0000 (11:26 +1000)
commit0f22b998fb9cf8478810b89cd50fa5b4fbf11d38
treea9c28e7b9b983519c83a6fafb638f48536b71683
parent64436f0628a14f4e979b93bea57aba4b4c6143e8
Add mbr pseudo metadata handler.

To support incorpating a new bare device into a collection of arrays -
one partition each - mdadm needs a modest understanding of partition
tables.
The main needs to be able to recognise a partition table on one device
and copy it onto another.

This will be done using pseudo metadata types 'mbr' and 'gpt'.

Signed-off-by: NeilBrown <neilb@suse.de>
Assemble.c
Examine.c
Incremental.c
Kill.c
Makefile
mdadm.h
part.h [new file with mode: 0644]
super-mbr.c [new file with mode: 0644]
util.c