Announcement

Collapse
No announcement yet.

no more free disk space

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    no more free disk space



    Hey,

    I have a rather annoying problem where I keep getting the error that there is no more free disk space. When I calculate it it shows there is a few GB left. However it is already impossible to download anything or even play streams from internet.
    I have even deleted some stuff however they dissappear completely. They don't show up in the trash or anything.
    I hope anyone can help me
    much obliged.

    Niek

    #2
    Re: no more free disk space

    Open a console and type:
    Code:
    sudo apt-get autoremove
    sudo apt-get autoclean
    sudo apt-get clean
    sudo updatedb
    df -h
    The first three commands will remove previously downloaded .deb packages (that you don't really need, since they were installed). The fourth command updates the database used by locate. The last command will show you the space data on your system. You should now have more space available within the root partition.
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: no more free disk space

      Also, ext3/4 in default configuration reserves 5% of each partition. It can be tuned for less than that (but be careful -- there can be consequences):

      http://wiki.archlinux.org/index.php/...ilesystem_Tips

      http://www.andremiller.net/content/r...t3-filesystems

      Comment

      Working...
      X