<?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: Filesystem Sizing Query in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizing-query/m-p/3398978#M200411</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;there's a certain "security reserve" in each FS - that's the reason for the difference&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Franky</description>
    <pubDate>Wed, 13 Oct 2004 05:49:52 GMT</pubDate>
    <dc:creator>Franky_1</dc:creator>
    <dc:date>2004-10-13T05:49:52Z</dc:date>
    <item>
      <title>Filesystem Sizing Query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizing-query/m-p/3398973#M200406</link>
      <description>Hi Forum,&lt;BR /&gt;&lt;BR /&gt;I discovered the following ambiguous in terms of sizing. The available + sum does not tally with the total?&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol11   8192000   79260 7605709    1% /var/adm/crash&lt;BR /&gt;&lt;BR /&gt;I am clueless.&lt;BR /&gt;&lt;BR /&gt;regards/cliff</description>
      <pubDate>Wed, 13 Oct 2004 04:22:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizing-query/m-p/3398973#M200406</guid>
      <dc:creator>Cliff Lim Kok Hwee</dc:creator>
      <dc:date>2004-10-13T04:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem Sizing Query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizing-query/m-p/3398974#M200407</link>
      <description>Hello Cliff,&lt;BR /&gt;&lt;BR /&gt;I assume that you use the "bdf" command to arrive at that.&lt;BR /&gt;&lt;BR /&gt;The first column "/dev/vg00/lvol11" indicates the filesystem&lt;BR /&gt;&lt;BR /&gt;The second column "8182999" indicates your total filesystem size in Kb.&lt;BR /&gt;&lt;BR /&gt;The third column "79260" indicates size of the filesystem used.&lt;BR /&gt;&lt;BR /&gt;The fourth column "7605709" indicates the free size of your filesystem.&lt;BR /&gt;&lt;BR /&gt;The fifth column "%1" indicates the percentage use of the filesytem&lt;BR /&gt;&lt;BR /&gt;The last column "/var/adm/crash" indicates the directory where your file system is mounted.&lt;BR /&gt;&lt;BR /&gt;Hope that helps,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Wed, 13 Oct 2004 04:27:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizing-query/m-p/3398974#M200407</guid>
      <dc:creator>Paul_481</dc:creator>
      <dc:date>2004-10-13T04:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem Sizing Query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizing-query/m-p/3398975#M200408</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Every file system keep soem space reserve for File system overhead. THat's why there is difference.This is the amount called minfree !!!&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Wed, 13 Oct 2004 04:32:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizing-query/m-p/3398975#M200408</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2004-10-13T04:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem Sizing Query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizing-query/m-p/3398976#M200409</link>
      <description>from bdf manpage :&lt;BR /&gt;      The bdf command does not account for any disk space reserved for swap&lt;BR /&gt;      space, or used for the HFS boot block (8 KB, 1 per file system), HFS&lt;BR /&gt;      superblocks (8 KB each, 1 per disk cylinder), HFS cylinder group&lt;BR /&gt;      blocks (1 KB - 8 KB each, 1 per cylinder group), and inodes (currently&lt;BR /&gt;      128 bytes reserved for each inode).  Non-HFS file systems may have&lt;BR /&gt;      other items not accounted for by this command.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Oct 2004 04:35:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizing-query/m-p/3398976#M200409</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-10-13T04:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem Sizing Query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizing-query/m-p/3398977#M200410</link>
      <description>Hi Cliff,&lt;BR /&gt;&lt;BR /&gt;This seems to be normal as said in bfd manual:&lt;BR /&gt;&lt;BR /&gt;"The bdf command does not account for any disk space reserved for swap space, or used for the HFS boot block (8 KB, 1 per file system), HFS superblocks (8 KB each, 1 per disk cylinder), HFS cylinder group blocks (1 KB - 8 KB each, 1 per cylinder group), and inodes (currently 128 bytes reserved for each inode). Non-HFS file systems may have other items not accounted for by this command."&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Oct 2004 04:39:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizing-query/m-p/3398977#M200410</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-10-13T04:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem Sizing Query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizing-query/m-p/3398978#M200411</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;there's a certain "security reserve" in each FS - that's the reason for the difference&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Franky</description>
      <pubDate>Wed, 13 Oct 2004 05:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-sizing-query/m-p/3398978#M200411</guid>
      <dc:creator>Franky_1</dc:creator>
      <dc:date>2004-10-13T05:49:52Z</dc:date>
    </item>
  </channel>
</rss>

