Hi both
Maybe an explanation found during my sleeping :mrgreen: :mrgreen:
To check it, matzi you must remember what you did a long time ago.
When you update the firmware via the webinterface, the firmware version on sdx7 is never upgraded and so you always keep the version of the first install.
With you nwsp2 I assume you use an old version : so before 15.0
For the 5big2, we made some changes in the rcS to update the device node (added a udevstart before chroot file system on sda1/2). We made these changes with version 15.0 if I remember well. So if on partition 7, you don't have this version and then maybe the device nodes are not rightly updated before chroot and so when the rcS script chroot the file system it uses a wrong partition but I am not sure about this idea
So to check that you must install version 15.2 (I'd rather that you don't use 15-3 : it 's an easy way to check your issue) on the partition 7 : you can do that only with the disk not used to boot the NAS (so the disk on your 2d slot)
- Code: Select all
dd if=/pathto/firmware15.x.img of=/dev/sdb7
After doing this and swapping the disk on the slot1, the nas should boot on sda7 and you must see as firmware version 15.2 because the firmware is no longer chrooted (no file in /lacie-boot)
so create now the file sda1boot
- Code: Select all
touch /lacie-boot/sda1boot
and restart the nas. The file system is now chrooted and you must see as firmware version 15.3 if my explanation is right. :scratch :crazy
You do not have the required permissions to view the files attached to this post.