[CentOS] strange error in df -h

Tue Apr 1 17:58:14 UTC 2008
Ray Leventhal <centos at swhi.net>

Hi All,

I just saw this in output from df -h:

# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
                      131G  4.6G  120G   4% /
/dev/sdc1             271G  141G  117G  55% /home
/dev/sdd1             271G  3.9G  253G   2% /home/admin
/dev/sda1              99M   20M   74M  22% /boot
tmpfs                 442M     0  442M   0% /dev/shm
/dev/hda               11M   11M     0 100% /media/TestCD
df: `status': No such file or directory
df: `status': No such file or directory

Any ideas why the 'status' messages are showing 'No such file or 
directory'?  More info:

# cat /etc/fstab
/dev/VolGroup00/LogVol00 /                       ext3    defaults        1 1
LABEL=/home             /home                   ext3    defaults        1 2
LABEL=/home/905         /home/admin               ext3    
defaults        1 2
LABEL=/boot             /boot                   ext3    defaults        1 2
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
/dev/VolGroup00/LogVol01 swap                    swap    defaults        0 0

Thanks in advance,
-Ray