Getting Bus error

Hello!
How are you?
I start getting Bus error.
I found, my ROM is full 100%.

root@home:/opt/router-scripts-openwrt# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root                26.0M     26.0M         0 100% /rom
tmpfs                   249.5M      2.2M    247.3M   1% /tmp
/dev/sda1                 9.8G    194.7M      9.1G   2% /overlay
overlayfs:/overlay        9.8G    194.7M      9.1G   2% /
ubi1:syscfg              70.2M    260.0K     66.4M   0% /tmp/syscfg
tmpfs                   512.0K         0    512.0K   0% /dev
/dev/sda3                88.1G      3.3G     80.2G   4% /media/storage
//192.168.78.20/router-logs
                        101.0G     55.2G     45.8G  55% /mnt/router-logs
root@home:/opt/router-scripts-openwrt# 

what is weird is that i am using overlay, so how can my ROM 100% full.
Any ideas?
Thanks!

ROM, read-only memory (file system). By definition, you can’t ever write to it and it is sized to just hold what’s in it, so it’s always 100% full.

so the Bus error is something else? Every time is use npm install is says Bus error...
Maybe it is a nodejs error, I talk to the guy. Weird.

Correct. Node might be the problem.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.