Hi,

Am Mon, 14 Nov 2016 18:10:56 +0000
schrieb James Allsopp <jamesaalls...@googlemail.com>:

> [..]
> root@OpenWrt:~# df -h /

maybe the filesystem has no free inodes left.
Sadly "df -i" is not supported by the default busybox configuration in openwrt.
You can take a look at the filesystem from the outside:
 tune2fs -l firmware.img
Look for "Free inodes".

In this case you need to recreate the filesystem, since the inode count is only
configurable during filesystem creation.

Cheers,
Lars
_______________________________________________
openwrt-users mailing list
openwrt-users@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to