Fix typo in mdadm

This commit is contained in:
Gauthier Provost 2019-08-05 12:37:39 +08:00
parent 67b850f8df
commit 0cb4b28d91

View File

@ -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. 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. Then refer to previous sections to mount the file system and save its layout in mdadm configuration.