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
Ray Leventhal wrote:> Hi All, > > I just saw this in output from df -h:<snip> I should have originally stated: CentOS5.1 32 bit running on a Dell PE 4600. -Ray
On Tue, Apr 1, 2008 at 1:58 PM, Ray Leventhal <centos at swhi.net> wrote:> I just saw this in output from df -h: > # df -h > 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:What is the output of "mount" and "cat /proc/mounts" ? Do you have any filesystems mounted on NFS, or by FUSE or by automount? Filipe