Find the answer to your Linux question:
Results 1 to 5 of 5
Hi all, I have Ultimate Edition Ubuntu with a separate home partition of 45gb which I thought would be big enough. But lately, every few days, I have been getting ...
  1. #1
    Just Joined!
    Join Date
    Jun 2008
    Posts
    43

    Low disk space on home partition

    Hi all, I have Ultimate Edition Ubuntu with a separate home partition of 45gb which I thought would be big enough. But lately, every few days, I have been getting a message saying home partition only had a few hundred mb left or some such. I free up some room only to have it disappear a few days later. Any ideas what is gobbling my space? The cleanup program wasn't particularly helpful as it didn't pinpoint any directory as holding large files. I even had to delete some of my virtualbox disks. I ran computer janitor and uninstalled some unused games but it's still shrinking. Any help appreciated.

    Alan.

    I have just checked with Gparted and it shows 22gb used of 45gb, less that half and checking file properties of home folder shows 12.4gb used?? WT
    So why am I getting the low disk space warnings all the time?

    Alan.
    Last edited by alanrlow; 12-17-2009 at 01:14 AM. Reason: Aditional information

  2. #2
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568

    Exclamation

    may be log files ? try searching for file (created less than 24 hours ago )using find command,

    find / -ctime 0 -print
    if you want, you can add size option too.

    that should give you files ,from there you can figure out the application.
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

  3. #3
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,977
    A number of things can cause a lot of space to be temporarily (or permanently) used in /home. For example, web browsing cache will potentially use a significant amount of space, as well as temporary storage for downloads via web browser.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  4. #4
    Just Joined!
    Join Date
    Jun 2008
    Posts
    43
    Quote Originally Posted by Rubberman View Post
    A number of things can cause a lot of space to be temporarily (or permanently) used in /home. For example, web browsing cache will potentially use a significant amount of space, as well as temporary storage for downloads via web browser.
    Thanks for the reply, when I first setup the home partition I allocated 20gig and when it filled I resized it to 40gig but it stilled filled up. I will look at the browser cache but I can't imagine it's all of the problem. The tmp directory has few files and temporary downloads like utube videos are automatic deleted when closed. I have downloaded files saved to a different partition as well as my photo and music. I just want to find out what is consuming so much space.

    Alan.

  5. #5
    Just Joined!
    Join Date
    Jun 2008
    Posts
    43
    Quote Originally Posted by Lakshmipathi View Post
    may be log files ? try searching for file (created less than 24 hours ago )using find command,


    if you want, you can add size option too.

    that should give you files ,from there you can figure out the application.
    Thanks for the reply, I ran the command and got a long list but it left me none the wiser. How do I add the size option? Is there a utility to search for all files and order them by size/ date created etc?

    Alan.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...