
oneidepl
(usa RedHat)
Enviado em 29/11/2007 - 20:43h
Amigos:
Estou tentando configurar um arranjo RAID no SUSE 10 com 2 discos SATA em um servidor Proliant ML110 e toh tomando um banho. Pesquisei em diversos sistes pelo google e não obtive sucesso.
# fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 523 4200966 82 Linux swap / Solaris
/dev/sda2 * 524 556 265072+ 83 Linux
/dev/sda3 557 17527 136319557+ 83 Linux raid autodetect
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 523 4200966 fd Linux raid autodetect
/dev/sdb2 524 556 265072+ fd Linux raid autodetect
/dev/sdb3 557 17527 136319557+ fd Linux raid autodetect
Tento configurar assim:
# mdadm -C /dev/md0 --level=raid1 --raid-devices 2 /dev/sda3 /dev/sdb3
mdadm: Cannot open /dev/sda3: Device or resource busy
mdadm: /dev/sdb3 appears to contain a reiserfs file system
size = 136319552K
mdadm: create aborted
Alguem tem alguma sugestão ???