LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   New Ubuntu install, gave it 25GB, updates say I only have 3MB free. Help! (https://www.linuxquestions.org/questions/linux-newbie-8/new-ubuntu-install-gave-it-25gb-updates-say-i-only-have-3mb-free-help-754763/)

Ozey 09-12-2009 10:43 PM

New Ubuntu install, gave it 25GB, updates say I only have 3MB free. Help!
 
I'm not sure what's up with this. 25Gigs should be more than enough for updates and software. I also have windows XP on this computer. Please let me know how to fix this!

repo 09-12-2009 10:50 PM

What is the output from
Code:

df -h

Ozey 09-12-2009 10:52 PM

I'm not sure what you mean.

mark_alfred 09-13-2009 01:15 AM

Open a terminal (gnome-terminal, or konsole, or xterm) and type the command "df -h". For example, here is the result when I do this in my terminal:

Code:

mark@debian:~$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda1              36G  17G  18G  48% /
tmpfs                189M    0  189M  0% /lib/init/rw
udev                  10M  712K  9.4M  7% /dev
tmpfs                189M    0  189M  0% /dev/shm
mark@debian:~$

"dev/hda1" is my hard-drive (or "C-drive" in Windows talk). On my 36G drive, I've used 17G (48%).


All times are GMT -5. The time now is 02:06 AM.