Hi, I have noticed a change in the partition layout on our MultiPlus‑II GX devices, and I’d like to get confirmation from Victron or the community.
On our older MultiPlus‑II GX units (Venus‑OS installer v3.14, 20240124050751):
root@nanopi:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
mmcblk1 179:0 0 7.3G 0 disk
|-mmcblk1p1 179:1 0 8M 0 part
|-mmcblk1p2 179:2 0 2G 0 part
|-mmcblk1p3 179:3 0 2G 0 part /
|-mmcblk1p4 179:4 0 1K 0 part
`-mmcblk1p5 179:5 0 3.3G 0 part /data
mmcblk1boot0 179:8 0 4M 1 disk
mmcblk1boot1 179:16 0 4M 1 disk
On a newer MultiPlus‑II GX (Venus‑OS installer v3.66, 20250915121157):
root@nanopi:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
mmcblk1 179:0 0 7.3G 0 disk
├─mmcblk1p1 179:1 0 8M 0 part
├─mmcblk1p2 179:2 0 3.1G 0 part
├─mmcblk1p3 179:3 0 3.1G 0 part /
├─mmcblk1p4 179:4 0 1K 0 part
└─mmcblk1p5 179:5 0 1.2G 0 part /data
mmcblk1boot0 179:8 0 4M 1 disk
mmcblk1boot1 179:16 0 4M 1 disk
The total eMMC size (7.3 GB) has not changed; only the partitioning has shifted, going from 3.3 GB /data to 1.2 GB /data, while both root partitions were increased in size but the actual root filesystem remains unchanged.
Is this layout change intentional and expected behavior starting with a certain installer‑image generation?
Can you point me to the exact release / installer‑version where this change was introduced?
Currently, we use the /data directory to store:
- Custom modifications to the Venus OS Large image
- A small VPN client for remote access
- The Node‑RED flow and its required Node modules
1.2 GB is barely enough for our current use‑case, but we are lacking space apply updates to our modifications.
Is there a recommendation on where to persist these kinds of modifications? Or is there any way to increase the data partition again?
Thanks in advance!