From 5787fa490612387a43c1897eb807b0c5612b5cd2 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Wed, 12 Feb 2003 00:17:26 +0000 Subject: mdadm-1.0.9 --- mdadm.conf-example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdadm.conf-example') diff --git a/mdadm.conf-example b/mdadm.conf-example index 65c97b7..09c7989 100644 --- a/mdadm.conf-example +++ b/mdadm.conf-example @@ -32,14 +32,14 @@ # Arrays can currently be identified by using a UUID, superblock minor number, # or a listing of devices. # -# super-minor is usally the minor number of the metadevice +# super-minor is usually the minor number of the metadevice # UUID is the Universally Unique Identifier for the array # Each can be obtained using # # mdadm -D # #ARRAY /dev/md0 UUID=3aaa0122:29827cfa:5331ad66:ca767371 -#ARRAY /dev/md1 superminor=1 +#ARRAY /dev/md1 super-minor=1 #ARRAY /dev/md2 devices=/dev/hda1,/dev/hda2 # # ARRAY lines can also specify a "spare-group" for each array. mdadm --monitor -- cgit