Hi, we're seeing some strange things in one of our servers (Solaris 9).
df -k shows a 24GB filesystem with 2,7GB used.
Inside this filesystem there are some directories with a lot of files, each one >2GB, that makes more than 30GB used.
Do you know what can make this difference?
PS: double-checked, and there is no other filesystem under /oracle/SPD that includes these directories
df -k shows a 24GB filesystem with 2,7GB used.
Inside this filesystem there are some directories with a lot of files, each one >2GB, that makes more than 30GB used.
Do you know what can make this difference?
Code:
# df -k /oracle/SPD
Filesystem kbytes used avail capacity Mounted on
/dev/md/dsk/d82 26098533 [b]2845193[/b] 22992355 12% /oracle/SPD
# pwd
[b]/oracle/SPD/sapbackup/bdrblaha.spa[/b]
# du -sk .
961 .
# ls -l
total 1920
-rw-r--r-- 1 oraspd sapsys [b]2097160192[/b] Oct 15 2005 btabd.data1
-rw-r--r-- 1 oraspd sapsys 2139095040 Oct 15 2005 btabd.data11
-rw-r--r-- 1 oraspd sapsys 2139095040 Oct 15 2005 btabd.data12
-rw-r--r-- 1 oraspd sapsys 2097160192 Oct 15 2005 btabd.data2
-rw-r--r-- 1 oraspd sapsys 2097160192 Oct 15 2005 btabd.data3
-rw-r--r-- 1 oraspd sapsys 2139095040 Oct 15 2005 btabd.data6
-rw-r--r-- 1 oraspd sapsys 2139095040 Oct 15 2005 btabd.data9
-rw-r--r-- 1 oraspd sapsys 2097160192 Oct 15 2005 btabi.data1
-rw-r--r-- 1 oraspd sapsys 2139095040 Oct 15 2005 btabi.data6
-rw-r--r-- 1 oraspd sapsys 2097160192 Oct 15 2005 clud.data1
-rw-r--r-- 1 oraspd sapsys 2139095040 Oct 15 2005 clud.data7
-rw-r--r-- 1 oraspd sapsys 2139095040 Oct 15 2005 clud.data8
-rw-r--r-- 1 oraspd sapsys 2097152000 Oct 15 2005 es46ci.data1
-rw-r--r-- 1 oraspd sapsys 3221225472 Oct 15 2005 rollbig.data1
-rw-r--r-- 1 oraspd sapsys 2097152000 Oct 15 2005 temp.data2
PS: double-checked, and there is no other filesystem under /oracle/SPD that includes these directories