<?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: File System Block Size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-block-size/m-p/2869792#M98158</link>
    <description>I'm resurrecting this on, because I need to know why fstyp -v /mountpoint reports f_bsize=8192, while the blocksize specified creating the filesystem was 1024.&lt;BR /&gt;&lt;BR /&gt;If anyone could help I would really appreciate it.</description>
    <pubDate>Mon, 16 Aug 2004 08:05:41 GMT</pubDate>
    <dc:creator>Duncan Wright</dc:creator>
    <dc:date>2004-08-16T08:05:41Z</dc:date>
    <item>
      <title>File System Block Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-block-size/m-p/2869787#M98153</link>
      <description>&lt;BR /&gt; Why is that df -g always reports 8KB as the block size for both the VXFS and HFS File systems. fstyp reports correctly.&lt;BR /&gt;&lt;BR /&gt;root@:&amp;gt;df -g / | grep -i "file system block size "&lt;BR /&gt;           8192 file system block size            1024 fragment size&lt;BR /&gt;root@:&amp;gt;df -g /stand | grep -i "file system block size "&lt;BR /&gt;           8192 file system block size            1024 fragment size&lt;BR /&gt;root@:&amp;gt;fstyp -v /dev/vg00/rlvol1 | grep -i bsize&lt;BR /&gt;f_bsize: 8192&lt;BR /&gt;root@:&amp;gt;fstyp -v /dev/vg00/rlvol3 | grep -i bsize&lt;BR /&gt;f_bsize: 1024&lt;BR /&gt;root@:</description>
      <pubDate>Tue, 24 Dec 2002 11:15:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-block-size/m-p/2869787#M98153</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2002-12-24T11:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: File System Block Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-block-size/m-p/2869788#M98154</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;this is a known issue , use the command fstyp &lt;BR /&gt;to get the info .&lt;BR /&gt;&lt;BR /&gt;The 'df -g' command reports on 'fragment size'.  The 'fragment size'&lt;BR /&gt;status actually corresponds to the current 'block size'.&lt;BR /&gt;&lt;BR /&gt;Furthermore, what 'df' reports as 'block size' is actually the&lt;BR /&gt;filesystem's 'maximum possible block size'</description>
      <pubDate>Tue, 24 Dec 2002 11:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-block-size/m-p/2869788#M98154</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2002-12-24T11:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: File System Block Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-block-size/m-p/2869789#M98155</link>
      <description>#df -g &lt;BR /&gt;displays the fragment size and the maximum possible block size.&lt;BR /&gt;&lt;BR /&gt;So your df -g has given a maximum possible block size as 8192 kbytes and the fragment size 1024 Kbytes.&lt;BR /&gt;&lt;BR /&gt;So just use df -g to find out the fragment size and &lt;BR /&gt;&lt;BR /&gt;to find out the block size for vxfs&lt;BR /&gt;#fstyp -v /dev/vgxx/lvolX &lt;BR /&gt;f_bsize--&amp;gt;current block size&lt;BR /&gt;f_frsize---&amp;gt;default block size.&lt;BR /&gt;&lt;BR /&gt;for hfs&lt;BR /&gt;#tunefs -v /dev/vgxx/rlvolX | grep bsize&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 24 Dec 2002 11:55:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-block-size/m-p/2869789#M98155</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-12-24T11:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: File System Block Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-block-size/m-p/2869790#M98156</link>
      <description>&lt;BR /&gt;  HI&lt;BR /&gt;&lt;BR /&gt;   Why are you getting in to issues, that too known as per Eran. &lt;BR /&gt;&lt;BR /&gt;#mkfs -m will give the exact block size of a filesystem.&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;Shahul</description>
      <pubDate>Tue, 24 Dec 2002 13:12:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-block-size/m-p/2869790#M98156</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2002-12-24T13:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: File System Block Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-block-size/m-p/2869791#M98157</link>
      <description>There are some valid reasons for using larger block sizes on filesystems.&lt;BR /&gt;&lt;BR /&gt;Oracle performance can be substantially enhanced by choosing an appropriate block size.&lt;BR /&gt;&lt;BR /&gt;mkfs -m /dev/vg00/roracle2&lt;BR /&gt;mkfs -F vxfs -o ninode=unlimited,bsize=4096,version=4,inosize=256,logsize=512,la&lt;BR /&gt;rgefiles /dev/vg00/roracle2 30720000&lt;BR /&gt;&lt;BR /&gt;[4264#] fstyp -v /dev/vg00/roracle2&lt;BR /&gt;vxfs&lt;BR /&gt;version: 4&lt;BR /&gt;f_bsize: 8192&lt;BR /&gt;f_frsize: 4096&lt;BR /&gt;f_blocks: 7680000&lt;BR /&gt;f_bfree: 4566335&lt;BR /&gt;f_bavail: 4494987&lt;BR /&gt;f_files: 1141856&lt;BR /&gt;f_ffree: 1141568&lt;BR /&gt;f_favail: 1141568&lt;BR /&gt;f_fsid: 1073741844&lt;BR /&gt;f_basetype: vxfs&lt;BR /&gt;f_namemax: 254&lt;BR /&gt;f_magic: a501fcf5&lt;BR /&gt;f_featurebits: 0&lt;BR /&gt;f_flag: 16&lt;BR /&gt;f_fsindex: 7&lt;BR /&gt;f_size: 7680000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That's kind of funny, on first glance it looks like things aren't consistent between the two commands.&lt;BR /&gt;&lt;BR /&gt;I've heard of people going to 32 or 64 or 128 depending on how the application reads data.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 24 Dec 2002 13:50:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-block-size/m-p/2869791#M98157</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-12-24T13:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: File System Block Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-block-size/m-p/2869792#M98158</link>
      <description>I'm resurrecting this on, because I need to know why fstyp -v /mountpoint reports f_bsize=8192, while the blocksize specified creating the filesystem was 1024.&lt;BR /&gt;&lt;BR /&gt;If anyone could help I would really appreciate it.</description>
      <pubDate>Mon, 16 Aug 2004 08:05:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-block-size/m-p/2869792#M98158</guid>
      <dc:creator>Duncan Wright</dc:creator>
      <dc:date>2004-08-16T08:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: File System Block Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-block-size/m-p/2869793#M98159</link>
      <description>The "f_bsize" actually refers to the larges supported block size for the file system type.  "f_frsize" refers to the actual block size of the file system.&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Aug 2004 10:16:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-block-size/m-p/2869793#M98159</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2004-08-16T10:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: File System Block Size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-block-size/m-p/2869794#M98160</link>
      <description>"The "f_bsize" actually refers to the &lt;BR /&gt;larges supported block size for the file system type. "f_frsize" refers to the actual block size of the file system."&lt;BR /&gt;&lt;BR /&gt;I dont believe this is the case. f_bsize is the actual block size of the file system. f_frsize is the size of the fragments.</description>
      <pubDate>Mon, 16 Aug 2004 13:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-block-size/m-p/2869794#M98160</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-08-16T13:13:29Z</dc:date>
    </item>
  </channel>
</rss>

