Why there is space difference between jffs between du and df?
I see this used goes upto 20M then reset backs to 3M.
Code:
/tmp/mnt/himani/entware/var/log# du -ak /jffs | sort -nr | head
3116 /jffs
980 /jffs/signature/rule.trf
980 /jffs/signature
848 /jffs/addons
728 /jffs/addons/shared-jy
564 /jffs/scripts
268 /jffs/.sys
264 /jffs/addons/shared-jy/d3.js
212 /jffs/scripts/arp
200 /jffs/scripts/arp/mhttp_arm64
/tmp/mnt/himani/entware/var/log# df -h /jffs
Filesystem Size Used Available Use% Mounted on
ubi:jffs2 44.5M 7.0M 35.1M 17% /jffs
I see this used goes upto 20M then reset backs to 3M.