So if you create a file within a path starting with "/mnt/DISUNITY," it's written to "/dev/sda1," your hard drive/USB key.
If you create a file in "/tmp," and all the directories below it, it's written to RAM (to be sure, you need the "df -h" command output).
If you create a file elsewhere, it'll be stored in "/dev/ubi0_5," a part of the router's flash drive.
Is that clear, or do you need more details?
A very similar example (on my router):
mount; echo; df -h
/dev/ubiblock0_0 on /rom type squashfs (ro,relatime,errors=continue)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
/dev/ubi0_1 on /overlay type ubifs (rw,noatime,assert=read-only,ubi=0,vol=1)
overlayfs:/overlay on / type overlay (rw,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work)
tmpfs on /dev type tmpfs (rw,nosuid,noexec,noatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,noatime,mode=600,ptmxmode=000)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,noatime)
bpffs on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,noatime,mode=700)
/dev/sda1 on /tmp/mnt type ext2 (rw,relatime)
Filesystem Size Used Available Use% Mounted on
/dev/root 12.0M 12.0M 0 100% /rom
tmpfs 121.6M 15.5M 106.2M 13% /tmp
/dev/ubi0_1 8.3M 380.0K 7.5M 5% /overlay
overlayfs:/overlay 8.3M 380.0K 7.5M 5% /
tmpfs 512.0K 0 512.0K 0% /dev
/dev/sda1 14.2G 703.6M 12.8G 5% /tmp/mnt