full disk
hello,take a look at this:
root@pletwal:/# for i in `ls | grep -v usr | grep -v var | grep -v backup | grep -v tmp`; do du -sh $i; done 2>/dev/null
6.3M bin
1.7M boot
344k dev
7.2M etc
8.0k home
20M lib
16k lost+found
16k mnt
3.9M opt
0 proc
52k root
6.4M sbin
root@pletwal:/# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 1.9G 1.9G 0 100% /
/dev/hda5 1.9G 565M 1.2G 31% /usr
/dev/hda6 972M 681M 242M 74% /var
/dev/hda7 972M 17M 906M 2% /tmp
/dev/hdd1 112G 73G 39G 65% /backup
root@pletwal:/# fsck.ext3 /dev/hda1 -f
e2fsck 1.27 (8-Mar-2002)
/dev/hda1 is mounted.
WARNING!!! Running e2fsck on a mounted filesystem may cause
SEVERE filesystem damage.
Do you really want to continue (y/n)? yes
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/hda1: 25050/512512 files (0.2% non-contiguous), 511264/512064 blocks
and still
root@pletwal:/# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 1.9G 1.9G 0 100% /
/dev/hda5 1.9G 565M 1.2G 31% /usr
/dev/hda6 972M 681M 241M 74% /var
/dev/hda7 972M 17M 906M 2% /tmp
/dev/hdd1 112G 73G 39G 65% /backup
any ideas ?