Hello community! I got a strange one I am looking for some guidance on. Below is my jffs space and allocations:
If I try and overwrite the TrafficAnalyzer.db I get the error below:
Also writing a dummy file to /jffs fails:
lsof does not show any files that may have been deleted from /jffs. I also rebooted.
Short of rebuilding, any suggestions as to how I can make /jffs realize it does have a bit of space to work with?
Thanks in advance!
Code:
df -h /jffs/
Filesystem Size Used Available Use% Mounted on
/dev/mtdblock8 48.0M 44.0M 4.0M 92% /jffs
du -h /jffs/
1.1M /jffs/scripts/ntpmerlin.d
15.0K /jffs/scripts/uiScribe.d
55.5K /jffs/scripts/uiDivStats.d
1.3M /jffs/scripts/connmon.d
235.0K /jffs/scripts/shared-jy
6.0K /jffs/scripts/.d
3.5M /jffs/scripts
0 /jffs/syslog.log
0 /jffs/syslog.log-1
1.5K /jffs/etc
965.5K /jffs/signature
10.5K /jffs/configs
375.5K /jffs/usericon
15.0K /jffs/nvram
182.0K /jffs/.sys/AiProtectionMonitor
30.5K /jffs/.sys/cfg_mnt
2.7M /jffs/.sys/WebHistory
22.2M /jffs/.sys/TrafficAnalyzer
19.7M /jffs/.sys/nc
44.8M /jffs/.sys
6.0K /jffs/.cert
21.0K /jffs/openvpn
49.8M /jffs/
If I try and overwrite the TrafficAnalyzer.db I get the error below:
Code:
cat /dev/null > /jffs/.sys/TrafficAnalyzer/TrafficAnalyzer.db
-sh: can't create /jffs/.sys/TrafficAnalyzer/TrafficAnalyzer.db: No space left on device
Also writing a dummy file to /jffs fails:
Code:
touch /jffs/test
touch: /jffs/test: No space left on device
lsof does not show any files that may have been deleted from /jffs. I also rebooted.
Short of rebuilding, any suggestions as to how I can make /jffs realize it does have a bit of space to work with?
Thanks in advance!