maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   N900 - Issues surrounding full root partition (No space left on device) (https://talk.maemo.org/showthread.php?t=33362)

Rob1n 2011-02-25 14:46

Re: N900 root partition at 88%
 
Quote:

Originally Posted by sumeet (Post 955212)
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

sumeet 2011-02-25 15:02

Re: N900 root partition at 88%
 
Quote:

Originally Posted by Rob1n (Post 955224)
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...]

Rob1n 2011-02-25 16:09

Re: N900 root partition at 88%
 
Quote:

Originally Posted by sumeet (Post 955234)
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


sumeet 2011-02-25 16:26

Re: N900 - Issues surrounding full root partition (No space left on device)
 
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
$

Rob1n 2011-02-25 16:37

Re: N900 - Issues surrounding full root partition (No space left on device)
 
Quote:

Originally Posted by sumeet (Post 955309)
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.

saej00 2011-04-10 13:39

Re: N900 - Issues surrounding full root partition (No space left on device)
 
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 ?

amjadk 2011-04-15 16:14

Re: N900 - Issues surrounding full root partition (No space left on device)
 
Quote:

Originally Posted by saej00 (Post 985026)
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?

andrej.lj 2012-01-22 10:03

Re: N900 - Issues surrounding full root partition (No space left on device)
 
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.

michaaa62 2012-01-22 10:17

Re: N900 - Issues surrounding full root partition (No space left on device)
 
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 2012-04-17 16:23

Re: N900 - Issues surrounding full root partition (No space left on device)
 
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 :D)
2-reboot after the commands to get the actuall freed space
3- type in terminal : and see how much availble befor and after :D
4- when using mkdir command if you got file exist tjen it is ok just complete :D
5-when using mv commnd if you got no such file or directory then you dont need that step and complete :D
**********
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 :D)
*****************************
i wou.d love to make a shell script for that commands but sorry for NOW i dont know
"sorry for the fingers pain :D"
*****************************
and dont forget to run this every several days
apt-get clean
apt-get autoclean
apt-get autoremove
***********************
CHEERS!
SIFO.


All times are GMT. The time now is 13:07.

vBulletin® Version 3.8.8