/dev/sda1 Is full

Asked by Carlos Carvalho

Hi,

My partition /DEV/SDA1 is almost full, only 5% space left.

I've delete some huge files,Logfiles, Tracefiles including a Zip File of 2 Gb and the space do not Change

root@cmoveldb02:~# du -sh /* | grep G
19G /app
285G /archives
223G /data1
210G /data2
du: cannot access `/proc/8667': No such file or directory
du: cannot access `/proc/8753/task/8753/fd/4': No such file or directory
du: cannot access `/proc/8753/task/8753/fdinfo/4': No such file or directory
du: cannot access `/proc/8753/fd/4': No such file or directory
du: cannot access `/proc/8753/fdinfo/4': No such file or directory
2,5G /usr
root@cmoveldb02:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 507G 23G 459G 5% /
udev 16G 4,0K 16G 1% /dev
tmpfs 6,3G 984K 6,3G 1% /run
none 5,0M 0 5,0M 0% /run/lock
none 16G 0 16G 0% /run/shm

What's wrong ? Is this a Linux Bug?

Txs for your Help

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Solved by:
Carlos Carvalho
Solved:
Last query:
Last reply:
Revision history for this message
Thomas Krüger (thkrueger) said :
#1

I think you miss-interpreted the output. Your partition /dev/sda1 is 5% _used_. There is still 95% free space left.
The deletion of the 2G file is not refelcted in the output since 2GB are 0.4% of the total capacity and the Use% value is rounded.

Revision history for this message
Carlos Carvalho (carlos-carvlh) said :
#2

Forget About,
I need to sleep :-)))