Jarry wrote:

Hm, I've noticed on console-screen some strange message when
doing shutdown:

mdamd: failed to stop /dev/md1 array, device or resource busy [!!]

/dev/md1 is mounted as root partition, apart from that I have
7 more /dev/md partitions, all are stopped without any message.

Right before "shutdown -h now" I tried to see if there are some
files open, but "lsof /dev/md1" showed nothing...

I can not find any other relevant messages, syslog-ng is stopped
before this error, and shutdown continues as usuall. Any ideas?


Yep, get used to it! ;->

The problem is that there are still at least two programs running at shutdown time...the shutdown command and init. Since their current working directory is somewhere on the root filesystem, root cannot be unmounted...the best that can happen is that root gets remounted read-only. And since your root filesystem cannot be unmounted, /dev/md1 will continue to be busy.

It is a completely harmless message though. I get something similar about shuting down LVM...

-Richard

--
gentoo-user@gentoo.org mailing list

Reply via email to