dê uma olhada no seu / etc / fstab
você pode ter uma configuração como esta:
/dev/sda1 /boot ext3
/dev/sda2 / ext3
/dev/md0 /mydatamountpoint ext3
/ dev / md0 é o seu dispositivo RAID.
De onde vem isso?
Quais são seus dispositivos RAID (membros físicos)?
# mdadm --misc --detail /dev/md0
Deve dizer-lhe.
# mdadm --manage --help
Usage: mdadm arraydevice options component devices...
This usage is for managing the component devices within an array.
The --manage option is not needed and is assumed if the first argument
is a device name or a management option.
The first device listed will be taken to be an md array device, and
subsequent devices are (potential) components of that array.
Options that are valid with management mode are:
--add -a : hotadd subsequent devices to the array
--remove -r : remove subsequent devices, which must not be active
--fail -f : mark subsequent devices as faulty
--set-faulty : same as --fail
--run -R : start a partially built array
--stop -S : deactivate array, releasing all resources
--readonly -o : mark array as readonly
--readwrite -w : mark array as readwrite
Isso deve ajudar você a fazer mais algumas etapas.
- Faça um backup de seus arquivos
- umount / dev / md0
- mdadm --manage --stop / dev / md0
- agora você pode acessar suas partições / arquivos idênticos e fazer o que quiser
- verifique seu /etc/mdadm.conf ou similar e verifique se há entradas desnecessárias