I had to reinstall my B3 this week using the usb recovery method. This worked without a hassle. I had been mirroring my B3 on a Bubba storage disk using raid so after the reinstall I wanted to recover the data from my storage disk to get everything back in my home folders. Unfortunately this fails.
When I do a RAID recovery I select the storage disk (/dev/smb1) and start the recovery. Unfortunately the recovery stops at 66.67% with the following error: "Error: Operation failed: /usr/sbin/diskmanager md add /dev/md0 /dev/sda2" (cfr attached screenshot). It leaves my system borked (red led) after this failure.
This appeared in the syslog when I dit the recovery
Code: Select all
Nov 5 14:46:18 b3 kernel: [ 545.934381] Out of memory: Kill process 2376 (diskdaemon.pl) score 804 or sacrifice child
Nov 5 14:46:18 b3 kernel: [ 545.942530] Killed process 2376 (diskdaemon.pl) total-vm:1660240kB, anon-rss:429836kB, file-rss:44kB
Code: Select all
mdadm --detail /dev/md0
Code: Select all
/dev/md0:
Version : 0.90
Creation Time : Sun Nov 28 15:04:27 2010
Raid Level : raid1
Array Size : 1950367680 (1860.02 GiB 1997.18 GB)
Used Dev Size : 1950367680 (1860.02 GiB 1997.18 GB)
Raid Devices : 2
Total Devices : 1
Preferred Minor : 0
Persistence : Superblock is persistent
Update Time : Sat Nov 5 14:56:08 2011
State : clean, degraded
Active Devices : 1
Working Devices : 1
Failed Devices : 0
Spare Devices : 0
UUID : 36875b51:59ff88cf:bd94c120:a359a404
Events : 0.7
Number Major Minor RaidDevice State
0 0 0 0 removed
1 8 17 1 active sync /dev/sdb1
I'm not a server specialist but I know my way around a little bit using a terminal/ssh.
Regards,
Guy