Displaying 1 result from an estimated 1 matches for "parsed_partitions".
2006 Jan 30
2
Exporting which partitions to md-configure
...t a pretty big one) it would be good if the
partition flag to auto-configure RAID was available in userspace,
presumably through sysfs.
Any feeling how best to do that? My current thinking is to export a
"flags" entry in addition to the current ones, presumably based on
"struct parsed_partitions->parts[].flags" (fs/partitions/check.h), which
seems to be what causes md_autodetect_dev() to be called.
Note that this should be available even if md isn't compiled into the
kernel, thus making it possible to load md as a module before running
kinit, or to make the equivalent of th...