mayb ei am using the wrong df :

check this out. this is df -k

[icapsper@casperbox .wjohnson]$ df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup00-LogVol00 28G 9.4G 17G 37% / /dev/sda1 99M 27M 67M 29% /boot tmpfs 2.9G 0 2.9G 0% /dev/shm /dev/mapper/VolGroupPROD-ExportHome 15G 3.4G 11G 24% /export/home /dev/mapper/VolGroupPROD-Production 15G 1.5G 13G 11% /production /dev/mapper/VolGroupPROD-ProdLog 30G 20G 8.4G 71% /production/log /dev/mapper/VolGroupPROD-ProdArchive 9.9G 1.7G 7.8G 18% /production/archive

and this is df -P (which is better ) the df -P does not put the mounted files on a separate line

[casper@casperbox .wjohnson]$ df -P Filesystem 1024-blocks Used Available Capacity Mounted on /dev/mapper/VolGroup00-LogVol00 28313732 9812576 17039704 37% + / /dev/sda1 101086 27516 68351 29% /boot tmpfs 2987896 0 2987896 0% /dev/shm /dev/mapper/VolGroupPROD-ExportHome 15481840 3495504 11199904 + 24% /export/home /dev/mapper/VolGroupPROD-Production 15481840 1523736 13171672 + 11% /production /dev/mapper/VolGroupPROD-ProdLog 30963708 20621072 8769772 71 +% /production/log /dev/mapper/VolGroupPROD-ProdArchive 10313016 1693936 8095204 + 18% /production/archive [icapfo@usprvfotr25s .wjohnson]$

maybe I am using wrong df


In reply to Re^3: undefined hash elements by MrTEE
in thread undefined hash elements by MrTEE

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.