I want to increase the free space on the router since I've used up all the available 32mb of RAM.
My setup is a TL-1043ND with an external USB 3.0 HDD drive with a single partition mounted.
Is it possible when the router runs out of space in the memory to overflow to that mounted file on the external HDD?
Also how the overlay process can be achieved?
# free
total used free shared buffers
Mem: 29212 28236 976 0 2000
-/+ buffers: 26236 2976
Swap: 524284 6724 517560
# mount
rootfs on / type rootfs (rw)
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,noatime)
sysfs on /sys type sysfs (rw,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime,size=14608k)
tmpfs on /dev type tmpfs (rw,noatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,noatime,mode=600)
/dev/mtdblock3 on /overlay type jffs2 (rw,noatime)
overlayfs:/overlay on / type overlayfs (rw,relatime,lowerdir=/,upperdir=/overlay)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
/dev/sda1 on /mnt/media type ext3 (rw,relatime,user_xattr,barrier=1,nodelalloc,data=ordered)
none on /proc/bus/usb type usbfs (rw,relatime)
# df -h
Filesystem Size Used Available Use% Mounted on
rootfs 5.1M 4.8M 296.0K 94% /
/dev/root 2.0M 2.0M 0 100% /rom
tmpfs 14.3M 1.3M 13.0M 9% /tmp
tmpfs 512.0K 0 512.0K 0% /dev
/dev/mtdblock3 5.1M 4.8M 296.0K 94% /overlay
overlayfs:/overlay 5.1M 4.8M 296.0K 94% /
/dev/sda1 1.8T 83.0G 1.6T 5% /mnt/media
Thanks in advance for your support!