Find the answer to your Linux question:
Results 1 to 6 of 6
df -ah Filesystem Size Used Avail Use% Mounted on /dev/sda5 9.2G 8.5G 279M 97% / tmpfs 996M 0 996M 0% /lib/init/rw proc 0 0 0 - /proc sysfs 0 0 ...
  1. #1
    Linux Newbie lugoteehalt's Avatar
    Join Date
    Jan 2004
    Posts
    231

    / is full up unexpectedly, what I do?

    df -ah
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda5 9.2G 8.5G 279M 97% /
    tmpfs 996M 0 996M 0% /lib/init/rw
    proc 0 0 0 - /proc
    sysfs 0 0 0 - /sys
    udev 992M 212K 992M 1% /dev
    tmpfs 996M 1.3M 995M 1% /dev/shm
    devpts 0 0 0 - /dev/pts
    /dev/sda7 118G 28G 84G 25% /home
    fusectl 0 0 0 - /sys/fs/fuse/connections
    binfmt_misc 0 0 0 - /proc/sys/fs/binfmt_misc

    Got a message from Gnome saying the / was nearly full. This came as a surprise. Possibly had something to do with clicking the red wheel for updates the other day??

    Probably a bit cretinous but any advice to fix this? I've done apt-get clean all.

    Thanks any help.
    All power is violence; all power is evil.
    Money As Debt

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Have you tried to clean cache?
    Code:
    su -
    apt-get clean all
    Check disk space again.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Newbie lugoteehalt's Avatar
    Join Date
    Jan 2004
    Posts
    231
    Quote Originally Posted by devils casper View Post
    Have you tried to clean cache?
    Code:
    su -
    apt-get clean all
    Check disk space again.
    Yeh, I tried that, thanks. It just cut / by one percent.

    I'm not good with this sort of thing. Perhaps there is some way of looking at what is installed, especially recently, and weeding out disk using stuff. Also am slightly nervous about this, like something has put stuff on the disk without my say so perhaps.
    All power is violence; all power is evil.
    Money As Debt

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    I would check /var/log/*
    Code:
    du -h /var/log/*
    This should tell you how big the directories are.
    Have you rebooted lately? Sometimes /tmp can get full....my system flushes/clears /tmp on reboot and hopefully yours will too.
    If you have a lot of crap in /tmp you can download tmpwatch and run that.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  5. #5
    Linux Newbie lugoteehalt's Avatar
    Join Date
    Jan 2004
    Posts
    231
    Quote Originally Posted by MikeTbob View Post
    I would check /var/log/*
    Code:
    du -h /var/log/*
    This should tell you how big the directories are.
    Have you rebooted lately? Sometimes /tmp can get full....my system flushes/clears /tmp on reboot and hopefully yours will too.
    If you have a lot of crap in /tmp you can download tmpwatch and run that.
    Great thanks, there was about 4GB in /tmp. Problem solved.
    All power is violence; all power is evil.
    Money As Debt

  6. #6
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Problem solved
    I love to hear people say that. Glad to help and glad you got it sorted.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

Posting Permissions

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