From 57306a0c7f5ca7ed4fde23d0bdbf433738d5afb9 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 5 Sep 2017 16:35:15 +0200 Subject: [PATCH] mxmount: add mdadm --assemble to allow detectable /dev/mdx's to be mounted. --- mxmount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxmount b/mxmount index 887a1e39..2a2e05de 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"); mount_all(); create_exports();