Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: help with disk usage

  1. #11
    Join Date
    Jun 2006
    Location
    Melbourne, Australia
    Beans
    265
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: help with disk usage

    It appears that you might be running a webserver here.

    Do this;

    Code:
    lsof /var/tmp
    I know it sounds strange but if you see a large volume of files here try restarting apache and let me know what happens.

  2. #12
    Join Date
    Apr 2008
    Beans
    13

    Re: help with disk usage

    Quote Originally Posted by CharlesA View Post
    I found some info here.

    Best thing to do would be to run fsck on that device, to rule out file system corruption.
    Well, I finally had time to do this with:
    Code:
    shutdown -rF
    fsck didnt complain on boot, but nothing was written to the logs and the problem persisted. I'm thinking that fsck could have exited with some error due to this but I'm not shure.

    I'm gonna try to run fsck from a livecd to see whats going on
    Thanks

  3. #13
    Join Date
    Apr 2008
    Beans
    13

    Re: help with disk usage

    Quote Originally Posted by brettg View Post
    It appears that you might be running a webserver here.

    Do this;

    Code:
    lsof /var/tmp
    I know it sounds strange but if you see a large volume of files here try restarting apache and let me know what happens.
    Well,
    Code:
    lsof /var/tmp
    returns nothing

  4. #14
    Join Date
    Aug 2008
    Location
    WA
    Beans
    2,186
    Distro
    Ubuntu

    Re: help with disk usage

    you probably ran out of inodes.


    run:
    Code:
    df -i

  5. #15
    Join Date
    Apr 2008
    Beans
    13

    Re: help with disk usage

    Quote Originally Posted by iponeverything View Post
    you probably ran out of inodes.


    run:
    Code:
    df -i
    Ok, that's right on!
    I've found the culprit, a script was generating way more tiles than needed
    Thanks a lot everyboy for your help!

Page 2 of 2 FirstFirst 12

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
  •