|
|
03-25-2012
, 08:33 AM
|
|
|
Posts: 1,412 |
Thanked: 779 times |
Joined on Dec 2011
@ Harmattan
|
#2
|
|
|
03-25-2012
, 01:22 PM
|
|
Posts: 15 |
Thanked: 11 times |
Joined on Oct 2011
|
#3
|
|
|
11-07-2012
, 01:03 PM
|
|
Posts: 181 |
Thanked: 78 times |
Joined on Dec 2009
|
#4
|
|
|
11-07-2012
, 03:15 PM
|
|
Posts: 181 |
Thanked: 78 times |
Joined on Dec 2009
|
#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)) }'
|
|
11-08-2012
, 05:16 AM
|
|
Posts: 1,263 |
Thanked: 2,053 times |
Joined on Feb 2011
@ Germany
|
#6
|

dfree()
{
space=`df -B 1 | tail -1 | awk '{ print $4 }' `
[ $? -ne 0 ] && return 0
return $space
}
|
|
11-08-2012
, 05:25 AM
|
|
Posts: 181 |
Thanked: 78 times |
Joined on Dec 2009
|
#7
|
![]() |
| Thread Tools | Search this Thread |
|
In the logs found this - /var/log/maemo-optify-boottime.log
Free space:
Last edited by SeT; 03-25-2012 at 08:23 AM.