No problem, but i don't know if all the steps i took are required, i did them because they made sense to me, maybe all that was needed was the the "hd_verify -w" command.
All i can share as confirmed is that if you get speed issues on one disk only, changing the slots could help.
I was having speed issues on disk2 so i:
1. Swapped the disk2 with disk3
2. Accessed the NAS trough SSH, but if it was telnet it would make no difference (you need to have fun_plug intalled).
3.Edited the files on /mnt/HD_a4
3.1 File "dsk_mapping" <-This allows me to keep disk 3 showing up as the "volume_2" share.
sda
sdc <--was sdb
sdb <--was sdc
sdd
3.2 File "raidtab2web" <--Not sure if this was needed.
Was:
status,0
filesystem,ext3
nonraid,sda2,sdb2,sdc2,sdd2
md0,null,null,null,null,null,null,null
md1,null,null,null,null,null,null,null
md2,null,null,null,null,null,null,null
md3,null,null,null,null,null,null,null
Is now:
status,0
filesystem,ext3
nonraid,sda2,sdc2,sdb2,sdd2
md0,null,null,null,null,null,null,null
md1,null,null,null,null,null,null,null
md2,null,null,null,null,null,null,null
md3,null,null,null,null,null,null,null
3.3 File ".x37c9E" (MAC's, serials and Magic# censored) <--Also not sure if this was needed.
Was:
magic: cxxxxxxxxxxxxxxxxxxxxx7
mac: 1xxxxxxxxxF
node: sda
p2: NORMAL * Z1xxxx2E * WD-WCAxxxx3129 * WD-WMAxxxxx083
Is now:
magic: cxxxxxxxxxxxxxxxxxxxxx7
mac: 1xxxxxxxxxF
node: sda
p2: NORMAL * WD-WCAxxxx3129 * Z1xxxx2E * WD-WMAxxxxx083
4. Run command "hd_verify -w"
5. Access WebGUI, and reboot the system
6. Access the WebGui and confirm that it no longer bugs you to change the disks back to the previous order.
7. Test copying files from each volume to a PC and see if the speed transfer is normal and sustained.