PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Ubuntu SW Raid



pinpin
07.10.09, 19:50
Hallo zusammen,

mein Software RAID 1 unter Ubuntu wird nach dem Reboot nicht gestartet.

Es steht einfach auf "inactive" und "(S)" (Stopped) und komischerweise sehe ich auch nur eine Platte:


cat /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md0 : inactive raid1 sdc1[S]

unused devices: <none>


Nach einem Reboot gehe ich auf eine Konsole und gebe folgendes ein:


mdadm --assemble /dev/md0 /dev/sdb1 /dev/sdc1


Danach sieht wieder alles normal aus:


cat /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md0 : active raid1 sdb1[0] sdc1[1]
195358336 blocks [2/2] [UU]

unused devices: <none>


Ich habe nun die mdadm.conf anders automatisch erstellt und dachte dadurch würde das Problem behoben sein - Irrtum.

Meine mdadm.conf sieht nun folgendermaßen aus:


cat /etc/mdadm/mdadm.conf | grep -v '^#'
DEVICE partitions
CREATE owner=root group=disk mode=0660 auto=yes
HOMEHOST <system>
MAILADDR root
ARRAY /dev/md0 level=raid1 num-devices=2 metadata=00.90 UUID=5ac27af5:a97d8b03:ea3f29fa:36aabeaf


Ich verstehe nicht warum mein Raid nicht automatisch beim Systemstart geladen wird. Wie kann ich das prüfen?

muell200
08.10.09, 15:50
Hat sich wahrscheinlich erledigt. sry.

waere nett wenn du die antwort postet, evt. hat jemand das gleiche problem...

pinpin
08.10.09, 20:09
Okay, habe meinen Post erneut bearbeitet.

quinte17
08.10.09, 20:26
edit:



fdisk -l
cat /etc/mdadm/mdadm.conf

wäre interressant

pinpin
08.10.09, 21:28
fdisk -l


fdisk -l

Platte /dev/sda: 80.0 GByte, 80026361856 Byte
255 Köpfe, 63 Sektoren/Spuren, 9729 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Disk identifier: 0xd44e8e40

Gerät boot. Anfang Ende Blöcke Id System
/dev/sda1 * 1 3824 30716248+ 7 HPFS/NTFS
/dev/sda2 3825 9729 47431912+ 5 Erweiterte
/dev/sda5 3825 9482 45447853+ 83 Linux
/dev/sda6 9483 9729 1983996 82 Linux Swap / Solaris

Platte /dev/sdb: 200.0 GByte, 200049647616 Byte
255 Köpfe, 63 Sektoren/Spuren, 24321 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Disk identifier: 0x987ea255

Gerät boot. Anfang Ende Blöcke Id System
/dev/sdb1 1 24321 195358401 fd Linux raid autodetect

Platte /dev/sdc: 200.0 GByte, 200049647616 Byte
255 Köpfe, 63 Sektoren/Spuren, 24321 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Disk identifier: 0x54a49c2e

Gerät boot. Anfang Ende Blöcke Id System
/dev/sdc1 1 24321 195358401 fd Linux raid autodetect

Platte /dev/md0: 200.0 GByte, 200046936064 Byte
2 Köpfe, 4 Sektoren/Spuren, 48839584 Zylinder
Einheiten = Zylinder von 8 × 512 = 4096 Bytes
Disk identifier: 0x00000000

Festplatte /dev/md0 enthält keine gültige Partitionstabelle




Code:

cat /etc/mdadm/mdadm.conf | grep -v '^#'
DEVICE partitions
CREATE owner=root group=disk mode=0660 auto=yes
HOMEHOST <system>
MAILADDR root
ARRAY /dev/md0 level=raid1 num-devices=2 metadata=00.90 UUID=5ac27af5:a97d8b03:ea3f29fa:36aabeaf



Festplatte /dev/md0 enthält keine gültige Partitionstabelle

Diese Meldung scheint in Ordnung zu gehen.

quinte17
08.10.09, 22:58
die ausgabe von


dmesg

wenn der fehler auftritt wäre auch noch interressant

pinpin
09.10.09, 20:29
Es geht doch noch nicht wirklich.



cat /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md0 : inactive sdc[1](S)
195360896 blocks

unused devices: <none>




[ 0.804476] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.804479] pci 0000:00:0b.0: PME# disabled
[ 0.804505] pci 0000:00:0b.1: reg 10 32bit mmio: [0xfebbfc00-0xfebbfcff]
[ 0.804528] pci 0000:00:0b.1: supports D1 D2
[ 0.804530] pci 0000:00:0b.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.804533] pci 0000:00:0b.1: PME# disabled
[ 0.804571] pci 0000:00:0d.0: reg 20 io port: [0xffa0-0xffaf]
[ 0.804608] pci 0000:00:0e.0: reg 10 io port: [0xf80-0xf87]
[ 0.804613] pci 0000:00:0e.0: reg 14 io port: [0xf00-0xf03]
[ 0.804617] pci 0000:00:0e.0: reg 18 io port: [0xe80-0xe87]
[ 0.804622] pci 0000:00:0e.0: reg 1c io port: [0xe00-0xe03]
[ 0.804626] pci 0000:00:0e.0: reg 20 io port: [0xe000-0xe00f]
[ 0.804631] pci 0000:00:0e.0: reg 24 32bit mmio: [0xfebbd000-0xfebbdfff]
[ 0.804694] pci 0000:00:10.2: reg 10 io port: [0xd800-0xd8ff]
[ 0.804699] pci 0000:00:10.2: reg 14 io port: [0xd400-0xd4ff]
[ 0.804704] pci 0000:00:10.2: reg 18 32bit mmio: [0xfebbc000-0xfebbcfff]
[ 0.804722] pci 0000:00:10.2: supports D1 D2
[ 0.804750] pci 0000:00:14.0: reg 10 32bit mmio: [0xfebbb000-0xfebbbfff]
[ 0.804755] pci 0000:00:14.0: reg 14 io port: [0xdc00-0xdc07]
[ 0.804774] pci 0000:00:14.0: supports D1 D2
[ 0.804776] pci 0000:00:14.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.804779] pci 0000:00:14.0: PME# disabled
[ 0.804944] pci 0000:03:00.0: reg 10 64bit mmio: [0xc0000000-0xcfffffff]
[ 0.804951] pci 0000:03:00.0: reg 18 64bit mmio: [0xfe9f0000-0xfe9fffff]
[ 0.804956] pci 0000:03:00.0: reg 20 io port: [0xb800-0xb8ff]
[ 0.804963] pci 0000:03:00.0: reg 30 32bit mmio: [0xfe9c0000-0xfe9dffff]
[ 0.804969] pci 0000:03:00.0: supports D1 D2
[ 0.804993] pci 0000:03:00.1: reg 10 64bit mmio: [0xfe9e0000-0xfe9effff]
[ 0.805011] pci 0000:03:00.1: supports D1 D2
[ 0.805052] pci 0000:00:04.0: bridge io port: [0xb000-0xbfff]
[ 0.805055] pci 0000:00:04.0: bridge 32bit mmio: [0xfe900000-0xfe9fffff]
[ 0.805059] pci 0000:00:04.0: bridge 64bit mmio pref: [0xbff00000-0xdfefffff]
[ 0.805094] pci 0000:04:08.0: reg 10 io port: [0xc800-0xc8ff]
[ 0.805100] pci 0000:04:08.0: reg 14 32bit mmio: [0xfeaffc00-0xfeaffcff]
[ 0.805127] pci 0000:04:08.0: supports D1 D2
[ 0.805129] pci 0000:04:08.0: PME# supported from D1 D2 D3hot
[ 0.805132] pci 0000:04:08.0: PME# disabled
[ 0.805160] pci 0000:00:10.0: transparent bridge
[ 0.805163] pci 0000:00:10.0: bridge io port: [0xc000-0xcfff]
[ 0.805167] pci 0000:00:10.0: bridge 32bit mmio: [0xfea00000-0xfeafffff]
[ 0.805178] bus 00 -> node 0
[ 0.805186] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.805525] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
[ 0.805651] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[ 0.805775] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PA._PRT]
[ 0.805926] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 0.819302] ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *11
[ 0.819560] ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *0, disabled.
[ 0.819813] ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *0, disabled.
[ 0.820093] ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *0, disabled.
[ 0.820346] ACPI: PCI Interrupt Link [LNEA] (IRQs 16 17 18 19) *11
[ 0.820597] ACPI: PCI Interrupt Link [LNEB] (IRQs 16 17 18 19) *0, disabled.
[ 0.820849] ACPI: PCI Interrupt Link [LNEC] (IRQs 16 17 18 19) *0, disabled.
[ 0.821101] ACPI: PCI Interrupt Link [LNED] (IRQs 16 17 18 19) *0, disabled.
[ 0.821353] ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *11
[ 0.821605] ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *11
[ 0.821856] ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *11
[ 0.822114] ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *0, disabled.
[ 0.822367] ACPI: PCI Interrupt Link [LACI] (IRQs 20 21 22 23) *11
[ 0.822619] ACPI: PCI Interrupt Link [LMC9] (IRQs 20 21 22 23) *0, disabled.
[ 0.822871] ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *11
[ 0.823132] ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *5
[ 0.823391] ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *10
[ 0.823648] ACPI: PCI Interrupt Link [LSA1] (IRQs 20 21 22 23) *0, disabled.
[ 0.823946] ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled.
[ 0.824103] ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - D1, should be CB [20080926]
[ 0.824130] ACPI: WMI: Mapper loaded
[ 0.824348] SCSI subsystem initialized
[ 0.824396] libata version 3.00 loaded.
[ 0.824452] usbcore: registered new interface driver usbfs
[ 0.824473] usbcore: registered new interface driver hub
[ 0.824504] usbcore: registered new device driver usb
[ 0.824618] PCI: Using ACPI for IRQ routing
[ 0.860009] Bluetooth: Core ver 2.13
[ 0.860071] NET: Registered protocol family 31
[ 0.860073] Bluetooth: HCI device and connection manager initialized
[ 0.860076] Bluetooth: HCI socket layer initialized
[ 0.860078] NET: Registered protocol family 8
[ 0.860080] NET: Registered protocol family 20
[ 0.860091] NetLabel: Initializing
[ 0.860092] NetLabel: domain hash size = 128
[ 0.860094] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.860110] NetLabel: unlabeled traffic allowed by default
[ 0.860345] AppArmor: AppArmor Filesystem Enabled
[ 0.890010] pnp: PnP ACPI init
[ 0.890028] ACPI: bus type pnp registered
[ 0.896711] pnp: PnP ACPI: found 14 devices
[ 0.896715] ACPI: ACPI bus type pnp unregistered
[ 0.896733] system 00:07: ioport range 0x4d0-0x4d1 has been reserved
[ 0.896736] system 00:07: ioport range 0x800-0x80f has been reserved
[ 0.896739] system 00:07: ioport range 0x4000-0x407f has been reserved
[ 0.896741] system 00:07: ioport range 0x4080-0x40ff has been reserved
[ 0.896744] system 00:07: ioport range 0x4400-0x447f has been reserved
[ 0.896746] system 00:07: ioport range 0x4480-0x44ff has been reserved
[ 0.896749] system 00:07: ioport range 0x4800-0x487f has been reserved
[ 0.896751] system 00:07: ioport range 0x4880-0x48ff has been reserved
[ 0.896754] system 00:07: ioport range 0x2000-0x207f has been reserved
[ 0.896756] system 00:07: ioport range 0x2080-0x20ff has been reserved
[ 0.896760] system 00:07: iomem range 0xfefe0000-0xfefe01ff has been reserved
[ 0.896762] system 00:07: iomem range 0xfee01000-0xfeefffff has been reserved
[ 0.896768] system 00:08: iomem range 0xfec00000-0xfec00fff has been reserved
[ 0.896771] system 00:08: iomem range 0xfee00000-0xfee00fff has been reserved
[ 0.896773] system 00:08: iomem range 0xfebc0000-0xfebfffff has been reserved
[ 0.896780] system 00:0b: ioport range 0x290-0x29f has been reserved
[ 0.896785] system 00:0c: iomem range 0xe0000000-0xefffffff has been reserved
[ 0.896790] system 00:0d: iomem range 0x0-0x9ffff could not be reserved
[ 0.896792] system 00:0d: iomem range 0xc0000-0xcffff has been reserved
[ 0.896795] system 00:0d: iomem range 0xe0000-0xfffff could not be reserved
[ 0.896797] system 00:0d: iomem range 0x100000-0x7fffffff could not be reserved
[ 0.896800] system 00:0d: iomem range 0xff000000-0xffffffff has been reserved
[ 0.901572] pci 0000:00:02.0: PCI bridge, secondary bus 0000:01
[ 0.901575] pci 0000:00:02.0: IO window: disabled
[ 0.901578] pci 0000:00:02.0: MEM window: disabled
[ 0.901581] pci 0000:00:02.0: PREFETCH window: disabled
[ 0.901584] pci 0000:00:03.0: PCI bridge, secondary bus 0000:02
[ 0.901586] pci 0000:00:03.0: IO window: disabled
[ 0.901588] pci 0000:00:03.0: MEM window: disabled
[ 0.901590] pci 0000:00:03.0: PREFETCH window: disabled
[ 0.901595] pci 0000:00:04.0: PCI bridge, secondary bus 0000:03
[ 0.901597] pci 0000:00:04.0: IO window: 0xb000-0xbfff
[ 0.901600] pci 0000:00:04.0: MEM window: 0xfe900000-0xfe9fffff
[ 0.901603] pci 0000:00:04.0: PREFETCH window: 0x000000bff00000-0x000000dfefffff
[ 0.901607] pci 0000:00:10.0: PCI bridge, secondary bus 0000:04
[ 0.901609] pci 0000:00:10.0: IO window: 0xc000-0xcfff
[ 0.901613] pci 0000:00:10.0: MEM window: 0xfea00000-0xfeafffff
[ 0.901616] pci 0000:00:10.0: PREFETCH window: disabled
[ 0.901627] pci 0000:00:02.0: setting latency timer to 64
[ 0.901631] pci 0000:00:03.0: setting latency timer to 64
[ 0.901636] pci 0000:00:04.0: setting latency timer to 64
[ 0.901640] pci 0000:00:10.0: setting latency timer to 64
[ 0.901644] bus: 00 index 0 io port: [0x00-0xffff]
[ 0.901646] bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
[ 0.901648] bus: 01 index 0 mmio: [0x0-0x0]
[ 0.901650] bus: 01 index 1 mmio: [0x0-0x0]
[ 0.901651] bus: 01 index 2 mmio: [0x0-0x0]
[ 0.901653] bus: 01 index 3 mmio: [0x0-0x0]
[ 0.901655] bus: 02 index 0 mmio: [0x0-0x0]
[ 0.901656] bus: 02 index 1 mmio: [0x0-0x0]
[ 0.901658] bus: 02 index 2 mmio: [0x0-0x0]
[ 0.901660] bus: 02 index 3 mmio: [0x0-0x0]
[ 0.901661] bus: 03 index 0 io port: [0xb000-0xbfff]
[ 0.901663] bus: 03 index 1 mmio: [0xfe900000-0xfe9fffff]
[ 0.901665] bus: 03 index 2 mmio: [0xbff00000-0xdfefffff]
[ 0.901667] bus: 03 index 3 mmio: [0x0-0x0]
[ 0.901669] bus: 04 index 0 io port: [0xc000-0xcfff]
[ 0.901671] bus: 04 index 1 mmio: [0xfea00000-0xfeafffff]
[ 0.901672] bus: 04 index 2 mmio: [0x0-0x0]
[ 0.901674] bus: 04 index 3 io port: [0x00-0xffff]
[ 0.901676] bus: 04 index 4 mmio: [0x000000-0xffffffffffffffff]
[ 0.901693] NET: Registered protocol family 2
[ 0.910020] Switched to high resolution mode on CPU 0
[ 0.990080] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.990894] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[ 0.995395] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.996527] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.996531] TCP reno registered
[ 1.020128] NET: Registered protocol family 1
[ 1.020265] checking if image is initramfs... it is
[ 1.721134] Freeing initrd memory: 8485k freed
[ 1.731162] audit: initializing netlink socket (disabled)
[ 1.731180] type=2000 audit(1255122210.730:1): initialized
[ 1.740027] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.741404] VFS: Disk quotas dquot_6.5.1
[ 1.741480] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.742132] fuse init (API version 7.10)
[ 1.742222] msgmni has been set to 3972
[ 1.742453] alg: No test for stdrng (krng)
[ 1.742467] io scheduler noop registered
[ 1.742469] io scheduler anticipatory registered
[ 1.742471] io scheduler deadline registered (default)
[ 1.742541] io scheduler cfq registered
[ 1.742558] pci 0000:00:00.0: Enabling HT MSI Mapping
[ 1.742596] pci 0000:00:02.0: Enabling HT MSI Mapping
[ 1.742606] pci 0000:00:03.0: Enabling HT MSI Mapping
[ 1.742616] pci 0000:00:04.0: Enabling HT MSI Mapping
[ 1.742639] pci 0000:00:09.0: Enabling HT MSI Mapping
[ 1.742716] pci 0000:00:0e.0: Enabling HT MSI Mapping
[ 1.742726] pci 0000:00:10.0: Enabling HT MSI Mapping
[ 1.742748] pci 0000:03:00.0: Boot video device
[ 1.749868] pcieport-driver 0000:00:02.0: setting latency timer to 64
[ 1.749893] pcieport-driver 0000:00:02.0: found MSI capability
[ 1.749912] pcieport-driver 0000:00:02.0: irq 2303 for MSI/MSI-X
[ 1.749919] pci_express 0000:00:02.0:pcie00: allocate port service
[ 1.749936] pci_express 0000:00:02.0:pcie03: allocate port service
[ 1.749971] pcieport-driver 0000:00:03.0: setting latency timer to 64
[ 1.749993] pcieport-driver 0000:00:03.0: found MSI capability
[ 1.750044] pcieport-driver 0000:00:03.0: irq 2302 for MSI/MSI-X
[ 1.750050] pci_express 0000:00:03.0:pcie00: allocate port service
[ 1.750062] pci_express 0000:00:03.0:pcie03: allocate port service
[ 1.750097] pcieport-driver 0000:00:04.0: setting latency timer to 64
[ 1.750119] pcieport-driver 0000:00:04.0: found MSI capability
[ 1.750131] pcieport-driver 0000:00:04.0: irq 2301 for MSI/MSI-X
[ 1.750138] pci_express 0000:00:04.0:pcie00: allocate port service
[ 1.750149] pci_express 0000:00:04.0:pcie03: allocate port service
[ 1.750209] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.750217] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 1.750350] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 1.750353] ACPI: Power Button (FF) [PWRF]
[ 1.750409] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 1.750412] ACPI: Power Button (CM) [PWRB]
[ 1.750709] processor ACPI_CPU:00: registered as cooling_device0
[ 1.800220] Linux agpgart interface v0.103
[ 1.800235] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[ 1.800345] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.800659] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.801431] brd: module loaded
[ 1.801764] loop: module loaded
[ 1.801894] Fixed MDIO Bus: probed
[ 1.801901] PPP generic driver version 2.4.2
[ 1.801963] input: Macintosh mouse button emulation as /devices/virtual/input/input2
[ 1.802005] Driver 'sd' needs updating - please use bus_type methods
[ 1.802017] Driver 'sr' needs updating - please use bus_type methods
[ 1.802220] sata_nv 0000:00:0e.0: version 3.5
[ 1.802630] ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 23
[ 1.802644] sata_nv 0000:00:0e.0: PCI INT A -> Link[LSA0] -> GSI 23 (level, low) -> IRQ 23
[ 1.802647] sata_nv 0000:00:0e.0: Using SWNCQ mode
[ 1.802715] sata_nv 0000:00:0e.0: setting latency timer to 64
[ 1.802950] scsi0 : sata_nv
[ 1.803094] scsi1 : sata_nv
[ 1.803284] ata1: SATA max UDMA/133 cmd 0xf80 ctl 0xf00 bmdma 0xe000 irq 23
[ 1.803288] ata2: SATA max UDMA/133 cmd 0xe80 ctl 0xe00 bmdma 0xe008 irq 23
[ 2.710055] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.730202] ata1.00: ATAPI: HL-DT-ST DVDRAM GH22NS50, TN00, max UDMA/100
[ 2.770206] ata1.00: configured for UDMA/100
[ 3.530589] ata2: SATA link down (SStatus 0 SControl 300)
[ 3.530631] isa bounce pool size: 16 pages
[ 3.534156] scsi 0:0:0:0: CD-ROM HL-DT-ST DVDRAM GH22NS50 TN00 PQ: 0 ANSI: 5
[ 3.538634] sr0: scsi3-mmc drive: 10x/10x writer dvd-ram cd/rw xa/form2 cdda tray
[ 3.538638] Uniform CD-ROM driver Revision: 3.20
[ 3.538771] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 3.538822] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 3.538919] pata_amd 0000:00:0d.0: version 0.3.10
[ 3.538973] pata_amd 0000:00:0d.0: setting latency timer to 64
[ 3.539098] scsi2 : pata_amd
[ 3.539178] scsi3 : pata_amd
[ 3.541057] ata3: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[ 3.541060] ata4: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[ 5.900526] ata3.00: ATA-6: ST380011A, 8.10, max UDMA/100
[ 5.900529] ata3.00: 156301488 sectors, multi 16: LBA48
[ 5.900554] ata3.01: ATAPI: TSSTcorpDVD-ROM SH-D162C, TS04, max UDMA/33
[ 5.900578] ata3: nv_mode_filter: 0x3f39f&0x3f01f->0x3f01f, BIOS=0x3f000 (0xc6c0c6c6) ACPI=0x3f01f (20:60:0x15)
[ 5.900583] ata3: nv_mode_filter: 0x739f&0x701f->0x701f, BIOS=0x7000 (0xc6c0c6c6) ACPI=0x701f (20:60:0x15)
[ 5.940463] ata3.00: configured for UDMA/100
[ 5.980271] ata3.01: configured for UDMA/33
[ 6.180432] ata4.00: ATA-7: SAMSUNG SP2014N, VC100-33, max UDMA/100
[ 6.180434] ata4.00: 390721968 sectors, multi 16: LBA48
[ 6.180592] ata4.01: ATA-7: SAMSUNG SP2014N, VC100-50, max UDMA/100
[ 6.180595] ata4.01: 390721968 sectors, multi 16: LBA48
[ 6.180614] ata4: nv_mode_filter: 0x3f39f&0x3f01f->0x3f01f, BIOS=0x3f000 (0xc6c0c6c6) ACPI=0x3f01f (20:20:0x15)
[ 6.180618] ata4: nv_mode_filter: 0x3f39f&0x3f01f->0x3f01f, BIOS=0x3f000 (0xc6c0c6c6) ACPI=0x3f01f (20:20:0x15)
[ 6.200375] ata4.00: configured for UDMA/100
[ 6.240378] ata4.01: configured for UDMA/100
[ 6.240481] scsi 2:0:0:0: Direct-Access ATA ST380011A 8.10 PQ: 0 ANSI: 5
[ 6.240613] sd 2:0:0:0: [sda] 156301488 512-byte hardware sectors: (80.0 GB/74.5 GiB)
[ 6.240630] sd 2:0:0:0: [sda] Write Protect is off
[ 6.240632] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 6.240656] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6.240727] sd 2:0:0:0: [sda] 156301488 512-byte hardware sectors: (80.0 GB/74.5 GiB)
[ 6.240740] sd 2:0:0:0: [sda] Write Protect is off
[ 6.240742] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 6.240765] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6.240769] sda: sda1 sda2 < sda5 sda6 >
[ 6.289228] sd 2:0:0:0: [sda] Attached SCSI disk
[ 6.289283] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 6.289879] scsi 2:0:1:0: CD-ROM TSSTcorp DVD-ROM SH-D162C TS04 PQ: 0 ANSI: 5
[ 6.319071] sr1: scsi3-mmc drive: 48x/48x cd/rw xa/form2 cdda tray
[ 6.319168] sr 2:0:1:0: Attached scsi CD-ROM sr1
[ 6.319219] sr 2:0:1:0: Attached scsi generic sg2 type 5
[ 6.319310] scsi 3:0:0:0: Direct-Access ATA SAMSUNG SP2014N VC10 PQ: 0 ANSI: 5
[ 6.319414] sd 3:0:0:0: [sdb] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
[ 6.319430] sd 3:0:0:0: [sdb] Write Protect is off
[ 6.319433] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 6.319456] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6.319524] sd 3:0:0:0: [sdb] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
[ 6.319537] sd 3:0:0:0: [sdb] Write Protect is off
[ 6.319539] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 6.319562] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6.319567] sdb: sdb1
[ 6.370293] sd 3:0:0:0: [sdb] Attached SCSI disk
[ 6.370349] sd 3:0:0:0: Attached scsi generic sg3 type 0
[ 6.370450] scsi 3:0:1:0: Direct-Access ATA SAMSUNG SP2014N VC10 PQ: 0 ANSI: 5
[ 6.370549] sd 3:0:1:0: [sdc] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
[ 6.370566] sd 3:0:1:0: [sdc] Write Protect is off
[ 6.370568] sd 3:0:1:0: [sdc] Mode Sense: 00 3a 00 00
[ 6.370591] sd 3:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6.370657] sd 3:0:1:0: [sdc] 390721968 512-byte hardware sectors: (200 GB/186 GiB)
[ 6.370671] sd 3:0:1:0: [sdc] Write Protect is off
[ 6.370673] sd 3:0:1:0: [sdc] Mode Sense: 00 3a 00 00
[ 6.370695] sd 3:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6.370699] sdc: sdc1
[ 6.378295] sd 3:0:1:0: [sdc] Attached SCSI disk
[ 6.378348] sd 3:0:1:0: Attached scsi generic sg4 type 0
[ 6.378797] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 6.379219] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 22
[ 6.379232] ehci_hcd 0000:00:0b.1: PCI INT B -> Link[LUB2] -> GSI 22 (level, low) -> IRQ 22
[ 6.379255] ehci_hcd 0000:00:0b.1: setting latency timer to 64
[ 6.379258] ehci_hcd 0000:00:0b.1: EHCI Host Controller
[ 6.379351] ehci_hcd 0000:00:0b.1: new USB bus registered, assigned bus number 1
[ 6.379386] ehci_hcd 0000:00:0b.1: debug port 1
[ 6.379391] ehci_hcd 0000:00:0b.1: cache line size of 64 is not supported
[ 6.379415] ehci_hcd 0000:00:0b.1: irq 22, io mem 0xfebbfc00
[ 6.390022] ehci_hcd 0000:00:0b.1: USB 2.0 started, EHCI 1.00
[ 6.390109] usb usb1: configuration #1 chosen from 1 choice
[ 6.390139] hub 1-0:1.0: USB hub found
[ 6.390149] hub 1-0:1.0: 8 ports detected
[ 6.390277] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 6.390699] ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 21
[ 6.390712] ohci_hcd 0000:00:0b.0: PCI INT A -> Link[LUB0] -> GSI 21 (level, low) -> IRQ 21
[ 6.390736] ohci_hcd 0000:00:0b.0: setting latency timer to 64
[ 6.390739] ohci_hcd 0000:00:0b.0: OHCI Host Controller
[ 6.390817] ohci_hcd 0000:00:0b.0: new USB bus registered, assigned bus number 2
[ 6.390856] ohci_hcd 0000:00:0b.0: irq 21, io mem 0xfebbe000
[ 6.452111] usb usb2: configuration #1 chosen from 1 choice
[ 6.452138] hub 2-0:1.0: USB hub found
[ 6.452148] hub 2-0:1.0: 8 ports detected
[ 6.452262] uhci_hcd: USB Universal Host Controller Interface driver
[ 6.452361] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 6.452363] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 6.452762] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 6.480052] mice: PS/2 mouse device common for all mice
[ 6.570082] rtc_cmos 00:02: RTC can wake from S4
[ 6.570127] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 6.570162] rtc0: alarms up to one year, y3k, 114 bytes nvram
[ 6.570245] device-mapper: uevent: version 1.0.3
[ 6.570402] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
[ 6.570460] device-mapper: multipath: version 1.0.5 loaded
[ 6.570463] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 6.570539] cpuidle: using governor ladder
[ 6.570541] cpuidle: using governor menu
[ 6.571017] TCP cubic registered
[ 6.571096] NET: Registered protocol family 10
[ 6.571501] lo: Disabled Privacy Extensions
[ 6.571792] NET: Registered protocol family 17
[ 6.571824] Bluetooth: L2CAP ver 2.11
[ 6.571826] Bluetooth: L2CAP socket layer initialized
[ 6.571828] Bluetooth: SCO (Voice Link) ver 0.6
[ 6.571830] Bluetooth: SCO socket layer initialized
[ 6.571897] Bluetooth: RFCOMM socket layer initialized
[ 6.571906] Bluetooth: RFCOMM TTY layer initialized
[ 6.571908] Bluetooth: RFCOMM ver 1.10
[ 6.571956] powernow-k8: Found 1 AMD Sempron(tm) Processor 3000+ processors (1 cpu cores) (version 2.20.00)
[ 6.572000] powernow-k8: 0 : fid 0xa (1800 MHz), vid 0x6
[ 6.572002] powernow-k8: 1 : fid 0x2 (1000 MHz), vid 0xa
[ 6.572154] registered taskstats version 1
[ 6.572315] Magic number: 13:441:95
[ 6.572349] pci_express 0000:00:03.0:pcie03: hash matches
[ 6.572408] rtc_cmos 00:02: setting system clock to 2009-10-09 21:03:36 UTC (1255122216)
[ 6.572411] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 6.572413] EDD information not available.
[ 6.572478] Freeing unused kernel memory: 536k freed
[ 6.572994] Write protecting the kernel read-only data: 6688k
[ 6.611891] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 6.982738] md: linear personality registered for level -1
[ 7.000036] usb 2-1: new low speed USB device using ohci_hcd and address 2
[ 7.003185] md: multipath personality registered for level -4
[ 7.022809] md: raid0 personality registered for level 0
[ 7.044186] md: raid1 personality registered for level 1
[ 7.062640] xor: automatically using best checksumming function: generic_sse
[ 7.110012] generic_sse: 5333.600 MB/sec
[ 7.110014] xor: using function: generic_sse (5333.600 MB/sec)
[ 7.171442] async_tx: api initialized (async)
[ 7.340025] raid6: int64x1 1503 MB/s
[ 7.510024] raid6: int64x2 2080 MB/s
[ 7.680043] raid6: int64x4 1655 MB/s
[ 7.850026] raid6: int64x8 1517 MB/s
[ 8.020017] raid6: sse2x1 2152 MB/s
[ 8.190022] raid6: sse2x2 2993 MB/s
[ 8.360022] raid6: sse2x4 3178 MB/s
[ 8.360024] raid6: using algorithm sse2x4 (3178 MB/s)
[ 8.360028] md: raid6 personality registered for level 6
[ 8.360030] md: raid5 personality registered for level 5
[ 8.360031] md: raid4 personality registered for level 4
[ 8.408125] usb 2-1: configuration #1 chosen from 1 choice
[ 8.618633] md: raid10 personality registered for level 10
[ 8.791057] usbcore: registered new interface driver hiddev
[ 8.798520] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:0b.0/usb2/2-1/2-1:1.0/input/input4
[ 8.850183] generic-usb 0003:046D:C050.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:0b.0-1/input0
[ 8.850207] usbcore: registered new interface driver usbhid
[ 8.850210] usbhid: v2.6:USB HID core driver
[ 8.893123] 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[ 8.893157] 8139cp 0000:04:08.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip, use 8139too
[ 8.897035] 8139too Fast Ethernet driver 0.9.28
[ 8.905473] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 19
[ 8.905491] 8139too 0000:04:08.0: PCI INT A -> Link[LNKA] -> GSI 19 (level, low) -> IRQ 19
[ 8.906496] eth0: RealTek RTL8139 at 0xc800, 00:00:1c:db:ee:22, IRQ 19
[ 8.906500] eth0: Identified 8139 chip type 'RTL-8139B'
[ 8.914060] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.61.
[ 8.914471] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 20
[ 8.914485] forcedeth 0000:00:14.0: PCI INT A -> Link[LMAC] -> GSI 20 (level, low) -> IRQ 20
[ 8.914490] forcedeth 0000:00:14.0: setting latency timer to 64
[ 8.914761] nv_probe: set workaround bit for reversed mac addr
[ 8.975962] md: bind<sdc>
[ 9.441076] forcedeth 0000:00:14.0: ifname eth1, PHY OUI 0x732 @ 1, addr 00:13:8f:87:8c:c2
[ 9.441081] forcedeth 0000:00:14.0: highdma pwrctl timirq lnktim desc-v3
[ 9.564074] PM: Starting manual resume from disk
[ 9.564080] PM: Resume from partition 8:6
[ 9.564082] PM: Checking hibernation image.
[ 9.564336] PM: Resume from disk failed.
[ 9.611516] kjournald starting. Commit interval 5 seconds
[ 9.611536] EXT3-fs: mounted filesystem with ordered data mode.
[ 15.699824] udev: starting version 141
[ 15.902254] parport_pc 00:05: reported by Plug and Play ACPI
[ 15.902316] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
[ 15.965032] i2c-adapter i2c-0: nForce2 SMBus adapter at 0x5000
[ 15.965051] i2c-adapter i2c-1: nForce2 SMBus adapter at 0x6000
[ 16.102524] udev: renamed network interface eth1 to eth0
[ 16.146809] udev: renamed network interface eth0_rename to eth1
[ 17.139185] ppdev: user-space parallel port driver
[ 17.509884] Ethernet Channel Bonding Driver: v3.3.0 (June 10, 2008)
[ 17.509891] bonding: MII link monitoring set to 100 ms
[ 17.530358] bonding: lo is being created...
[ 17.533635] bonding: Bond creation failed.
[ 17.832571] ACPI: PCI Interrupt Link [LACI] enabled at IRQ 23
[ 17.832580] Intel ICH 0000:00:10.2: PCI INT C -> Link[LACI] -> GSI 23 (level, low) -> IRQ 23
[ 17.832767] Intel ICH 0000:00:10.2: setting latency timer to 64
[ 18.170029] intel8x0_measure_ac97_clock: measured 50594 usecs
[ 18.170033] intel8x0: clocking to 46853
[ 18.350816] lp0: using parport0 (interrupt-driven).
[ 18.484655] Adding 1983988k swap on /dev/sda6. Priority:-1 extents:1 across:1983988k
[ 36.052790] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
[ 36.053036] EXT3 FS on sda5, internal journal
[ 37.072714] ReiserFS: md0: warning: sh-2006: read_super_block: bread failed (dev md0, block 2, size 4096)
[ 37.072723] ReiserFS: md0: warning: sh-2006: read_super_block: bread failed (dev md0, block 16, size 4096)
[ 37.072727] ReiserFS: md0: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on md0
[ 37.477923] type=1505 audit(1255115047.397:2): operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" name2="default" pid=2231
[ 37.537599] type=1505 audit(1255115047.457:3): operation="profile_load" name="/sbin/dhclient-script" name2="default" pid=2235
[ 37.537802] type=1505 audit(1255115047.457:4): operation="profile_load" name="/sbin/dhclient3" name2="default" pid=2235
[ 37.537879] type=1505 audit(1255115047.457:5): operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" name2="default" pid=2235
[ 37.537937] type=1505 audit(1255115047.457:6): operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" name2="default" pid=2235
[ 37.695726] type=1505 audit(1255115047.617:7): operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" name2="default" pid=2240
[ 37.696020] type=1505 audit(1255115047.617:8): operation="profile_load" name="/usr/sbin/cupsd" name2="default" pid=2240
[ 37.734517] type=1505 audit(1255115047.657:9): operation="profile_load" name="/usr/sbin/tcpdump" name2="default" pid=2244
[ 46.385735] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 46.385739] Bluetooth: BNEP filters: protocol multicast
[ 46.411613] Bridge firewalling registered
[ 47.869845] ACPI: PCI Interrupt Link [LNEA] enabled at IRQ 18
[ 47.869862] pci 0000:03:00.0: PCI INT A -> Link[LNEA] -> GSI 18 (level, low) -> IRQ 18
[ 48.156832] [drm] Initialized drm 1.1.0 20060810
[ 48.347346] pci 0000:03:00.0: setting latency timer to 64
[ 48.347544] [drm] Initialized radeon 1.29.0 20080528 on minor 0
[ 49.041057] [drm] Setting GART location based on new memory map
[ 49.041331] [drm] Loading R500 Microcode
[ 49.041550] [drm] Num pipes: 4
[ 49.041559] [drm] writeback test succeeded in 1 usecs
[ 52.076329] eth1: link up, 100Mbps, full-duplex, lpa 0x45E1
[ 62.400032] eth1: no IPv6 routers present
[ 62.550027] eth0: no IPv6 routers present
[ 73.024017] UDF-fs: No VRS found
[ 110.900035] Clocksource tsc unstable (delta = -222316601 ns)




mdadm --assemble /dev/md0 /dev/sdb1 /dev/sdc1
mdadm: metadata format 00.90 unknown, ignored.
mdadm: /dev/md0 has been started with 2 drives.




cat /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md0 : active raid1 sdb1[0] sdc1[1]
195358336 blocks [2/2] [UU]

unused devices: <none>

cane
09.10.09, 21:27
[ 36.053036]
[ 37.072714] ReiserFS: md0: warning: sh-2006: read_super_block: bread failed (dev md0, block 2, size 4096)
[ 37.072723] ReiserFS: md0: warning: sh-2006: read_super_block: bread failed (dev md0, block 16, size 4096)
[ 37.072727] ReiserFS: md0: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on md0


Hast Du wirklich ein ReiserFS als Dateisystem?
Wundert mich das Du die Dateisysteme gemischt hast...


mfg
cane

quinte17
10.10.09, 13:39
entferne mal aus deiner mdadm.conf folgenden teil:


metadata=00.90

edit:
die initramfs danach aktualisieren...

pinpin
12.10.09, 19:56
Hi,

das hat etwas gebracht. Gibt jetzt keine Probleme mehr.
Habe ich dadurch Nachteile?

quinte17
12.10.09, 23:03
nein. der raidtreiber erkennt automatisch welche headerversion er nehmen muss.

der einzige nachteil liegt höchstens an dem 0.9er header, allerdings könnte ich jetzt keine nennen.

pinpin
13.10.09, 08:16
Okay, danke!!