<?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 Type in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-type/m-p/5141715#M452603</link>
    <description>cat /etc/mnttab will provide the mounted file system details&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Prasu</description>
    <pubDate>Wed, 19 Nov 2008 10:57:31 GMT</pubDate>
    <dc:creator>Prasu</dc:creator>
    <dc:date>2008-11-19T10:57:31Z</dc:date>
    <item>
      <title>Filesystem Type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-type/m-p/5141712#M452600</link>
      <description>Hi experts,&lt;BR /&gt;&lt;BR /&gt;How to know the existing filesystem type on HPUX logical volume?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;&lt;BR /&gt;Asrul</description>
      <pubDate>Wed, 19 Nov 2008 10:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-type/m-p/5141712#M452600</guid>
      <dc:creator>aan_1</dc:creator>
      <dc:date>2008-11-19T10:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem Type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-type/m-p/5141713#M452601</link>
      <description>&amp;gt;&amp;gt;How to know the existing filesystem type on HPUX logical volume? &amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;quick Quess :-&lt;BR /&gt;&lt;BR /&gt;# more /etc/fstab --&amp;gt; will show you what tmp of file system used in the HPUX logical&lt;BR /&gt;&lt;BR /&gt;by default vxfs file system in HPUX,&lt;BR /&gt;&lt;BR /&gt;(below example show /lvol8 - using vxfs file system&lt;BR /&gt;# more /etc/fstab |grep /var&lt;BR /&gt;/dev/vg00/lvol8 /var vxfs delaylog 0 2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Nov 2008 10:43:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-type/m-p/5141713#M452601</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-11-19T10:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem Type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-type/m-p/5141714#M452602</link>
      <description>fsadm -v FS name&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Wed, 19 Nov 2008 10:51:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-type/m-p/5141714#M452602</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-11-19T10:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem Type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-type/m-p/5141715#M452603</link>
      <description>cat /etc/mnttab will provide the mounted file system details&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Prasu</description>
      <pubDate>Wed, 19 Nov 2008 10:57:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-type/m-p/5141715#M452603</guid>
      <dc:creator>Prasu</dc:creator>
      <dc:date>2008-11-19T10:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem Type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-type/m-p/5141716#M452604</link>
      <description>[root@sdprapli:~]# fstyp -v /dev/vg0/lvol1                                                                  &lt;BR /&gt;hfs&lt;BR /&gt;f_bsize: 8192&lt;BR /&gt;f_frsize: 1024&lt;BR /&gt;f_blocks: 512499&lt;BR /&gt;f_bfree: 217356&lt;BR /&gt;f_bavail: 166106&lt;BR /&gt;f_files: 81536&lt;BR /&gt;f_ffree: 81226&lt;BR /&gt;f_favail: 81226&lt;BR /&gt;f_fsid: 1073741825&lt;BR /&gt;f_basetype: hfs&lt;BR /&gt;f_namemax: 255&lt;BR /&gt;f_magic: 95014&lt;BR /&gt;f_featurebits: 1&lt;BR /&gt;f_flag: 0&lt;BR /&gt;f_fsindex: 0&lt;BR /&gt;f_size: 524288&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Nov 2008 11:03:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-type/m-p/5141716#M452604</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2008-11-19T11:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem Type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-type/m-p/5141717#M452605</link>
      <description>Hello Asrul&lt;BR /&gt;&lt;BR /&gt;use fstyp command for that &lt;BR /&gt;&lt;BR /&gt;#fstyp /dev/vgname/lvol2&lt;BR /&gt;&lt;BR /&gt;cheers &lt;BR /&gt;&lt;BR /&gt;Ashish</description>
      <pubDate>Wed, 19 Nov 2008 12:37:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-type/m-p/5141717#M452605</guid>
      <dc:creator>Ashish Parashar</dc:creator>
      <dc:date>2008-11-19T12:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem Type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-type/m-p/5141718#M452606</link>
      <description>Thank you guys. your comment very helpfull</description>
      <pubDate>Thu, 20 Nov 2008 04:27:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-type/m-p/5141718#M452606</guid>
      <dc:creator>aan_1</dc:creator>
      <dc:date>2008-11-20T04:27:02Z</dc:date>
    </item>
  </channel>
</rss>

