My raid is up. But the speed is horrible. I have a direct 1Gb link and before the alignment the transfer rate was 2.5 M/sec, now its 4.5 M/s. Its not even 100Mb link. This is terrible. When the raid was re-syncing, the speed was about 100 000 K/s from # cat /proc/mdstat command. Twice higher than in the guide. I am so disappointed. If anybody has any suggestions I’d really appreciate it.
For others, who is trying (hoping) to get it working, here’s my experience, I hope other people can get something from it.
1 x DNS-321
2 x 2TB WD EARS
Linux experience – eeh, I’ve heard about it. (Beginner)
Looks like I’ve got all the problems mentioned in this discussion and some more. I will not go through all of them, but want to mention some things.
1. fdisk: not found.
The line in starttelnet.sh:
cp /mnt/HD_a2/ffp /ffp
does not work for me. There is no /ffp after reboot. So, I had to modify my starttelnet.sh as:
mkdir /ffp
mkdir /ffp/lib
cp /mnt/HD_a2/ffp/lib/*.* /ffp/lib
Now fdisk can find all the libs and starts just fine.
2. Double echo with telnet (can’t modify first sector in fdisk). Just hold Ctrl when you press Enter. That’s it. You only need to do that in fdisk. Other than that place everything works ok with duplicating the Enter.
3. Some files are missing (again I am using DNS-321), or in a different places. The most important
/mnt/HD_a4/mdadm.conf and
/mnt/HD_b4/mdadm.conf
In my setup they are:
/mnt/HD_a4/.systemfiles/mdadm.conf and
/mnt/HD_b4/.systemfiles/mdadm.conf
I also didn’t have
write_hdverify
I did
hd_verify –w
just for the heck of it. Don’t know if it is the same. It gave me bunch of crap, but who cares. Everything worked.
That is probably it. I followed the guide and was able to recreate raid with partitions aligned the way it should be. Thank you very much for the guide and all your help.