<?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: unable to mount file system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-file-system/m-p/3165526#M514904</link>
    <description>Thanks to all for your prompt responses.&lt;BR /&gt;I was able to fix the problem my following Todd's suggestion to create it, and voila! i don't get the error anymore&lt;BR /&gt;Thanks,&lt;BR /&gt;VP</description>
    <pubDate>Thu, 15 Jan 2004 14:11:04 GMT</pubDate>
    <dc:creator>veronica pizana</dc:creator>
    <dc:date>2004-01-15T14:11:04Z</dc:date>
    <item>
      <title>unable to mount file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-file-system/m-p/3165520#M514898</link>
      <description>Hi all, I am trying to activate my package (duplex SIG), but I got an error under the SIG.cntl.log file, does anyone know why I might be getting this??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;VP&lt;BR /&gt;&lt;BR /&gt;vxfs fsck: cannot initialize aggregate&lt;BR /&gt;file system check failure, aborting ...&lt;BR /&gt;file system is clean - log replay is not required&lt;BR /&gt;        ERROR:  Function check_and_mount&lt;BR /&gt;        ERROR:  Failed to fsck one of the logical volumes.&lt;BR /&gt;Jan 15 11:11:11 - Node "wrchhxxx": Mounting /dev/vg01/lvol1 at /sigdb&lt;BR /&gt;/sigdb: &lt;BR /&gt;&lt;BR /&gt;/dev/vg01/lvol1: unrecognized file system&lt;BR /&gt;        ERROR:  Function check_and_mount&lt;BR /&gt;        ERROR:  Failed to mount /dev/vg01/lvol1 to /sigdb&lt;BR /&gt;Jan 15 11:11:11 - Node "wrchhxxx": Deactivating volume group vg01&lt;BR /&gt;Deactivated volume group in Exclusive Mode.&lt;BR /&gt;Volume group "vg01" has been successfully changed.&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jan 2004 12:26:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-file-system/m-p/3165520#M514898</guid>
      <dc:creator>veronica pizana</dc:creator>
      <dc:date>2004-01-15T12:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: unable to mount file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-file-system/m-p/3165521#M514899</link>
      <description>it almost looks like your /dev/vg01/lvol1 is not there. &lt;BR /&gt;&lt;BR /&gt;Have you checked your /dev/vg01 directory to see if lvol1 exists?&lt;BR /&gt;&lt;BR /&gt;Maybe you can activate vg01 yourself and then verify with a vgdisplay if lvol1 exists and then deactivate the Volume Group.</description>
      <pubDate>Thu, 15 Jan 2004 12:55:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-file-system/m-p/3165521#M514899</guid>
      <dc:creator>Marco Santerre</dc:creator>
      <dc:date>2004-01-15T12:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: unable to mount file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-file-system/m-p/3165522#M514900</link>
      <description>Everythign is there&lt;BR /&gt;lvol1 is under the vg01 dir, and when I activate it the lvol1 shows under the vgdsiplay&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jan 2004 12:58:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-file-system/m-p/3165522#M514900</guid>
      <dc:creator>veronica pizana</dc:creator>
      <dc:date>2004-01-15T12:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: unable to mount file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-file-system/m-p/3165523#M514901</link>
      <description>I would run fsck with FULL option... the cursory fsck failed ... The ERROR refers to failed fsck &lt;BR /&gt;&lt;BR /&gt;ERROR: Failed to fsck one of the logical volumes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However, I did see a reference to doing an newfs on the logical volume b/c you appear not to have a filesystem to mount it to...&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfs /dev/vg00/rlvol8 # for vxfs fs&lt;BR /&gt;&lt;BR /&gt;Here is that link to the posting... look at Rainer post there...&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=89364" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=89364&lt;/A&gt;</description>
      <pubDate>Thu, 15 Jan 2004 13:01:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-file-system/m-p/3165523#M514901</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-01-15T13:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: unable to mount file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-file-system/m-p/3165524#M514902</link>
      <description>You need 3 things to mount...&lt;BR /&gt;&lt;BR /&gt;1) a logical volume&lt;BR /&gt;2) a new filesystem defined by newfs or updated FS by fsadm(refers back to the LV)&lt;BR /&gt;3) a mountpoint&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;No points here...</description>
      <pubDate>Thu, 15 Jan 2004 13:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-file-system/m-p/3165524#M514902</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-01-15T13:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: unable to mount file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-file-system/m-p/3165525#M514903</link>
      <description>In addition to the -o full option, I've had to run fsck repeatedly to resurect a severely damaged filesystem.&lt;BR /&gt;It seems like 4 or 5 times was the most I've had to do before making a filesystem moutable. &lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jan 2004 14:09:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-file-system/m-p/3165525#M514903</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2004-01-15T14:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: unable to mount file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-file-system/m-p/3165526#M514904</link>
      <description>Thanks to all for your prompt responses.&lt;BR /&gt;I was able to fix the problem my following Todd's suggestion to create it, and voila! i don't get the error anymore&lt;BR /&gt;Thanks,&lt;BR /&gt;VP</description>
      <pubDate>Thu, 15 Jan 2004 14:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-file-system/m-p/3165526#M514904</guid>
      <dc:creator>veronica pizana</dc:creator>
      <dc:date>2004-01-15T14:11:04Z</dc:date>
    </item>
  </channel>
</rss>

