diff --git a/mxmount b/mxmount
index 2a2e05d..22324c2 100755
--- a/mxmount
+++ b/mxmount
@@ -53,7 +53,7 @@ foreach(@lines) {
 #print Dumper \%D;
 
 add_data0_if_not_present();
-system("mdadm --assemble --scan --config=partition");
+system("mdadm --assemble --scan --config=partition --no-degraded");
 mount_all();
 create_exports();