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 ...
- 11-09-2011 #1
/ 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.
- 11-09-2011 #2
Have you tried to clean cache?
Check disk space again.Code:su - apt-get clean all
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-09-2011 #3
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.
- 11-09-2011 #4
I would check /var/log/*
This should tell you how big the directories are.Code:du -h /var/log/*
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.
- 11-09-2011 #5
- 11-10-2011 #6I love to hear people say that. Glad to help and glad you got it sorted.Problem solvedI 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.


Reply With Quote

