More info... when I do a df against the mount points of the mounted filsystems I get this... df /var Filesystem 1K-blocks Used Available Use% Mounted on - 3020140 1904132 962592 67% /var df /mnt Filesystem 1K-blocks Used Available Use% Mounted on /dev/hdb2 6048352 2672812 3068300 47% / df /opt Filesystem 1K-blocks Used Available Use% Mounted on - 19236308 8445148 9814008 47% /opt I noticed filesystems are being listed as "-" except for "/" which reports correctly... anyway, thought I'd share this since I'm sure someone will ask me to do it... Corey On Saturday 04 December 2004 23:23, Corey Kovacs wrote: > I just noticed the behavior of df on my FC3 machine which is quite strange. The output of df on my machine is as follows... > > > Filesystem 1K-blocks Used Available Use% Mounted on > /dev/hdb2 6048352 2672800 3068312 47% / > none 257888 0 257888 0% /dev/shm > > here is df -a > df -a > Filesystem 1K-blocks Used Available Use% Mounted on > /dev/hdb2 6048352 2672796 3068316 47% / > none 0 0 0 - /proc > none 0 0 0 - /sys > none 0 0 0 - /dev/pts > usbfs 0 0 0 - /proc/bus/usb > none 0 0 0 - /proc/sys/fs/binfmt_misc > sunrpc 0 0 0 - /var/lib/nfs/rpc_pipefs > none 257888 0 257888 0% /dev/shm > > > > Here is /etc/fstab > > cat /etc/fstab > # This file is edited by fstab-sync - see 'man fstab-sync' for details > LABEL=/ / ext3 defaults 1 1 > LABEL=BOOT /boot ext2 defaults 1 2 > none /dev/pts devpts gid=5,mode=620 0 0 > none /dev/shm tmpfs defaults 0 0 > none /proc proc defaults 0 0 > none /sys sysfs defaults 0 0 > LABEL=/tmp /tmp ext3 defaults 1 2 > LABEL=/usr /usr ext3 defaults 1 2 > LABEL=/var /var ext3 defaults 1 2 > LABEL=/opt /opt ext3 defaults 1 2 > /dev/hda3 swap swap defaults 0 0 > /dev/hdb3 swap swap defaults 0 0 > none /proc/bus/usb usbfs defaults 0 0 > /dev/hdc /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0 > /dev/fd0 /media/floppy auto pamconsole,exec,noauto,managed 0 0 > > > Clearly there is a lot more mounted than simply "/" > > > Am I missing something, or is df broken? > > > Corey > > >