From 0cb4b28d91347e4ad19e59033c06313951d5a19c Mon Sep 17 00:00:00 2001 From: Gauthier Provost Date: Mon, 5 Aug 2019 12:37:39 +0800 Subject: [PATCH] Fix typo in mdadm --- docs/mdadm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mdadm.md b/docs/mdadm.md index 44098eb..64f4426 100644 --- a/docs/mdadm.md +++ b/docs/mdadm.md @@ -420,7 +420,7 @@ You can test your error notification setup by doing the following: If for some reasons you want to add an existing array to your system (e.g you just did a new fresh install of your operating system), you can use the following command to detect your existing array. - sudo mdadm —assemble —scan + sudo mdadm --assemble --scan Then refer to previous sections to mount the file system and save its layout in mdadm configuration.