/usr/share/doc/mdadm
NameSizeModeActions
examples/-0755rm
ANNOUNCE-3.034860644editdlrm
ANNOUNCE-3.0.16200644editdlrm
ANNOUNCE-3.0.25830644editdlrm
ANNOUNCE-3.0.310090644editdlrm
ANNOUNCE-3.111640644editdlrm
ANNOUNCE-3.1.114420644editdlrm
ANNOUNCE-3.1.217950644editdlrm
ANNOUNCE-3.1.319330644editdlrm
ANNOUNCE-3.1.413320644editdlrm
ANNOUNCE-3.1.517920644editdlrm
ANNOUNCE-3.230140644editdlrm
ANNOUNCE-3.2.133130644editdlrm
ANNOUNCE-3.2.215460644editdlrm
ANNOUNCE-3.2.38100644editdlrm
ANNOUNCE-3.2.4.gz36960644editdlrm
ANNOUNCE-3.2.510460644editdlrm
ANNOUNCE-3.2.626640644editdlrm
ANNOUNCE-3.327520644editdlrm
ANNOUNCE-3.3.18260644editdlrm
ANNOUNCE-3.3.24670644editdlrm
ANNOUNCE-3.3.35770644editdlrm
ANNOUNCE-3.3.415180644editdlrm
ANNOUNCE-3.48880644editdlrm
ANNOUNCE-4.08520644editdlrm
ANNOUNCE-4.15510644editdlrm
changelog.Debian.gz18330644editdlrm
copyright8850644editdlrm
external-reshape-design.txt.gz49320644editdlrm
FAQ.gz99070644editdlrm
mdmon-design.txt.gz25610644editdlrm
NEWS.Debian.gz21720644editdlrm
README.checkarray16670644editdlrm
README.recipes.gz19050644editdlrm
TODO.Debian12380644editdlrm
TODO.gz30970644editdlrm
Edit: /usr/share/doc/mdadm/ANNOUNCE-3.3.4 (1518B)
Subject: ANNOUNCE: mdadm 3.3.4 - A tool for managing md Soft RAID under Linux I am somewhat disappointed to have to announce the availability of mdadm version 3.3.4 It is available at the usual places: http://www.kernel.org/pub/linux/utils/raid/mdadm/ and via git at git://github.com/neilbrown/mdadm git://neil.brown.name/mdadm http://git.neil.brown.name/git/mdadm.git In mdadm-3.3 a change was made to how IMSM (Intel Matrix Storage Manager) metadata was handled. Previously an IMSM array would only be assembled if it was attached to an IMSM controller. In 3.3 this was relaxed as there are circumstances where the controller is not properly detected. Unfortunately this has negative consequences which have only just come to light. If you have an IMSM RAID1 configured and then disable RAID in the BIOS, the metadata will remain on the devices. If you then install some other OS on one device and then install Linux on the other, Linux might eventually start noticing the IMSM metadata (depending a bit on whether mdadm is included in the initramfs) and might start up the RAID1. This could copy one device over the other, thus trashing one of the installations. Not good. So with this release IMSM arrays will only be assembled if attached to an IMSM controller, or if "--force" is given to --assemble, or if the environment variable IMSM_NO_PLATFORM is set (used primarily for testing). I strongly recommend upgrading to 3.3.4 if you are using 3.3 or later. NeilBrown 3rd August 2015.