<?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 filesystem crash!!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-crash/m-p/2552323#M886975</link>
    <description>hi all ..i got a hp-ux 10.20 system.the problem is that a fiesystem is not getting mounted due to a serious damage.if i run fsck it reports "could not open /dev/vg01/lvol2: error 6".i tried replacing the superblock even.but unfortunately it is giving the same error.is there any other way to recover my filesystem?</description>
    <pubDate>Fri, 13 Jul 2001 07:22:28 GMT</pubDate>
    <dc:creator>viks</dc:creator>
    <dc:date>2001-07-13T07:22:28Z</dc:date>
    <item>
      <title>filesystem crash!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-crash/m-p/2552323#M886975</link>
      <description>hi all ..i got a hp-ux 10.20 system.the problem is that a fiesystem is not getting mounted due to a serious damage.if i run fsck it reports "could not open /dev/vg01/lvol2: error 6".i tried replacing the superblock even.but unfortunately it is giving the same error.is there any other way to recover my filesystem?</description>
      <pubDate>Fri, 13 Jul 2001 07:22:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-crash/m-p/2552323#M886975</guid>
      <dc:creator>viks</dc:creator>
      <dc:date>2001-07-13T07:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem crash!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-crash/m-p/2552324#M886976</link>
      <description>&lt;BR /&gt;Try doing a dd on the raw lvol. This will confirm the filesystem is readable and hasnt developed a bad block or bad media which means your filesystem is unrecoverable;&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/vg01/rlvol2 of=/dev/null bs=64k&lt;BR /&gt;&lt;BR /&gt;It will come back either with X blocks in+out - which is good, or I/O error which means your dead.&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jul 2001 07:37:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-crash/m-p/2552324#M886976</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2001-07-13T07:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem crash!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-crash/m-p/2552325#M886977</link>
      <description>&lt;BR /&gt;   Hi&lt;BR /&gt;&lt;BR /&gt;   Which is ur file system ? HFS/VXFS? Anyway U try loke this&lt;BR /&gt;&lt;BR /&gt;#fsck -F "HFS/VXFS" -o full /dev/vg01/lvol2&lt;BR /&gt;&lt;BR /&gt;   If it is VXFS file system, It will automatically select alternate superblocks in case of a super block corruption. If it is HFS U will have to specify alternate superblock with -b option. Alternate superblock list U will get from /etc/sbtab.&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;&lt;BR /&gt;Shahul</description>
      <pubDate>Fri, 13 Jul 2001 09:09:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-crash/m-p/2552325#M886977</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2001-07-13T09:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem crash!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-crash/m-p/2552326#M886978</link>
      <description>Hi Viks,&lt;BR /&gt;I agree with Stefan, but just try a full check for your files system&lt;BR /&gt;&lt;BR /&gt;# fsck -F (vxfs or hfs)-o full /dev/vg01/lvol2 &lt;BR /&gt;#vgchange -a y&lt;BR /&gt;# mount -a&lt;BR /&gt;then #pg /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;Goodluck,&lt;BR /&gt;hamdy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jul 2001 13:35:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-crash/m-p/2552326#M886978</guid>
      <dc:creator>Hamdy Al-Sebaey</dc:creator>
      <dc:date>2001-07-24T13:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem crash!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-crash/m-p/2552327#M886979</link>
      <description>Hi Viks&lt;BR /&gt;&lt;BR /&gt;I think error No : 6 pertains to no such device or address . Incase you can mount other lvol on the same vg then it can be either that the Physical disk in that volume group has become bad . Check vgdisplay -v and see for active PV and current PV . &lt;BR /&gt;&lt;BR /&gt;You can also try recreating the lvmtab file in /etc by moving the old lvmtab and running a vgscan -v . and then trying to do a fsck -y on this lvol , then mounting it.&lt;BR /&gt;&lt;BR /&gt;But I seriously suspect that  a PV in the volume has gone bad.&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jul 2001 13:49:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-crash/m-p/2552327#M886979</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-07-24T13:49:44Z</dc:date>
    </item>
  </channel>
</rss>

