View Single Post
Posts: 188 | Thanked: 34 times | Joined on Dec 2009
#107
Originally Posted by jakiman View Post
Here's a script I'm using for Rootfs usage info. Hope someone finds it useful.

Title: Rootfs Usage:

Code:
df -h | grep ubi0 | awk '{print $5,"used",",",$4"B","free"}'
example output:

Rootfs Usage: 82% used , 40.9MB free
thanks using it now, this can be a life saving.