Active Topics

 


Reply
Thread Tools
Posts: 39 | Thanked: 19 times | Joined on Feb 2010 @ Piraeus Greece
#1
I`ll try to be quick and specific to my problem..I would like to make clear that before i post my problem i had checked around and did not found something similar to my problem!

So..my problem is that..after i had flashed my N900 and setup it as i wanted with multiboot-power kernel 46 and CSSU with all the apps i need i have got around 1.1 gb of free space on my /home folder..!

Then i said to my self, as i was excited to test those WebOS games..Why don`t try some of them..So i started to search for them and found them all..!I installed let`s say 16 of them some ware in *.deb format so i used the build in application mananger to install them and some others were in *.ipk format so i used the WebOS games app..!
And then boom as expected...i realised that my /home space was really low and i removed 2 of those WebOS games but my /home space doesn`t seems to free up space..!!!?5 minutes ago i removed an another one Sim3...before i removed it i have got 178mb free and now i have 139mb free in my /home..! Strange...
Can u suggest me something...??
 
Posts: 2,014 | Thanked: 1,581 times | Joined on Sep 2009
#2
Originally Posted by Cybergr View Post
I`ll try to be quick and specific to my problem..I would like to make clear that before i post my problem i had checked around and did not found something similar to my problem!

So..my problem is that..after i had flashed my N900 and setup it as i wanted with multiboot-power kernel 46 and CSSU with all the apps i need i have got around 1.1 gb of free space on my /home folder..!

Then i said to my self, as i was excited to test those WebOS games..Why don`t try some of them..So i started to search for them and found them all..!I installed let`s say 16 of them some ware in *.deb format so i used the build in application mananger to install them and some others were in *.ipk format so i used the WebOS games app..!
And then boom as expected...i realised that my /home space was really low and i removed 2 of those WebOS games but my /home space doesn`t seems to free up space..!!!?5 minutes ago i removed an another one Sim3...before i removed it i have got 178mb free and now i have 139mb free in my /home..! Strange...
Can u suggest me something...??
You best bet is to do a du -k on the /home partition and see where the space is being used. Make sure it is the webos stuff. Also its not a great idea to install random debs - you never know what might be in them
__________________
Class .. : Power Poster, Potential Coder
Humor .. : [*********] Alignment: Chaotic Evil
Patience : [***-------] Weapon(s): +2 Logic Mace
Agro ... : |*****-----] Relic(s) : G1, N900

 

The Following User Says Thank You to Bratag For This Useful Post:
Posts: 39 | Thanked: 19 times | Joined on Feb 2010 @ Piraeus Greece
#3
Bratag i have done what u suggest me and there is a huge list of files and space used, that huge that is impossible to see whats the problem is..! :-/
 
Posts: 434 | Thanked: 245 times | Joined on Jan 2010
#4
Originally Posted by Cybergr View Post
Bratag i have done what u suggest me and there is a huge list of files and space used, that huge that is impossible to see whats the problem is..! :-/
You can create a list in txt file with command:

Code:
du -h > /home/user/MyDocs/.documents/mylist.txt
Then just open mylist.txt with file editor (leafpad...).

Last edited by kolos; 2011-03-18 at 17:26. Reason: replaced command "du -k" with "du -h"
 

The Following User Says Thank You to kolos For This Useful Post:
MyNokiaN900's Avatar
Posts: 249 | Thanked: 217 times | Joined on Jan 2011 @ United Kingdom
#5
Actually I did a post on this exact topic not so long ago.
Not enough space in application install memory

I think those *.DEB games, even though they are the same WebOS games, they are not the actual WebOS games because they are meant to be *.IPK files. I am guessing you downloaded them from Torrents.

IPK files actually install to the large storage area and not your home directory.

I have some links in my post to threads on this site where one can find instructions on clearing out files on you N900. (safe links).
__________________
My Nokia N900 is my website, still up an running for the Maemo community. My Nokia N900 is upgraded to 21.2011.38-1Tmaemo1.1 ~ CSSU ready ~ Overclocked ~ Speed patched ~ Swappolube ~ was running 7 desktops ~ 270 apps and counting ~ Multi-Boot with Standard Kernel , Kernel Power 2.6.28.10power47 and NITDroid N12 "UMay".

Last edited by MyNokiaN900; 2011-03-18 at 17:34.
 

The Following User Says Thank You to MyNokiaN900 For This Useful Post:
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#6
To have some readable output file, pipe the du output through sort:
Code:
du -k /home | sort -nr > /home/user/MyDocs/.documents/mylist.txt
This will sort the output, largest folders first in the file mylist.txt in Documents folder.
 
Reply


 
Forum Jump


All times are GMT. The time now is 12:46.