Quantcast
Viewing all articles
Browse latest Browse all 10

My disk got full

I just realized I totally used up my disk space in my slice:

[code lang=”bash”]briecheese ~: sudo /etc/init.d/mysql start
[sudo] password for me:
* /etc/init.d/mysql: ERROR: The partition with /var/lib/mysql is too full![/code]

It has never occurred to me that this would happen. I start to do some clearing up and delete some backups that I no longer need.

[code lang=”bash”]briecheese ~/www: df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 9.4G 6.7G 2.3G 75% /
varrun 129M 40K 129M 1% /var/run
varlock 129M 0 129M 0% /var/lock
udev 129M 16K 129M 1% /dev
devshm 129M 0 129M 0% /dev/shm
overflow 1.0M 0 1.0M 0% /tmp[/code]

I managed to free more than 2 Gb.


Viewing all articles
Browse latest Browse all 10

Trending Articles