View previous topic :: View next topic |
Author |
Message |
boblu n00b
Joined: 12 Oct 2006 Posts: 40
|
Posted: Tue May 20, 2008 10:00 am Post subject: [Solved]raid error message on reboot and shutdown |
|
|
I have two harddisks and I arranged them in raid1 by following the Gentoo Raid Guide.
the fstab is like this
Quote: | /dev/md1 /boot (primary)
/dev/md3 /home (primary)
/dev/md5 swap (logical)
/dev/md6 / (logical)
/dev/md7 /usr (logical)
/dev/md8 /var (logical)
/dev/md9 /opt (logical) |
Everything works well except I keep getting the following error message on reboot and shutdown.
Quote: | fail to stop array /dev/md6: Device or resource busy [!!] |
Can you please help me on this one? _________________ I like my G!
Last edited by boblu on Tue May 20, 2008 11:35 pm; edited 1 time in total |
|
Back to top |
|
|
gentoo-dev Apprentice
Joined: 24 Jan 2006 Posts: 172
|
Posted: Tue May 20, 2008 10:30 am Post subject: |
|
|
Harmless msg. Ignore it. |
|
Back to top |
|
|
boblu n00b
Joined: 12 Oct 2006 Posts: 40
|
Posted: Tue May 20, 2008 1:56 pm Post subject: |
|
|
Though it is an irrelevant msg, are there any methods to solve it?
‘cause it is quite boring to see [!!] at reboot and shutdown every time. _________________ I like my G! |
|
Back to top |
|
|
cyrillic Watchman
Joined: 19 Feb 2003 Posts: 7313 Location: Groton, Massachusetts USA
|
Posted: Tue May 20, 2008 9:56 pm Post subject: |
|
|
As long as the kernel detects all your arrays during boot, and you do not rely on the init scripts to assemble arrays, you can do this to get rid of those useless error messages.
Code: | # rm /lib/rcscripts/addons/raid* |
ps. If you delete those addons, then find that you really need them back, just
|
|
Back to top |
|
|
boblu n00b
Joined: 12 Oct 2006 Posts: 40
|
Posted: Tue May 20, 2008 11:35 pm Post subject: |
|
|
Thank you very much! _________________ I like my G! |
|
Back to top |
|
|
|