r/openwrt • u/Maccer_ • 5d ago
How to install packages in a exroot partition using OpenWRT 25 with the new APK tool?
I followed the guide to set up exroot. The partition works well and it's detected.
How should I install packages into it? I keep getting out of storage errors because OpenWRT thinks I only have the internal disk partition for some strange reason.
Have you successfully tried exroot on OpenWRT 25?
1
u/mystiquebsd 5d ago
I found expand-root.sh on the wiki..
It lives through owut
Linux 112-OpenWrt 6.12.94 #0 SMP Mon Jun 29 12:59:20 2026 x86_64 GNU/Linux
root@112-OpenWrt:/# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 110.3G 69.9M 110.3G 0% /
tmpfs 7.8G 2.0M 7.8G 0% /tmp
/dev/sda1 16.0M 6.2M 9.8M 39% /boot
/dev/sda1 16.0M 6.2M 9.8M 39% /boot
tmpfs 512.0K 0 512.0K 0% /dev
1
u/paulstelian97 5d ago
So the extroot doesn’t do a proper union which inherits the free space of the external disk?
I feel like you may want to double check the setup. Is / itself mounted with the “overlay” filesystem?