When I run df it shows the root device is full.
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 9.9G 9.4G 0 100% /
I looked at the inode usage and there is pretty much space available for root device
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sda1 640K 103K 538K 16% /
But, when I run the du command, it shows I have used only 2G out of 9.9G.
ip-XXX-XXX-XXX-XXX:/$ du -xh --max-depth=1
14M ./etc
4.0K ./mnt
96K ./tmp
3.5M ./bin
0 ./sys
964K ./boot
4.0K ./srv
0 ./dev
55M ./lib
25M ./root
1.1G ./usr
4.0K ./opt
846M ./var
4.3M ./sbin
23M ./home
16K ./lost+found
0 ./proc
2.0G .
It just driving me crazy and interesting too. This is big problem for us since the root disk / is full and some of the function in our site is failing.
Please help me resolve (also understand) this problem.
Thanks.
+df +duquestions at [unix.se]. – Gilles 'SO- stop being evil' Jun 30 '11 at 07:20du -x /and I see only 2G is used and I calculated the inode size which is160M. It helped me understand the stuff but I just want to resolve this problem. – Rakesh Sankar Jun 30 '11 at 07:46duas root? Otherwise it can only report on the files you can access. – Gilles 'SO- stop being evil' Jun 30 '11 at 07:59root– Rakesh Sankar Jun 30 '11 at 08:02ncduprogram, which helps visualize disk usage. – Rob Dec 03 '12 at 21:53