Ik heb de volgende tutorial gevolgd: http://www200.pair.com/mecham/raid/raid1-page3.html om RAID op mijn debian box te configureren.
Als ik daarna dan een fdisk -l doe, krijg ik de volgende melding:
Disk /dev/md{0,1,2} doesn't contain a valid partition table
Hoort dat zo te zijn??
Volgens cat /proc/mdstat werkt de RAID array namelijk naar behoren...
Als ik daarna dan een fdisk -l doe, krijg ik de volgende melding:
Disk /dev/md{0,1,2} doesn't contain a valid partition table
Hoort dat zo te zijn??
Volgens cat /proc/mdstat werkt de RAID array namelijk naar behoren...
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
44
45
46
47
48
49
50
51
52
53
54
55
| $sudo fdisk -l Password: Disk /dev/hda: 60.0 GB, 60040544256 bytes 255 heads, 63 sectors/track, 7299 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 2 16033+ fd Linux raid autodetect /dev/hda2 3 7299 58613152+ 5 Extended /dev/hda5 3 38 289138+ fd Linux raid autodetect /dev/hda6 39 1254 9767488+ fd Linux raid autodetect /dev/hda7 1255 7299 48556431 fd Linux raid autodetect Disk /dev/hdb: 120.0 GB, 120034123776 bytes 255 heads, 63 sectors/track, 14593 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hdb1 1 14593 117218241 83 Linux Disk /dev/hdc: 60.0 GB, 60022480896 bytes 255 heads, 63 sectors/track, 7297 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hdc1 * 1 2 16033+ fd Linux raid autodetect /dev/hdc2 3 7297 58597087+ 5 Extended /dev/hdc5 3 38 289138+ fd Linux raid autodetect /dev/hdc6 39 1254 9767488+ fd Linux raid autodetect /dev/hdc7 1255 7297 48540366 fd Linux raid autodetect Disk /dev/md1: 295 MB, 295960576 bytes 2 heads, 4 sectors/track, 72256 cylinders Units = cylinders of 8 * 512 = 4096 bytes Disk /dev/md1 doesn't contain a valid partition table Disk /dev/md2: 10.0 GB, 10001842176 bytes 2 heads, 4 sectors/track, 2441856 cylinders Units = cylinders of 8 * 512 = 4096 bytes Disk /dev/md2 doesn't contain a valid partition table Disk /dev/md3: 49.7 GB, 49705254912 bytes 2 heads, 4 sectors/track, 12135072 cylinders Units = cylinders of 8 * 512 = 4096 bytes Disk /dev/md3 doesn't contain a valid partition table Disk /dev/md0: 16 MB, 16318464 bytes 2 heads, 4 sectors/track, 3984 cylinders Units = cylinders of 8 * 512 = 4096 bytes Disk /dev/md0 doesn't contain a valid partition table |