Ken, On Friday 17 June 2005 14:41, Ken Schneider wrote:
On Fri, 2005-06-17 at 17:29 -0400, B. Stia wrote:
On Friday 17 June 2005 08:32, Ken Schneider wrote:
Can you also show the results of df?
Ken,
Following is output of df:
EasyStreet:/ # df -ah /* Filesystem Size Used Avail Use% Mounted on /dev/hdb1 2.0G 1.9G 30M 99% / /dev/hdb1 2.0G 1.9G 30M 99% / /dev/hdb8 2.6G 326M 2.2G 13% /data /dev/hdb1 2.0G 1.9G 30M 99% / /dev/hdb1 2.0G 1.9G 30M 99% / /dev/hdb9 2.7G 33M 2.5G 2% /hdabkup /dev/hdb3 5.4G 1.1G 4.0G 21% /home /dev/hdb1 2.0G 1.9G 30M 99% / /dev/hdb1 2.0G 1.9G 30M 99% / /dev/hdb1 2.0G 1.9G 30M 99% / /dev/hdb1 2.0G 1.9G 30M 99% / /dev/hdb1 2.0G 1.9G 30M 99% / /dev/hdb1 2.0G 1.9G 30M 99% / /dev/hdb5 7.7G 33M 7.3G 1% /newlinux /dev/hdb4 1.5G 824M 570M 60% /opt proc 0 0 0 - /proc /dev/hdb1 2.0G 1.9G 30M 99% / /dev/hdb1 2.0G 1.9G 30M 99% / /dev/hdb1 2.0G 1.9G 30M 99% / - 0 0 0 - /sys /dev/hdb1 2.0G 1.9G 30M 99% / /dev/hdb7 3.3G 2.8G 283M 91% /usr /dev/hdb10 1.5G 516M 885M 37% /var /dev/hdb1 2.0G 1.9G 30M 99% / EasyStreet:/ #
Are more options necessary ? Bob S.
Wow, 15 entries for /. There should only be one.
Not true at all. Try it on your system. When you apply "df" to a directory that is not a mount point, it tells you it's "mounted on" the mount point of the file system to which it belongs. It's unfortunate that df does not include the argument in the output line generated by that argument. Here's the output for my system: Filesystem Size Used Avail Use% Mounted on /dev/sda2 12G 5.6G 6.0G 49% /home LABEL=Root93 20G 11G 9.5G 53% / LABEL=Root93 20G 11G 9.5G 53% / LABEL=Root93 20G 11G 9.5G 53% / LABEL=Root93 20G 11G 9.5G 53% / /dev/sda3 12G 243M 12G 3% /dar LABEL=Root93 20G 11G 9.5G 53% / LABEL=Root93 20G 11G 9.5G 53% / /dev/sda2 12G 5.6G 6.0G 49% /home LABEL=Root93 20G 11G 9.5G 53% / LABEL=Root93 20G 11G 9.5G 53% / LABEL=Root93 20G 11G 9.5G 53% / LABEL=Root93 20G 11G 9.5G 53% / LABEL=Root93 20G 11G 9.5G 53% / LABEL=Root93 20G 11G 9.5G 53% / proc 0 0 0 - /proc /dev/sda2 12G 5.6G 6.0G 49% /home LABEL=Root93 20G 11G 9.5G 53% / /dev/sda1 12G 9.7G 1.8G 86% /root91 LABEL=Root93 20G 11G 9.5G 53% / LABEL=Root93 20G 11G 9.5G 53% / sysfs 0 0 0 - /sys LABEL=Root93 20G 11G 9.5G 53% / LABEL=Root93 20G 11G 9.5G 53% / LABEL=Root93 20G 11G 9.5G 53% / LABEL=Root93 20G 11G 9.5G 53% / (I use XFS and mount my rood directory by label, not device name.)
Something is radically wrong here.
There nothing wrong with this output. Whatever the OP's other symptoms are, they don't relate to anything that can be discerned in the df output he supplied.
...
-- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998
Randall Schulz