On Thu, Apr 05, 2007 at 02:03:45AM +0300, Artem Zolochevskiy wrote: > hi all > > I've created 2 soft-raid1 when installing etch: > > /dev/md0 for / > /dev/md1 for /home > > the installation goes smoothly and success.But when I shutdown system,there > show the following output > > ... ... > Stopping MD array md0... failed (busy) > ... ... >
Is there actually a problem? As I understand it: The / fs that sits on md0 will always be busy up until the time of the final halt instruction, which is why it is remounted ro near the end of the shutdown sequence (doing so flushes any changes to disk). After this, the disk can be read but not written to. However, in order to read the disk, md0 must remain active. There's md mode that corresponds to the filesystem's ro mode. So what do you see on the screen after the Stopping MD array md0... failed (busy) line? Doug. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]