<?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 Space Error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-error/m-p/2447193#M769644</link>
    <description>&lt;BR /&gt;bdf is known for not being so accurate. There are other ways to tally up your diskspace, use du -sk &lt;DIR&gt; instead. This gives results in Kbytes and is much more accurate, or use df.&lt;/DIR&gt;</description>
    <pubDate>Fri, 22 Sep 2000 05:48:03 GMT</pubDate>
    <dc:creator>Stefan Farrelly</dc:creator>
    <dc:date>2000-09-22T05:48:03Z</dc:date>
    <item>
      <title>Disk Space Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-error/m-p/2447192#M769643</link>
      <description>I have a workstation running hp-ux10.2. The problem is that when i do a bdf, one of the logical volume's hard disk space does not tally up. The addition of used and avail is less than the value under kbytes. May I know if there is anyway I can recover these 'lost' space?&lt;BR /&gt;The physical hard disk only have one logical volume.</description>
      <pubDate>Fri, 22 Sep 2000 03:05:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-error/m-p/2447192#M769643</guid>
      <dc:creator>David Tang_1</dc:creator>
      <dc:date>2000-09-22T03:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-error/m-p/2447193#M769644</link>
      <description>&lt;BR /&gt;bdf is known for not being so accurate. There are other ways to tally up your diskspace, use du -sk &lt;DIR&gt; instead. This gives results in Kbytes and is much more accurate, or use df.&lt;/DIR&gt;</description>
      <pubDate>Fri, 22 Sep 2000 05:48:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-error/m-p/2447193#M769644</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-09-22T05:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-error/m-p/2447194#M769645</link>
      <description>Check this previous thread for contributions and steps to address this issue: &lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xbf587e990647d4118fee0090279cd0f9,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xbf587e990647d4118fee0090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Fri, 22 Sep 2000 05:59:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-error/m-p/2447194#M769645</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-09-22T05:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-error/m-p/2447195#M769646</link>
      <description>bdf is very accurate, however, it can be miss leading. Used + Free doesn't equal Total. This is because the overhead of the filesystem isn't included in Used or Free but is in Total.&lt;BR /&gt;&lt;BR /&gt;du will always equal the used in bdf unless you've mounted over some files and then bdf will be higher.&lt;BR /&gt;&lt;BR /&gt;You may want to look at fstyp -v  and see what that gives too. That is where bdf gets it's info from (hence why it's right). If you have any questions still, post the output from fstyp and bdf for the filesystem your concerned about.&lt;BR /&gt;&lt;BR /&gt;Also, if it's hfs it will have a minfree value. This will be 10% by default and is again not shown in used/free.</description>
      <pubDate>Fri, 22 Sep 2000 06:34:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-error/m-p/2447195#M769646</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-09-22T06:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-error/m-p/2447196#M769647</link>
      <description>The funny thing is that if i use bdf, i get a total of 2047673 whereas if i use df -k i get the total as 1842905. So which is the right one??</description>
      <pubDate>Fri, 22 Sep 2000 06:42:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-error/m-p/2447196#M769647</guid>
      <dc:creator>David Tang_1</dc:creator>
      <dc:date>2000-09-22T06:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Space Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-error/m-p/2447197#M769648</link>
      <description>If you look at fstyp -v as well, you'll see that bdf matches the value of f_blocks (total blocks in the filesystem).&lt;BR /&gt;&lt;BR /&gt;bdf is reporting the total size of the filesystem (including the overhead for it's structure etc (so the inodes and), where as df -k is only reporting on the usable space.</description>
      <pubDate>Fri, 22 Sep 2000 07:08:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-error/m-p/2447197#M769648</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-09-22T07:08:57Z</dc:date>
    </item>
  </channel>
</rss>

