3
I'd like to make some room on /dev/sda1 without necessarily having to remove a whole bunch of applications (I've already gone through and deleted all frivolous apps).
This is the state of /dev/sda1 currently:
Dir: /
Type: ext3
Total: 9.4GiB
Free: 488.6MiB
Available: 0bytes
Used: 8.9GiB
EDIT added du
output from comments below:
769068 /var/lib/mysql
351208 /usr/lib
297060 /usr/local/bin/eclipse/plugins
184124 /usr/bin
175924 /usr/lib/openoffice/program
143940 /usr/local/bin/eclipsePHP/plugins
92520 /boot
81200 /opt/android-sdk-linux/add-ons/google_apis-6_r01/images
79964 /opt
That's funny, because the tables in /var/lib/mysql are the reason that I ran out in the first place. But I need them, and room for many more possibly large db's.
I do have logrotate set up and compression is enabled. I didn't make any custom configurations, though. On top of that, I followed this walkthrough:
http://www.ubuntugeek.com/cleaning-up-all-unnecessary-junk-files-in-ubuntu.html
Even after all of that, /dev/sda1 only has 240MB free. I'd like more! Any suggestions?
Well, if you've deleted everything you can, then really the only recourse you're left with is adding another hard drive. – EEAA – 2010-05-18T18:39:15.670
I'm swapping it out for a 250GB drive. Yay! Thanks, all. – rvs – 2010-05-20T02:05:22.407