RAID 1 Partitionstabelle fehlerhaft
Posted: 2006-08-02 11:19
Hi
ich möchte hier ein RAID 1 System aufbauen bzw. die vorhandene hdd im Rechner spiegeln, allerdings funktioniert es nicht so wie ich mir wünsche;)....folgende Fehlermelddung bekomme ich wenn ich das / raid device erstellen möchte
das Problem begründet sich wohl darauf das die Plattengeometrie verschieden ist....ich weiß aber leider nicht wie ich das nun korrigieren kann ohne datenverlust zu erhalten. hier noch mal die Ausgabe von fdisk -l
ich hoffe ihr könnt mir ein wenig auf die Sprünge helfen, wie bzw. was ich machen muss um noch ein funktionierendes RAID 1 hinzu bekommen.
MfG
ACID25
ich möchte hier ein RAID 1 System aufbauen bzw. die vorhandene hdd im Rechner spiegeln, allerdings funktioniert es nicht so wie ich mir wünsche;)....folgende Fehlermelddung bekomme ich wenn ich das / raid device erstellen möchte
Code: Select all
md: could not bd_claim hda2
md: error, md_import_device() returned -16
mdadm hot add failed for /dev/hda2 Invalid argument
Code: Select all
Disk /dev/hda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 fd Linux raid autodetect
/dev/hda2 14 4611 36933435 fd Linux raid autodetect
/dev/hda3 4612 4865 2040255 fd Linux raid autodetect
Disk /dev/hdc: 80.0 GB, 80026361856 bytes
16 heads, 63 sectors/track, 155061 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 * 1 208 104391 fd Linux raid autodetect
Partition 1 does not end on cylinder boundary.
/dev/hdc2 208 73488 36933435 fd Linux raid autodetect
/dev/hdc3 73488 77536 2040255 fd Linux raid autodetect
MfG
ACID25