<?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: &amp;quot;unrecognized file system&amp;quot; after newfs. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278409#M549321</link>
    <description>It turned out to being the missing of /etc/vxportal.</description>
    <pubDate>Tue, 12 Apr 2011 12:54:40 GMT</pubDate>
    <dc:creator>stephen peng</dc:creator>
    <dc:date>2011-04-12T12:54:40Z</dc:date>
    <item>
      <title>"unrecognized file system" after newfs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278388#M549300</link>
      <description>Guys,&lt;BR /&gt;I've got following issue:&lt;BR /&gt;[RX6600_4][root][/dev/vgpeng]#newfs /dev/vgpeng/rpeng1&lt;BR /&gt;newfs: /etc/default/fs is used for determining the file system type&lt;BR /&gt;    version 6 layout&lt;BR /&gt;    1048576 sectors, 1048576 blocks of size 1024, log size 16384 blocks&lt;BR /&gt;    largefiles supported&lt;BR /&gt;[RX6600_4][root][/dev/vgpeng]#mount /dev/vgpeng/rpeng1 /peng&lt;BR /&gt;mount: /dev/vgpeng/rpeng1 is an invalid operand&lt;BR /&gt;[RX6600_4][root][/dev/vgpeng]#mount /dev/vgpeng/peng1 /peng&lt;BR /&gt;/dev/vgpeng/peng1: unrecognized file system&lt;BR /&gt;[RX6600_4][root][/dev/vgpeng]#newfs -F vxfs -o largefiles /dev/vgpeng/rpeng1&lt;BR /&gt;    version 6 layout&lt;BR /&gt;    1048576 sectors, 1048576 blocks of size 1024, log size 16384 blocks&lt;BR /&gt;    largefiles supported&lt;BR /&gt;[RX6600_4][root][/dev/vgpeng]#mount -o largefiles /dev/vgpeng/peng1 /peng&lt;BR /&gt;/dev/vgpeng/peng1: unrecognized file system&lt;BR /&gt;&lt;BR /&gt;never seen that, what could this be?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Stephen</description>
      <pubDate>Fri, 01 Apr 2011 05:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278388#M549300</guid>
      <dc:creator>stephen peng</dc:creator>
      <dc:date>2011-04-01T05:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: "unrecognized file system" after newfs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278389#M549301</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;run fsck -F vxfs -o full /dev/vgpeng/lpeng1&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;MC</description>
      <pubDate>Fri, 01 Apr 2011 06:26:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278389#M549301</guid>
      <dc:creator>madhuchakkaravarthy</dc:creator>
      <dc:date>2011-04-01T06:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: "unrecognized file system" after newfs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278390#M549302</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Well a guess.... Could there be something wrong with your "block" device file as the newfs argument with the "raw" device file seems to work. Probably your peng block device file is missing??&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ismail Azad</description>
      <pubDate>Fri, 01 Apr 2011 07:38:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278390#M549302</guid>
      <dc:creator>Ismail Azad</dc:creator>
      <dc:date>2011-04-01T07:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: "unrecognized file system" after newfs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278391#M549303</link>
      <description>Guys,&lt;BR /&gt;[RX6600_4][root][/dev/vgpeng]#fsck -F vxfs -o full /dev/vgpeng/rpeng1&lt;BR /&gt;log replay in progress&lt;BR /&gt;pass0 - checking structural files&lt;BR /&gt;pass1 - checking inode sanity and blocks&lt;BR /&gt;pass2 - checking directory linkage&lt;BR /&gt;pass3 - checking reference counts&lt;BR /&gt;pass4 - checking resource maps&lt;BR /&gt;OK to clear log? (ynq)y&lt;BR /&gt;flush fileset headers? (ynq)y&lt;BR /&gt;set state to CLEAN? (ynq)y&lt;BR /&gt;[RX6600_4][root][/dev/vgpeng]#mount /dev/vgpeng/peng1 /peng&lt;BR /&gt;/dev/vgpeng/peng1: unrecognized file system&lt;BR /&gt;[RX6600_4][root][/dev/vgpeng]#ll&lt;BR /&gt;total 0&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x060000 Apr  1 13:49 group&lt;BR /&gt;brw-r-----   1 root       sys         64 0x060001 Apr  1 13:51 peng1&lt;BR /&gt;crw-r-----   1 root       sys         64 0x060001 Apr  1 13:51 rpeng1&lt;BR /&gt;&lt;BR /&gt;I just created this lv and newfs it, then it was told to be unrecognized, this confused me.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Stephen</description>
      <pubDate>Fri, 01 Apr 2011 08:54:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278391#M549303</guid>
      <dc:creator>stephen peng</dc:creator>
      <dc:date>2011-04-01T08:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: "unrecognized file system" after newfs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278392#M549304</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;what does the fstyp -v /dev/vgpeng/peng1 shows.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;MC&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Apr 2011 11:41:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278392#M549304</guid>
      <dc:creator>madhuchakkaravarthy</dc:creator>
      <dc:date>2011-04-01T11:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: "unrecognized file system" after newfs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278393#M549305</link>
      <description>RX6600_4][root][/]#fstyp -v /dev/vg00/lvol7&lt;BR /&gt;unknown_fstyp (no matches)&lt;BR /&gt;[RX6600_4][root][/]#fstyp -v /dev/vgpeng/peng1&lt;BR /&gt;unknown_fstyp (no matches)&lt;BR /&gt;&lt;BR /&gt;look like something was wrong.</description>
      <pubDate>Fri, 01 Apr 2011 12:04:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278393#M549305</guid>
      <dc:creator>stephen peng</dc:creator>
      <dc:date>2011-04-01T12:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: "unrecognized file system" after newfs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278394#M549306</link>
      <description>cd out of the vg directory&lt;BR /&gt;try lvremoving your lvol&lt;BR /&gt;then recreate the filesystem:&lt;BR /&gt;&lt;BR /&gt;mkfs -F vxfs -o bsize=8192,largefiles /dev/vgpeng/rpeng1&lt;BR /&gt;&lt;BR /&gt;mkdir /a&lt;BR /&gt;mount /dev/vgpeng/peng1 /a&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Apr 2011 14:05:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278394#M549306</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2011-04-01T14:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: "unrecognized file system" after newfs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278395#M549307</link>
      <description>Alzhyï¼ &lt;BR /&gt;[RX6600_4][root][/]#mkfs -F vxfs -o bsize=8192,largefiles /dev/vgpeng/rpeng1&lt;BR /&gt;    version 6 layout&lt;BR /&gt;    1048576 sectors, 131072 blocks of size 8192, log size 2048 blocks&lt;BR /&gt;    largefiles supported&lt;BR /&gt;[RX6600_4][root][/]#mount /dev/vgpeng/peng1 /peng&lt;BR /&gt;/dev/vgpeng/peng1: unrecognized file system&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Stephen</description>
      <pubDate>Fri, 01 Apr 2011 14:23:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278395#M549307</guid>
      <dc:creator>stephen peng</dc:creator>
      <dc:date>2011-04-01T14:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: "unrecognized file system" after newfs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278396#M549308</link>
      <description>how's about:&lt;BR /&gt;&lt;BR /&gt;add in /etc/fstab:&lt;BR /&gt;&lt;BR /&gt;/dev/vgpeng/peng1  /peng  vxfs delaylog 0 2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and :&lt;BR /&gt;&lt;BR /&gt;mount /peng&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Apr 2011 14:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278396#M549308</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2011-04-01T14:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: "unrecognized file system" after newfs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278397#M549309</link>
      <description>Alzhy,&lt;BR /&gt;It works! How could this happen? It is a 11.31 box.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Stephen</description>
      <pubDate>Fri, 01 Apr 2011 14:45:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278397#M549309</guid>
      <dc:creator>stephen peng</dc:creator>
      <dc:date>2011-04-01T14:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: "unrecognized file system" after newfs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278398#M549310</link>
      <description>Maybe the default manual mount option is for hfs in your environment? Can' recall though where it's set or if it is even possible. Without specifying -F Fstype - I always thought default is vxfs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe you can try unmounting and do an explicit mount:&lt;BR /&gt;&lt;BR /&gt;mount -F vxfs /dev/vgpeng/peng1 /peng &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Glad it is working though.&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Apr 2011 14:51:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278398#M549310</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2011-04-01T14:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: "unrecognized file system" after newfs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278399#M549311</link>
      <description>&lt;!--!*#--&gt;Hmmm -- 11.31 mount (1M) man pages say:&lt;BR /&gt;&lt;BR /&gt;           -F FStype      Specify FStype, the file system type on which to&lt;BR /&gt;                          operate.  See fstyp(1M).  If this option is not&lt;BR /&gt;                          included on the command line, then it is&lt;BR /&gt;                          determined from either /etc/fstab, by matching&lt;BR /&gt;                          special with an entry in that file, or from file&lt;BR /&gt;                          system statistics of special, obtained by&lt;BR /&gt;                          statfsdev() (see statfsdev(3C)).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So something weird in your environment. Far out but maybe mount command is an alias in your environment?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Apr 2011 14:54:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278399#M549311</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2011-04-01T14:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: "unrecognized file system" after newfs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278400#M549312</link>
      <description>Alzhy,&lt;BR /&gt;[RX6600_4][root][/dev/vgpeng]#mount -F vxfs /dev/vgpeng/peng1 /peng&lt;BR /&gt;vxfs mount: V-3-22168: Cannot open portal device: No such file or directory&lt;BR /&gt;&lt;BR /&gt;and /peng does mounted. the sad thing is that everything happened is beyond my knowledge!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Stephen</description>
      <pubDate>Fri, 01 Apr 2011 14:56:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278400#M549312</guid>
      <dc:creator>stephen peng</dc:creator>
      <dc:date>2011-04-01T14:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: "unrecognized file system" after newfs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278401#M549313</link>
      <description>Is this an uber-new 11.31 installation ? Maybe the Sep 2010 release?&lt;BR /&gt;&lt;BR /&gt;What version of VxFS is installed?&lt;BR /&gt;&lt;BR /&gt;swlist|grep -i vxfs&lt;BR /&gt;&lt;BR /&gt;Maybe you have the latest and greates VxVM/VxFS and there've been changes?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Apr 2011 15:00:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278401#M549313</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2011-04-01T15:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: "unrecognized file system" after newfs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278402#M549314</link>
      <description>No,mount command is not a alias.&lt;BR /&gt;and what do you think about this:&lt;BR /&gt;RX6600_4][root][/]#fstyp -v /dev/vg00/lvol7 &lt;BR /&gt;unknown_fstyp (no matches) &lt;BR /&gt;[RX6600_4][root][/]#fstyp -v /dev/vgpeng/peng1 &lt;BR /&gt;unknown_fstyp (no matches) &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Stephen</description>
      <pubDate>Fri, 01 Apr 2011 15:00:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278402#M549314</guid>
      <dc:creator>stephen peng</dc:creator>
      <dc:date>2011-04-01T15:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: "unrecognized file system" after newfs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278403#M549315</link>
      <description>yes fstyp returning an unknown filesystem is puzzling too...&lt;BR /&gt;&lt;BR /&gt;There is certainly something unique in your 11.31 environment.&lt;BR /&gt;&lt;BR /&gt;Pls. send VxFS versions.&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Apr 2011 15:01:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278403#M549315</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2011-04-01T15:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: "unrecognized file system" after newfs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278404#M549316</link>
      <description>the following are output from swlist which I consider useful:&lt;BR /&gt;2010Mar1131           2010.03        HPUX 11.31 Megpatch for Mar 2010&lt;BR /&gt;Base-VXFS             B.11.31        Base VxFS File System 4.1 Bundle for HP-UX &lt;BR /&gt;Base-VxFS-50          B.05.00.01     Veritas File System Bundle 5.0 for HP-UX &lt;BR /&gt;FEATURE11i            B.11.31.0909.341b Feature Enablement Patches for HP-UX 11i v3, September 2009 &lt;BR /&gt;&lt;BR /&gt;regars&lt;BR /&gt;Stephen</description>
      <pubDate>Fri, 01 Apr 2011 15:08:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278404#M549316</guid>
      <dc:creator>stephen peng</dc:creator>
      <dc:date>2011-04-01T15:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: "unrecognized file system" after newfs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278405#M549317</link>
      <description>And:&lt;BR /&gt;QPKAPPS               B.11.31.0909.341a Applications Patches for HP-UX 11i v3,&lt;BR /&gt; September 2009 &lt;BR /&gt;  QPKAPPS               B.11.31.1009.353a Applications Patches for HP-UX 11i v3,&lt;BR /&gt; September 2010 &lt;BR /&gt;  QPKBASE               B.11.31.0909.341a Base Quality Pack Bundle for HP-UX 11i&lt;BR /&gt; v3, September 2009 &lt;BR /&gt;  QPKBASE               B.11.31.1009.353a Base Quality Pack Bundle for HP-UX 11i&lt;BR /&gt; v3, September 2010</description>
      <pubDate>Fri, 01 Apr 2011 15:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278405#M549317</guid>
      <dc:creator>stephen peng</dc:creator>
      <dc:date>2011-04-01T15:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: "unrecognized file system" after newfs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278406#M549318</link>
      <description>I too have the same bits 4.1 base and 5.0.1 Vxfs bundle. But your QPKs are latest and greatest (mine is Sep 2008)&lt;BR /&gt;&lt;BR /&gt;I suggest you raise a support ticket with HP and see if this is now the normal behaviour or something's fishy.&lt;BR /&gt;&lt;BR /&gt;My tools/scripts will certainly break if fstyp is "broken"...&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Apr 2011 15:14:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278406#M549318</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2011-04-01T15:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: "unrecognized file system" after newfs.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278407#M549319</link>
      <description>hi &lt;BR /&gt;&lt;BR /&gt;I've got following issue: &lt;BR /&gt;[RX6600_4][root][/dev/vgpeng]#newfs /dev/vgpeng/rpeng1 &lt;BR /&gt;newfs: /etc/default/fs is used for determining the file system type &lt;BR /&gt;version 6 layout &lt;BR /&gt;1048576 sectors, 1048576 blocks of size 1024, log size 16384 blocks &lt;BR /&gt;largefiles supported --------------------&amp;gt;&lt;BR /&gt;&lt;BR /&gt;if u note that there might be no entry in /etc/default/fs&lt;BR /&gt;&lt;BR /&gt;if not add entry vxfs.&lt;BR /&gt;&lt;BR /&gt;if no entry present it looks for /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;after that Alzhay said make an entry in fstab,so it worked fine.&lt;BR /&gt;&lt;BR /&gt;my suggestion is look in /etc/default/fs.&lt;BR /&gt;&lt;BR /&gt;that why i asked you to send the output of fstyp.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;MC&lt;BR /&gt;</description>
      <pubDate>Sat, 02 Apr 2011 01:39:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-unrecognized-file-system-quot-after-newfs/m-p/5278407#M549319</guid>
      <dc:creator>madhuchakkaravarthy</dc:creator>
      <dc:date>2011-04-02T01:39:38Z</dc:date>
    </item>
  </channel>
</rss>

