<?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 How was was logical volue formatted? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-was-was-logical-volue-formatted/m-p/3401990#M201010</link>
    <description>I have a logical volume with vxfs formatting. I would like to know what all options like largefiles/nolargefiles/suid/nosuid etc were used while formatting a logical volume. I dont trust the /etc/fstab file. Any other way I can get the information.</description>
    <pubDate>Mon, 18 Oct 2004 00:26:23 GMT</pubDate>
    <dc:creator>Yashodhan Deo</dc:creator>
    <dc:date>2004-10-18T00:26:23Z</dc:date>
    <item>
      <title>How was was logical volue formatted?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-was-was-logical-volue-formatted/m-p/3401990#M201010</link>
      <description>I have a logical volume with vxfs formatting. I would like to know what all options like largefiles/nolargefiles/suid/nosuid etc were used while formatting a logical volume. I dont trust the /etc/fstab file. Any other way I can get the information.</description>
      <pubDate>Mon, 18 Oct 2004 00:26:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-was-was-logical-volue-formatted/m-p/3401990#M201010</guid>
      <dc:creator>Yashodhan Deo</dc:creator>
      <dc:date>2004-10-18T00:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: How was was logical volue formatted?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-was-was-logical-volue-formatted/m-p/3401991#M201011</link>
      <description>Try man page&lt;BR /&gt;man newfs_vxfs &lt;BR /&gt;man mkfs_vxfs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Mon, 18 Oct 2004 00:31:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-was-was-logical-volue-formatted/m-p/3401991#M201011</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2004-10-18T00:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: How was was logical volue formatted?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-was-was-logical-volue-formatted/m-p/3401992#M201012</link>
      <description>Hi Yashodhan,&lt;BR /&gt;&lt;BR /&gt;Some of the options (like suid/nosuid, minfree etc.,) are mount points. Some of them like largefiles, blocksize etc., are filesystem format options. &lt;BR /&gt;&lt;BR /&gt;Simple 'mount' command shows you all the options used to mount the filesystems.&lt;BR /&gt;&lt;BR /&gt;For the formatting options 'mkfs -m /dev/vgxx/lvolx' should show them. Do not forget to specify '-m' option with mkfs command.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 18 Oct 2004 00:31:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-was-was-logical-volue-formatted/m-p/3401992#M201012</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-18T00:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: How was was logical volue formatted?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-was-was-logical-volue-formatted/m-p/3401993#M201013</link>
      <description>HI Yashodan,&lt;BR /&gt;You can use &lt;BR /&gt;# fstype -v /dev/vgxx/lvolx&lt;BR /&gt;command to know more about the FileSystem attributes.&lt;BR /&gt;&lt;BR /&gt;BTW: FSTAB indicates all correct information and no harm in believing it.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,</description>
      <pubDate>Mon, 18 Oct 2004 00:32:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-was-was-logical-volue-formatted/m-p/3401993#M201013</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-10-18T00:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: How was was logical volue formatted?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-was-was-logical-volue-formatted/m-p/3401994#M201014</link>
      <description>Yashodhan,&lt;BR /&gt;&lt;BR /&gt;Looks like these answers didn't help you. Can elaborate your question a bit more?.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 18 Oct 2004 01:03:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-was-was-logical-volue-formatted/m-p/3401994#M201014</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-18T01:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: How was was logical volue formatted?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-was-was-logical-volue-formatted/m-p/3401995#M201015</link>
      <description>newfs -m -F vxfs /dev/vgxx/rlvolx --&amp;gt; will give you the options that were used to create the file system.&lt;BR /&gt;&lt;BR /&gt;mount -p will give you the options with which the the lvol is mounted.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 18 Oct 2004 04:27:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-was-was-logical-volue-formatted/m-p/3401995#M201015</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-18T04:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: How was was logical volue formatted?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-was-was-logical-volue-formatted/m-p/3401996#M201016</link>
      <description>Hi Deo,&lt;BR /&gt;&lt;BR /&gt;largefiles and nolargefiles, suid and nosuid&lt;BR /&gt;&lt;BR /&gt;Above are the mount options for vxfs.&lt;BR /&gt;&lt;BR /&gt;fsadm&lt;BR /&gt;&lt;BR /&gt;/root# fsadm -F vxfs /dev/vg01/rlvol4  &lt;BR /&gt;nomultifsets&lt;BR /&gt;largefiles&lt;BR /&gt;&lt;BR /&gt;fstyp&lt;BR /&gt;&lt;BR /&gt;:/root# fstyp -v /dev/vg01/lvol4&lt;BR /&gt;vxfs&lt;BR /&gt;version: 3&lt;BR /&gt;f_bsize: 8192&lt;BR /&gt;f_frsize: 1024&lt;BR /&gt;f_blocks: 614400&lt;BR /&gt;f_bfree: 603373&lt;BR /&gt;f_bavail: 603373&lt;BR /&gt;f_files: 32&lt;BR /&gt;f_ffree: 1073789800&lt;BR /&gt;f_favail: 1073789800&lt;BR /&gt;f_fsid: 1073807364&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: 6&lt;BR /&gt;f_size: 614400&lt;BR /&gt;&lt;BR /&gt;fstab&lt;BR /&gt;&lt;BR /&gt;/root# cat /etc/fstab | grep lvol4&lt;BR /&gt;/dev/vg01/lvol4 /app/oracle/dbappl vxfs log,nodatainlog,largefiles,rw,suid 0 2&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 18 Oct 2004 05:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-was-was-logical-volue-formatted/m-p/3401996#M201016</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-10-18T05:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: How was was logical volue formatted?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-was-was-logical-volue-formatted/m-p/3401997#M201017</link>
      <description>Use fsadm and fstyp:&lt;BR /&gt;&lt;BR /&gt;fstyp -v /dev/vg00/lvol4&lt;BR /&gt;vxfs&lt;BR /&gt;version: 3&lt;BR /&gt;f_bsize: 8192&lt;BR /&gt;f_frsize: 1024&lt;BR /&gt;f_blocks: 143360&lt;BR /&gt;f_bfree: 51117&lt;BR /&gt;f_bavail: 51117&lt;BR /&gt;f_files: 3456&lt;BR /&gt;f_ffree: 2139030336&lt;BR /&gt;f_favail: 2139030336&lt;BR /&gt;f_fsid: 1073741828&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: 0&lt;BR /&gt;f_fsindex: 7&lt;BR /&gt;f_size: 143360&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs /&lt;BR /&gt;nolargefiles&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 18 Oct 2004 07:49:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-was-was-logical-volue-formatted/m-p/3401997#M201017</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-18T07:49:03Z</dc:date>
    </item>
  </channel>
</rss>

