<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Disk information in HPUX in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007924#M99083</link>
    <description>Hi Raju,&lt;BR /&gt;&lt;BR /&gt;If my memory serves me right, there is a bdf patch in HP-UX 11.00 to fix this mismatch between df and bdf outputs. PLease search for the patch in ITRC.&lt;BR /&gt;&lt;BR /&gt;With regards,&lt;BR /&gt;Mohan.</description>
    <pubDate>Tue, 17 Oct 2006 01:40:55 GMT</pubDate>
    <dc:creator>Mohanasundaram_1</dc:creator>
    <dc:date>2006-10-17T01:40:55Z</dc:date>
    <item>
      <title>Disk information in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007915#M99074</link>
      <description>&lt;BR /&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I am using statvfs structure in a sample program to get the disk used(f_blocks*f_frsize) and disk free(f_bfree)  in a particular file system.What I found was that in HP_UX 11.0 ,the values returned  by the structure are different from the values I get from command "df -k".In HPUX 11.11 the values shown are matching with "df -k" output.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can any one clarify it?&lt;BR /&gt;&lt;BR /&gt;Thank u all&lt;BR /&gt;raju</description>
      <pubDate>Wed, 11 Oct 2006 00:35:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007915#M99074</guid>
      <dc:creator>S N Raju</dc:creator>
      <dc:date>2006-10-11T00:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Disk information in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007916#M99075</link>
      <description>the values that you this catching is in block and not in KB</description>
      <pubDate>Wed, 11 Oct 2006 07:30:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007916#M99075</guid>
      <dc:creator>Calandrello</dc:creator>
      <dc:date>2006-10-11T07:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Disk information in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007917#M99076</link>
      <description>&lt;BR /&gt;hi,&lt;BR /&gt;&lt;BR /&gt;Thank u..Can i know how i can get this block data in kb.. right now i am considering block as byte and caluclating in kb. thank u for ur help&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;raju</description>
      <pubDate>Thu, 12 Oct 2006 00:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007917#M99076</guid>
      <dc:creator>S N Raju</dc:creator>
      <dc:date>2006-10-12T00:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Disk information in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007918#M99077</link>
      <description>Hi Raju,&lt;BR /&gt;&lt;BR /&gt;Normaly it's 512 bytes in a block.&lt;BR /&gt;&lt;BR /&gt;- ETL</description>
      <pubDate>Thu, 12 Oct 2006 01:11:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007918#M99077</guid>
      <dc:creator>Evert Ladrak</dc:creator>
      <dc:date>2006-10-12T01:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Disk information in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007919#M99078</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;Thank u all,&lt;BR /&gt;&lt;BR /&gt;I got the "fundamental block size" ie: 1024 from the "f_frsize" field in the statvfs structure.so,i have done &lt;BR /&gt;(f_blocks *f_frsize)/1024 to get the total size allocated for filesystem in KB.I got the value as 1496021.&lt;BR /&gt;&lt;BR /&gt;But the "df -k" shows 1346418 (in kb).&lt;BR /&gt;&lt;BR /&gt;please help me on this.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;raju</description>
      <pubDate>Thu, 12 Oct 2006 03:43:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007919#M99078</guid>
      <dc:creator>S N Raju</dc:creator>
      <dc:date>2006-10-12T03:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Disk information in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007920#M99079</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;can anyone tell me the structure i need to refer to get matched output as of "df -k".&lt;BR /&gt;As i mentioned earlier, i was not able to get the output as of "df -k".I was refering to statvfs  structure..Can anyone help me on this.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;raju</description>
      <pubDate>Mon, 16 Oct 2006 23:09:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007920#M99079</guid>
      <dc:creator>S N Raju</dc:creator>
      <dc:date>2006-10-16T23:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Disk information in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007921#M99080</link>
      <description>&lt;BR /&gt;Hi&lt;BR /&gt;&lt;BR /&gt;Is the values in the structure "statvfs" gets updated accordingly or it caches the data.The output is not getting matched with df -k output.Which information I need to consideras the correct one, the structure data or the &lt;BR /&gt;df -k output?&lt;BR /&gt;&lt;BR /&gt;please anyone clarify me&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;raju&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Oct 2006 23:49:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007921#M99080</guid>
      <dc:creator>S N Raju</dc:creator>
      <dc:date>2006-10-16T23:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Disk information in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007922#M99081</link>
      <description>man 4 fs_vxfs</description>
      <pubDate>Tue, 17 Oct 2006 00:08:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007922#M99081</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-10-17T00:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Disk information in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007923#M99082</link>
      <description>&lt;BR /&gt;Hi sandman&lt;BR /&gt;&lt;BR /&gt;I have checked the fs_vxfs man page. It seems to be for format of a vxfs file system. I checked the output of bdf -l.The value of total space allocated for a file system in the bdf -l output is mismatching the the df -k output.i am &lt;BR /&gt;confused to see diffrent values for the same field.Can i get a solution to have the correct values of the filesystem&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;raju</description>
      <pubDate>Tue, 17 Oct 2006 00:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007923#M99082</guid>
      <dc:creator>S N Raju</dc:creator>
      <dc:date>2006-10-17T00:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Disk information in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007924#M99083</link>
      <description>Hi Raju,&lt;BR /&gt;&lt;BR /&gt;If my memory serves me right, there is a bdf patch in HP-UX 11.00 to fix this mismatch between df and bdf outputs. PLease search for the patch in ITRC.&lt;BR /&gt;&lt;BR /&gt;With regards,&lt;BR /&gt;Mohan.</description>
      <pubDate>Tue, 17 Oct 2006 01:40:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007924#M99083</guid>
      <dc:creator>Mohanasundaram_1</dc:creator>
      <dc:date>2006-10-17T01:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Disk information in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007925#M99084</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;Thank u all for ur help and support.I found that df -k shows the f_bavail value in the statvfs structure,but not f_bfree value.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;raju</description>
      <pubDate>Tue, 17 Oct 2006 04:19:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-information-in-hpux/m-p/5007925#M99084</guid>
      <dc:creator>S N Raju</dc:creator>
      <dc:date>2006-10-17T04:19:39Z</dc:date>
    </item>
  </channel>
</rss>

