<?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: Problem with mounting a file system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/3692321#M617367</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this&lt;BR /&gt;&lt;BR /&gt;fsck -y /dev/vg10/rlvol6&lt;BR /&gt;mount vxfs /dev/vg10/lvol6 /bunty/oracle/data</description>
    <pubDate>Thu, 15 Dec 2005 13:27:44 GMT</pubDate>
    <dc:creator>Luk Vandenbussche</dc:creator>
    <dc:date>2005-12-15T13:27:44Z</dc:date>
    <item>
      <title>Problem with mounting a file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/3692320#M617366</link>
      <description>Hi,&lt;BR /&gt;As I unmounted a old file system and i was mounting another directory, i got this error:&lt;BR /&gt;&lt;BR /&gt;# mount /dev/vg10/lvol6 /bunty/oracle/data&lt;BR /&gt;/dev/vg10/lvol6: unrecognized file system&lt;BR /&gt;&lt;BR /&gt;# mount -F vxfs /dev/vg10/lvol6 /bunty/oracle/data&lt;BR /&gt;vxfs mount: file system on /dev/vg10/lvol6 has structural damage&lt;BR /&gt;&lt;BR /&gt;Note : i forgot to update /etc/fstab file before mounting.&lt;BR /&gt;now i have deleted the old file system entries.&lt;BR /&gt;&lt;BR /&gt;Please suggest&lt;BR /&gt;bunty&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Dec 2005 13:24:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/3692320#M617366</guid>
      <dc:creator>Bunty...</dc:creator>
      <dc:date>2005-12-15T13:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mounting a file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/3692321#M617367</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this&lt;BR /&gt;&lt;BR /&gt;fsck -y /dev/vg10/rlvol6&lt;BR /&gt;mount vxfs /dev/vg10/lvol6 /bunty/oracle/data</description>
      <pubDate>Thu, 15 Dec 2005 13:27:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/3692321#M617367</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2005-12-15T13:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mounting a file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/3692322#M617368</link>
      <description>Try fsck'ing it:&lt;BR /&gt;&lt;BR /&gt;fsck -F vxfs /dev/vg10/rlvol6&lt;BR /&gt;&lt;BR /&gt;Then try the mount - also post a vgdisplay -v vg10&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 15 Dec 2005 13:28:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/3692322#M617368</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-12-15T13:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mounting a file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/3692323#M617369</link>
      <description>If the fs is really gone, edit the /etc/fstab and then:&lt;BR /&gt;&lt;BR /&gt;mount -a&lt;BR /&gt;&lt;BR /&gt;Any errors will display after a delay.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 15 Dec 2005 13:35:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/3692323#M617369</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-12-15T13:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mounting a file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/3692324#M617370</link>
      <description># fsck -F vxfs /dev/vg10/lvol6&lt;BR /&gt;vxfs fsck: file system had I/O error(s) on meta-data.&lt;BR /&gt;vxfs fsck: OLT extent 0 has bad magic&lt;BR /&gt;read of primary OLT failed&lt;BR /&gt;vxfs fsck: OLT extent 1 has bad magic&lt;BR /&gt;read of OLT copy failed&lt;BR /&gt;vxfs fsck: no valid OLT, cannot continue&lt;BR /&gt;file system check failure, aborting ...&lt;BR /&gt;&lt;BR /&gt;# mount -F vxfs /dev/vg10/lvol6 /bunty/oracle/data/&lt;BR /&gt;vxfs mount: file system on /dev/vg10/lvol6 has structural damage&lt;BR /&gt;&lt;BR /&gt;# fsck -F vxfs /dev/vg10/rlvol6&lt;BR /&gt;vxfs fsck: file system had I/O error(s) on meta-data.&lt;BR /&gt;vxfs fsck: OLT extent 0 has bad magic&lt;BR /&gt;read of primary OLT failed&lt;BR /&gt;vxfs fsck: OLT extent 1 has bad magic&lt;BR /&gt;read of OLT copy failed&lt;BR /&gt;vxfs fsck: no valid OLT, cannot continue&lt;BR /&gt;file system check failure, aborting ...&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Dec 2005 13:41:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/3692324#M617370</guid>
      <dc:creator>Bunty...</dc:creator>
      <dc:date>2005-12-15T13:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mounting a file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/3692325#M617371</link>
      <description>I'm afraid your lvol6 is pooched...&lt;BR /&gt;&lt;BR /&gt;lvdisplay -v vg10 and lvdisplay -v /dev/vg10/lvol6 |more - see what devs it has and any errors...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 15 Dec 2005 13:42:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/3692325#M617371</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-12-15T13:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mounting a file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/3692326#M617372</link>
      <description>oops - first one above should be vgdispla -v vg10&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 15 Dec 2005 13:45:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/3692326#M617372</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-12-15T13:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mounting a file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/3692327#M617373</link>
      <description>you need to do a vgdisplay -v vg10 and lvdisplay -v /dev/vg10/lvol6 as Geof suggested and get a list of disks that belongs to that volume group, you should try to do a pvdisplay on /dev/dsk/c?t?d? and diskinfo on the devices to find out which one is your culprit...</description>
      <pubDate>Thu, 15 Dec 2005 14:15:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/3692327#M617373</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2005-12-15T14:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mounting a file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/3692328#M617374</link>
      <description>Perhaps someone stepped on your physical device file by mistake.  (with dd command, pvcreate -f, etc..)&lt;BR /&gt;&lt;BR /&gt;Definately get a list of you LVM PV's, and cross-compare with /etc/fstab, or any RAW devices you may be using on the system.&lt;BR /&gt;&lt;BR /&gt;-tjh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Dec 2005 09:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/3692328#M617374</guid>
      <dc:creator>Thomas J. Harrold</dc:creator>
      <dc:date>2005-12-16T09:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mounting a file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/3692329#M617375</link>
      <description>Bunty,&lt;BR /&gt;&lt;BR /&gt;You posted a question on the 14th, on how to remove a FS, ( &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=983617" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=983617&lt;/A&gt; ) did you performed the suggestions provided and did you used the correct disks?&lt;BR /&gt;&lt;BR /&gt;It could be that you've "dd" to a wrong disk.&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;&lt;BR /&gt;Darrel</description>
      <pubDate>Sat, 17 Dec 2005 03:39:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/3692329#M617375</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2005-12-17T03:39:51Z</dc:date>
    </item>
  </channel>
</rss>

