Active Topics

 


Reply
Thread Tools
Posts: 35 | Thanked: 17 times | Joined on Nov 2009
#1
My /opt/ is full, so i am unable to install or upgrade applications, although there is still some memory free in rootfs.
Already tried apt-clean and removed around 20 mb of files, still no success
I've attached the output of my df -h, no idea what to do now.
Attached Images
 
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#2
The ext2[34]-filesystem always has some amount for root user only to be able to do some maintance even if the user fills the partition.
You might want to analyze your optfs
Code:
du -kx /home | sort -n
This list the largest folders of the /opt and /home folders. You might then ask how to proceed, remove the largest space wasters or 'simply' enlarge your optfs by shrinking your MyDocs partition following this wiki entry http://wiki.maemo.org/Repartitioning_the_flash
The most advanced method in this wiki is the solution using GParted.

The moving of python packages saved your rootfs to became full in the first place, later you installed some applications or copied some stuff to /home/user instead of MyDocs, may be.

Last edited by michaaa62; 2011-10-12 at 13:29.
 

The Following 2 Users Say Thank You to michaaa62 For This Useful Post:
Posts: 99 | Thanked: 36 times | Joined on Mar 2010
#3
Have you looked at what files you have in /home/opt

Switch to the directory and type

ls -l

I have python installed, but have 75% free in /home/opt
 

The Following User Says Thank You to ziggadebo For This Useful Post:
Posts: 35 | Thanked: 17 times | Joined on Nov 2009
#4
Originally Posted by michaaa62 View Post
The ext2[34]-filesystem always has some amount for root user only to be able to do some maintance even if the user fills the partition.
You might want to analyze your optfs
Code:
du -kx /home | sort -n
This list the largest folders of the /opt and /home folders. You might then ask how to proceed, remove the largest space wasters or 'simply' enlarge your optfs by shrinking your MyDocs partition following this wiki entry http://wiki.maemo.org/Repartitioning_the_flash
The most advanced method in this wiki is the solution using GParted.

The moving of python packages saved your rootfs to became full in the first place, later you installed some applications or copied some stuff to /home/user instead of MyDocs, may be.
Thx!

I tried the du -kx, but the terminal capped the topmost (and thus probably biggest) folders. Is there a way to circumvent this problem?
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#5
That why the output is 'piped' to sort to have the largest folders last. They are the only relevant. Use the one-liner command i gave above
 

The Following User Says Thank You to michaaa62 For This Useful Post:
Posts: 35 | Thanked: 17 times | Joined on Nov 2009
#6
Thx x2

Seems that that this could be the problem:
773912 /home/user/.osso_rss_feed_reader


Could this be true?
If yes, can i just delete the folder?
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#7
Originally Posted by dack001 View Post
Thx x2

Seems that that this could be the problem:
773912 /home/user/.osso_rss_feed_reader


Could this be true?
Yes, there was someone else recently with the same issue, except their's was taking up 1.5G!

Originally Posted by dack001 View Post
If yes, can i just delete the folder?
You can do, but you'll lose any feeds you have configured. Try doing:
Code:
cd /home/user/.osso_rss_feed_reader
du -hsx *
If the space is all taken up by the cache folder, try deleting that. That should keep the feeds & history (which are in feedlist.opml and feedlist_state.opml).
 

The Following User Says Thank You to Rob1n For This Useful Post:
Posts: 35 | Thanked: 17 times | Joined on Nov 2009
#8
Success!
I ran rm-rf on the whole reader folder (and nothing of value was lost), problem solved.

Thanks to all you helpfull posters!

Last edited by dack001; 2011-10-12 at 16:06.
 
Reply


 
Forum Jump


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