On Wed, 2005-06-15 at 01:10 +0200, Alexander Dalloz wrote: > Am Mi, den 15.06.2005 schrieb Alexander Dalloz um 0:59: > > > service mdmonitor on > > service mdmonitor start > > sorry ;) It's also worth checking that you have: (a) an /etc/mdadm.conf file (mdadm will work reasonably well without one, but it's better to have one, especially if you want to monitor your RAID). If you don't have one, you can create one using: # mdadm --detail --scan > /etc/mdadm.conf (b) a MAILADDR line in /etc/mdadm.conf to indicate where notifications should be sent to, e.g.: MAILADDR user@xxxxxxxxxxx See "man mdadm.conf" for more details. Paul. -- Paul Howarth <paul@xxxxxxxxxxxx>