Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: The Increadible Shrinking Hard Disk...

  1. #1
    Join Date
    Sep 2007
    Beans
    79

    Angry The Increadible Shrinking Hard Disk...

    My hard disk seems to be shrinking. I know this is strange, but between yesterday and today, I've gone from 3.4 GB free (and I went on a deleting spree just to accomplish that). I woke up today, and I have 0 bytes free; my wife can't even log into her profile, and I'm afraid that if I restart the computer, I won't be able to log into mine.

    Here is the strangest part: deleting files does not seem to be freeing up any space anymore. What is happening to my computer??

  2. #2
    Join Date
    Feb 2007
    Location
    Maryland, USA
    Beans
    3,396
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: The Increadible Shrinking Hard Disk...

    Try
    Code:
    sudo apt-get clean
    to remove the downloaded packages of your installed programs. You can also do this from the synaptic window, in Settings --> Preferences --> Files --> Delete downloaded packages after installation. I think it will stay that way until you change it back, so it won't build up the cache again.

  3. #3
    Join Date
    Sep 2007
    Beans
    79

    Re: The Increadible Shrinking Hard Disk...

    Quote Originally Posted by dstew View Post
    Try
    Code:
    sudo apt-get clean
    to remove the downloaded packages of your installed programs. You can also do this from the synaptic window, in Settings --> Preferences --> Files --> Delete downloaded packages after installation. I think it will stay that way until you change it back, so it won't build up the cache again.
    I tried that, and it freed up 435.4 Mbs. However, I've been keeping my eye on it--now its down to 434.9 Mbs. This is getting really weird.

  4. #4
    Join Date
    Feb 2007
    Location
    Maryland, USA
    Beans
    3,396
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: The Increadible Shrinking Hard Disk...

    There are processes that create log files, and add to them every so often. You can look at your active processes using the top command. Maybe there is some process that is going crazy with its logs...look in the /var/log directory.

  5. #5
    Join Date
    Mar 2006
    Location
    Northern Utah
    Beans
    105
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: The Increadible Shrinking Hard Disk...

    Wowsers. That's freaking crazy. If mine acts up I'll be sure to look into it further and let you know of the problem and possible solution(s).

  6. #6
    Join Date
    Sep 2007
    Beans
    79

    Re: The Increadible Shrinking Hard Disk...

    There are only 12.5 Megs of of logs right now. They number and size of the logs are staying the same, while my disk space keeps shrinking. I feel like everything I do is just delaying the inevitable.

  7. #7
    Join Date
    Mar 2007
    Location
    Michigan
    Beans
    55
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: The Increadible Shrinking Hard Disk...

    Do a search for the largest file on your HDD.

    In a terminal:
    Code:
    find -name '*' -size +1G

    That will show you all your files over 1 GIG

    Just a shot in the dark but if a single file is causing this issue then you can find it this way.

  8. #8
    Join Date
    Sep 2007
    Beans
    79

    Re: The Increadible Shrinking Hard Disk...

    I did have one file about a GB in size--a backup of some older files. But that wouldn't explain the continual shrinking, would it? I don't know, all I know is that I am losing about 1 megabyte every 20 minutes.

  9. #9
    Join Date
    Apr 2005
    Location
    Astoria, Oregon
    Beans
    197
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: The Increadible Shrinking Hard Disk...

    What is the output from dmesg?
    Type dmesg in the terminal to get diagnostic messages from the kernel.

  10. #10
    Join Date
    Apr 2005
    Location
    Astoria, Oregon
    Beans
    197
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: The Increadible Shrinking Hard Disk...

    You can get more info by using
    Code:
    du
    and - or
    Code:
    df
    Just type
    Code:
    du
    and hit enter
    remember you can
    Code:
    man du
    if you want.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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