Wrt32x / snapshot sysupgrade - config not saved

On rango dmesg:

[    8.106096] ubi1: attached mtd9 (name "syscfg", size 86 MiB)
[    8.228609] UBIFS (ubi1:0): UBIFS: mounted UBI device 1, volume 0, name "syscfg"

mamba dmesg:

[    7.838078] ubi1: attached mtd8 (name "syscfg", size 38 MiB)

does not appear to try to mount, no message as to failure. But this seems wrong:

root@OpenWrt:/tmp/syscfg# cat /proc/mtd
dev:    size   erasesize  name
mtd0: 00100000 00020000 "u-boot"
mtd1: 00040000 00020000 "u_env"
mtd2: 00040000 00020000 "s_env"
mtd3: 00100000 00020000 "devinfo"
mtd4: 02800000 00020000 "kernel1"
mtd5: 02400000 00020000 "rootfs1"
mtd6: 02800000 00020000 "kernel2"
mtd7: 02400000 00020000 "ubi"
mtd8: 02600000 00020000 "syscfg"
mtd9: 00780000 00020000 "unused_area"
mtd10: 00008000 00008000 "spi0.0"

only recall there being 10 partitions.

Edit: guess not, old post, wiki is wrong as well.