Pomoc Błąd RAID5 po restarcie

mirek3814

Q-lubowicz
Noobie
2 Marzec 2009
9
2
53
60
Warszawa
QNAP
TS-419P
Ethernet
1 GbE
Po prawidłowym restarcie pojawiło się ostrzeżenie o błędzie macierzy i zaleceniu zrobienia Check. Przy próbie poprawy pojawia się info:

Server Name: XXX
IP Address: XXXX
Date/Time: 2014/03/17 18:25:06
Level: Error
[RAID5 Disk Volume: Drive 1 2 3 4] Examination failed

Dyski przeskanowane na obecnośc błedów i nic złego nie pokazują.
Jak poprawić ten niepewny stan?

pozdrawiamGdzieś znalazłem, pomogło:

all services and running a manual e2fsck on the QNAP device.

ssh in (admin@ip)

stop all services
Bash:
/etc/init.d/services.sh stop
/etc/init.d/Qthttpd.sh stop # This seems to be an issue with not being able to umount md0

Unmount the raid
Bash:
umount /dev/md0

Add extra swap to stop “out of memory error”.
Firstly using space on QNAP:
Bash:
dd if=/dev/zero of=/mnt/HDA_ROOT/swap350 bs=1M count=350
mkswap /mnt/HDA_ROOT/swap350
swapon /mnt/HDA_ROOT/swap350

Run FS check
Bash:
e2fsck -f -v -C 0 /dev/md0

Don’t forget to remove the swap
Bash:
swapoff /mnt/HDA_ROOT/swap350
rm /mnt/HDA_ROOT/swap350

Restart the QNAP device
Bash:
reboot

I have had to use both options before to restore the QNAP device from time to time.
 
  • Lubię to
Reakcje: kaktus

Użytkownicy znaleźli tą stronę używając tych słów:

  1. e2fsck