Vandaag kwam er een nieuwe versie uit van mdadm. Met wat instructies die ik netjes heb opgevolgd:
Nu heb ik het volgende gedaan
Hij denkt dus dat hdc1 niet een md partitie is terwijl het wel is, hoe ben ik nu zeker dat alles goed gaat en waarom zegt hj dat?
Nu heb ik het volgende gedaan
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
| /usr/share/mdadm/mkconf
# mdadm.conf
#
# Please refer to mdadm.conf(5) for information about this file.
#
# scan all partitions (/proc/partitions) for MD superblocks"
DEVICE partitions
# auto-create devices with Debian standard permissions
CREATE owner=root group=disk mode=0660 auto=yes
# automatically tag new arrays as belonging to the local system
HOMEHOST <system>
# instruct the monitoring daemon to send mail alerts to root
MAILADDR root
# definitions of existing MD arrays
ARRAY /dev/md0 level=raid1 num-devices=2 UUID=a19184ac:d83464a4:9dc3b6af:f6d4439c
# This file was auto-generated on Wed, 27 Sep 2006 15:52:51 +0200
# by mkconf $Id: mkconf 165 2006-09-13 11:15:15Z madduck $
thuis:# cat /etc/mdadm/mdadm.conf
DEVICE /dev/hda1 /dev/hdc1
ARRAY /dev/md0 level=raid1 num-devices=2 UUID=a19184ac:d83464a4:9dc3b6af:f6d4439c
devices=/dev/hda1,/dev/hdc1
MAILADDR root
thuis:# zless /usr/share/doc/mdadm/README.upgrading-2.5.3.gz
thuis:# rm -f /var/lib/mdadm/CONF-UNCHECKED
thuis:# update-initramfs -u -k all
update-initramfs: Generating /boot/initrd.img-2.6.15-1-k7
I: mdadm: using configuration file: /etc/mdadm/mdadm.conf
[b]mdadm: /dev/hdc1 does not appear to be an md device[/b]
I: mdadm: will start MD array /dev/md0 from the initial ramdisk.
I: mdadm: use `dpkg-reconfigure --priority=low mdadm` to change this.
thuis:# cat /proc/mdstat
Personalities : [raid1]
md0 : active raid1 hda1[0] hdc1[1]
16458496 blocks [2/2] [UU]
unused devices: <none> |
Hij denkt dus dat hdc1 niet een md partitie is terwijl het wel is, hoe ben ik nu zeker dat alles goed gaat en waarom zegt hj dat?
[ Voor 3% gewijzigd door it0 op 27-09-2006 16:11 . Reden: slashdot effect ]