Reply
Thread Tools
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#251
Originally Posted by sumeet View Post
unable to receive or send new messages
device storage full
remove data to free memory

by the way thanks for prompt response :-)
Okay, and what's the output from running (in X Terminal):
Code:
df -h / /home
 

The Following User Says Thank You to Rob1n For This Useful Post:
Posts: 4 | Thanked: 0 times | Joined on Feb 2011
#252
Originally Posted by Rob1n View Post
Okay, and what's the output from running (in X Terminal):
Code:
df -h / /home
df: invalid option -- /
Busybox v1.10.2(debian3:1.10.2.legal-losso30+0OM5) multi-ca1 binary

usage : df [-hmk] [file system...]
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#253
Originally Posted by sumeet View Post
df: invalid option -- /
Busybox v1.10.2(debian3:1.10.2.legal-losso30+0OM5) multi-ca1 binary

usage : df [-hmk] [file system...]
Sorry, my mistake - you need to run it as two separate commands:
Code:
df -h /
df -h /home
 
Posts: 4 | Thanked: 0 times | Joined on Feb 2011
#254
Filesystem size used available use % mount
ed on rootfs 227.8m 138.2m 85.3m 62% /
$

Filesystem size used available use % mount
ed on
/dev/ mmcb1k0p2 2.0g 342.5m 1.5g 18% /hom
$
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#255
Originally Posted by sumeet View Post
Filesystem size used available use % mount
ed on rootfs 227.8m 138.2m 85.3m 62% /
$

Filesystem size used available use % mount
ed on
/dev/ mmcb1k0p2 2.0g 342.5m 1.5g 18% /hom
$
Okay, so it's definitely not a problem with disk space. That probably means you've got a corrupted database file. If this is when trying to send/receive SMSes (or IMs), see here for a fix.
 
Posts: 6 | Thanked: 0 times | Joined on Apr 2011
#256
Hi
Please help me for my n900 !!!
I change my n900 OS with os image in download page .
But when i change it ... my rootfs partition space is 227MB!!!
I change it for several times , but still have problem.
How to i can fix it ?
 
Posts: 33 | Thanked: 33 times | Joined on Aug 2010 @ Amman - Jordan
#257
Originally Posted by saej00 View Post
Hi
Please help me for my n900 !!!
I change my n900 OS with os image in download page .
But when i change it ... my rootfs partition space is 227MB!!!
I change it for several times , but still have problem.
How to i can fix it ?
same here, any solution?
 
Posts: 1 | Thanked: 0 times | Joined on Jan 2012
#258
Hi,
I would also need some help.

rootfs
Size 227.9M
Used 127.9M
Available 95.8M
Use% 57%

/dev/mmcblk0p2
Size 2.0G
Used 1.9G
Available 0
Use% 100%

The Settings>Memory shows
26,32GB available on Nokia N900 and
93,7MB available for Memory for installable applications

My problem is most likely emails - I use 3 Gmail accounts (1 private and 2 work ones), on IMAP protokol, so I cannot just delete emails. I had 4 accounts before, but had to remove one because of memory issues. Now, after a while also with 3, I am stuck without being able to download emails.
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#259
Please do not hide the error you are receiving because of email problems here in this thread, because knowledgeable people may not check this thread, but would answer to the problem if addressed in the title correctly. I remember having read about others having problems like that solved, but do not remember where and when i read it...
 
sifo's Avatar
Posts: 1,359 | Thanked: 1,292 times | Joined on Oct 2011 @ Tartus.Syria
#260
Hi im not responsable about any damage to your system ( for me nothing happend )
Copy and paste these commands exactly as they are to save some root space from 5-->20 MB
NOTE...: 1-If you faced a problem with the application manager after this commands just move the files back to where were they (for me nothing happend )
2-reboot after the commands to get the actuall freed space
3- type in terminal : and see how much availble befor and after
4- when using mkdir command if you got file exist tjen it is ok just complete
5-when using mv commnd if you got no such file or directory then you dont need that step and complete
**********
df -h /
**********
COMMANDS:
******************************
root
mkdir /home/var
mkdir /home/usr
mkdir -p /home/var/lib
mkdir -p /home/usr/python2.5
mkdir -p /home/var/cache
mkdir -p /home/usr/lib
mv /var/lib/apt /home/var/lib && ln -s /home/var/lib/apt /var/lib
mv /var/lib/dpkg /home/var/lib && ln -s /home/var/lib/dpkg /var/lib
mv /var/cache/apt /home/var/cache && ln -s /home/var/cache/apt /var/cache
mv /usr/lib/dpkg /home/usr/lib/ && ln -s /home/usr/lib/dpkg /usr/ib/
mv /usr/lib/apt /home/usr/lib/ && ln -s /home/usr/lib/apt /usr/lib/
mv /usr/lib/nokiamaps-navigation-provider /home/usr/lib/ && ln -s /home/usr/lib/nokiamaps-navigation-provider /usr/lib
mv /usr/lib/python2.5/bsddb/ /home/usr/lib/python2.5 && ln -s /home/usr/lib/python2.5/bsddb/
mv /usr/lib/python2.5/compiler/ /home/usr/lib/python2.5 && ln -s /home/usr/lib/python2.5/compiler/
mv /usr/lib/python2.5/config/ /home/usr/lib/python2.5 && ln -s /home/usr/lib/python2.5/config/
mv /usr/lib/python2.5/ctypes/ /home/usr/lib/python2.5 && ln -s /home/usr/lib/python2.5/ctypes/
mv /usr/lib/python2.5/curses/ /home/usr/lib/python2.5 && ln -s /home/usr/lib/python2.5/curses
mv /usr/lib/python2.5/encoding/ /home/usr/lib/python2.5 && ln -s /home/usr/lib/python2.5/encoding/
mv /usr/lib/python2.5/hotshot/ /home/usr/lib/python2.5 && ln -s /home/usr/lib/python2.5/hotshot/
mv /usr/lib/python2.5/idlelib/ /home/usr/lib/python2.5 && ln -s /home/usr/lib/python2.5/idlelib/
mv /usr/lib/python2.5/lib-dynload/ /home/usr/lib/python2.5 && ln -s /home/usr/lib/python2.5/lib-dynload/
mv /usr/lib/python2.5/lib-tk/ /home/usr/lib/python2.5 && ln -s /home/usr/lib/python2.5/lib-tk/
mv /usr/lib/python2.5/logging/ /home/usr/lib/python2.5 && ln -s /home/usr/lib/python2.5/logging/
mv /usr/lib/python2.5/plat-linux2/ /home/usr/lib/python2.5 && ln -s /home/usr/lib/python2.5/plat-linux2/
mv /usr/lib/python2.5/sqlite3/ /home/usr/lib/python2.5 && ln -s /home/usr/lib/python2.5/sqlite3/
mv /usr/lib/python2.5/wsgiref/ /home/usr/lib/python2.5 && ln -s /home/usr/lib/python2.5/wsgiref/
mv /usr/lib/python2.5/xml/ /home/usr/lib/python2.5 && ln -s /home/usr/lib/python2.5/xml/
******************************
mkdir -p: means that creat the directories without errors
&&: means that what followes need to be done immediately after what behind && (just for saving time )
*****************************
i wou.d love to make a shell script for that commands but sorry for NOW i dont know
"sorry for the fingers pain "
*****************************
and dont forget to run this every several days
apt-get clean
apt-get autoclean
apt-get autoremove
***********************
CHEERS!
SIFO.
__________________
[ N900-Crack ] [ The Purge ] [ New Smiles ] [ New icons ] [ ? ]
" Hey ! I've just met you and this is crazy, so install cssu maybe ? "
Please help out keeping Maemo.org alive, and consider donating.
https://www.facebook.com/ZoRk7
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 19:54.