<?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 Information in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-information/m-p/3837698#M779434</link>
    <description>Hi Bryan,&lt;BR /&gt;&lt;BR /&gt;You can use mkfs -m to determine the string used to build the filesystem.  For example:&lt;BR /&gt;&lt;BR /&gt;# mkfs -F vxfs -m /dev/lvm01/lvol1&lt;BR /&gt;mkfs -F vxfs -o ninode=unlimited,bsize=1024,version=6,inosize=256,logsize=16384,largefiles /dev/lvm01/lvol1&lt;BR /&gt;&lt;BR /&gt;This shows "bsize=1024" meaning a 1K block size.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
    <pubDate>Fri, 04 Aug 2006 16:20:29 GMT</pubDate>
    <dc:creator>Dave Olker</dc:creator>
    <dc:date>2006-08-04T16:20:29Z</dc:date>
    <item>
      <title>File System Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-information/m-p/3837697#M779433</link>
      <description>I am trying to determine the block size that was configured for a file system. I beleive it was created with 8K blocks, but I would like to verify.&lt;BR /&gt;&lt;BR /&gt;Anyone know of a way to determine what the block size is configured to?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-Bryan</description>
      <pubDate>Fri, 04 Aug 2006 16:14:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-information/m-p/3837697#M779433</guid>
      <dc:creator>Bryan D. Quinn</dc:creator>
      <dc:date>2006-08-04T16:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: File System Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-information/m-p/3837698#M779434</link>
      <description>Hi Bryan,&lt;BR /&gt;&lt;BR /&gt;You can use mkfs -m to determine the string used to build the filesystem.  For example:&lt;BR /&gt;&lt;BR /&gt;# mkfs -F vxfs -m /dev/lvm01/lvol1&lt;BR /&gt;mkfs -F vxfs -o ninode=unlimited,bsize=1024,version=6,inosize=256,logsize=16384,largefiles /dev/lvm01/lvol1&lt;BR /&gt;&lt;BR /&gt;This shows "bsize=1024" meaning a 1K block size.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Fri, 04 Aug 2006 16:20:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-information/m-p/3837698#M779434</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2006-08-04T16:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: File System Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-information/m-p/3837699#M779435</link>
      <description>Bryan:&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;# fstyp -v /dev/vg00/lvol7&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 04 Aug 2006 16:21:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-information/m-p/3837699#M779435</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-08-04T16:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: File System Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-information/m-p/3837700#M779436</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;did you try "fstyp",&lt;BR /&gt;&lt;BR /&gt;fstyp -v /dev/vg_name/rlv_name&lt;BR /&gt;&lt;BR /&gt;Looks for the field, "f_bsize"&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2006 16:23:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-information/m-p/3837700#M779436</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2006-08-04T16:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: File System Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-information/m-p/3837701#M779437</link>
      <description>... and I'll bet that you learned in your Oracle class that blocksize is very important. Well, it was in HP-UX land when hfs/ufs filesystems were commonly used but not (when I know you are running vxfs because it is much faster) now. Vxfs filesystems are extent-based rather than block-based so that the filesystem always tries to write and allocate in large chunks. Block size is unimportant except as the smallest quantum of filesize. Leaving your blocksize at 1KiB (the default) does no harm at all from a performance perspective.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2006 16:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-information/m-p/3837701#M779437</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-04T16:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: File System Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-information/m-p/3837702#M779438</link>
      <description>Thanks for everybodies help. I did try fstyp, but like a ding dong did not try -v...duh. Thanks again and a special thanks to Clay for the clarification on the block size. You are exactly right this is an Oracle/SAP implementation and the database people asked me to make sure that I did create the FS with 8192 blocks.&lt;BR /&gt;&lt;BR /&gt;Thanks again for everybodies responses.&lt;BR /&gt;&lt;BR /&gt;-Bryan</description>
      <pubDate>Mon, 07 Aug 2006 13:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-information/m-p/3837702#M779438</guid>
      <dc:creator>Bryan D. Quinn</dc:creator>
      <dc:date>2006-08-07T13:32:05Z</dc:date>
    </item>
  </channel>
</rss>

