Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Ubuntu File system low but cannot find the Big Files

Options
  • 17-11-2012 7:25pm
    #1
    Registered Users Posts: 355 ✭✭


    HI

    I am running Ubuntu 10.04 and all was fine untill i tried to backup pic from it using "simple backup"

    Now I 0% free space on the hard drive.

    Anyone help?


Comments

  • Registered Users Posts: 2,717 ✭✭✭ARGINITE


    open terminal

    sudo su
    cd /
    du -k * | sort -nr | cut -f2 | xargs -d '\n' du -sh > du_op
    nano du_op

    Text in du_op is sorted by size, should help track down the culprit.


  • Registered Users Posts: 355 ✭✭joe250


    Thanks found it.
    Removed simple backup


Advertisement