LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   no more room in partition! (https://www.linuxquestions.org/questions/linux-general-1/no-more-room-in-partition-365575/)

jnev 09-21-2005 08:39 AM

no more room in partition!
 
hey guys, about a week ago i installed a fresh copy of kubuntu on a 10gb partition. all has been well, except all of a sudden, i'm out of space! i had about 6gb free, and now my superkaramba plug-in says i have a few hundred mb's left. i haven't installed anything significant that would use that much space. this has never happened to me before. what files are these that are taking up so much space, can i delete them? any help would be majorly appreciated, i don't even have room to install america's army now!

thanks

tangle 09-21-2005 09:34 AM

Did you check your /tmp directory? It might have a lot of temp stuff that did not get deleted. I am not sure where apt keeps the packages that where installed or upgraded, but that might be the cause too. Might want to google on that to see where they are unpacked. They might not have been deleted after the install/upgrade.

jnev 09-21-2005 04:42 PM

my /tmp directory is only 64kb, not the cause of the problem. anybody else know?

thanks

tangle 09-21-2005 06:24 PM

Why don't you look and see what directories and/or partitions are taking up the space? I never used superkaramba, but you can do it from the command line by typing du -sh /<directory name>.

jnev 09-21-2005 06:39 PM

ok, i found where all the crap is, it's in some obscure directory in /home/jnev/.local/share/Trash/files. i deleted some big files off my fat32 partition from linux, so they ended up in there. problem is when i try to delete them a new copy just appears. how do i get rid of everything in there?

tangle 09-21-2005 06:43 PM

That is where the files go when you put them in the trash in a gui. Did you right click and empty trash? You could also log in as root and rm -R /home/jnev/.local/share/Trash/files/* .

jnev 09-21-2005 08:54 PM

thanks a ton, that command did the trick.
:D

tangle 09-21-2005 08:58 PM

no problem


All times are GMT -5. The time now is 05:39 PM.