![]() |
2012-03-25
, 12:33
|
|
Posts: 1,583 |
Thanked: 1,203 times |
Joined on Dec 2011
@ Everywhere
|
#2
|
![]() |
2012-03-25
, 17:22
|
Posts: 16 |
Thanked: 11 times |
Joined on Oct 2011
|
#3
|
![]() |
2012-11-07
, 17:03
|
Posts: 181 |
Thanked: 82 times |
Joined on Jan 2010
|
#4
|
![]() |
2012-11-07
, 19:15
|
Posts: 181 |
Thanked: 82 times |
Joined on Jan 2010
|
#5
|
dfree() { space=`/bin/busybox stat -ft /home | /bin/busybox awk '{print int($5*$9/(1024*1024)) }'` [ $? -ne 0 ] && return 0 return $space }
stat -ft /home | awk '{print int($5*$9/(1024*1024)) }'
![]() |
2012-11-08
, 09:16
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#6
|
dfree() { space=`df -B 1 | tail -1 | awk '{ print $4 }' ` [ $? -ne 0 ] && return 0 return $space }
![]() |
2012-11-08
, 09:25
|
Posts: 181 |
Thanked: 82 times |
Joined on Jan 2010
|
#7
|
In the logs found this - /var/log/maemo-optify-boottime.log
Free space:
Last edited by SeT; 2012-03-25 at 12:23.