- Code: Select all
mdadm --stop /dev/md127 (because array was autoassemble on my linux machine)
mdadm --assemble --update-minor /dev/md0 /dev/sdb1 /dev/sdb2 (to recreate metadata with correct md0)
mkefs -t ext3 -m 1 /dev/md0 (to format partition)
mount -t ext3 /dev/md0 /mnt/wd
tar -xvf /p10rootfs.tar.gz -C /mnt/wd (to extract all files and directories)
Then I've checked that there was link /sbin/init -> /bin/busybox (and it has execute permissions). After that I've unmount partition
- Code: Select all
umount /mnt/wd
...and stop array with
- Code: Select all
mdadm --stop /dev/md0
After I reconnect disc to wd and start it - nothing has changed. There is still same error. Here is the output from terminal.