<?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: Invalid Superblock in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-superblock/m-p/4090373#M730047</link>
    <description>Can you describe us how the old, damaged vg00 was laid out?&lt;BR /&gt;&lt;BR /&gt;The fact that your example shows /dev/vgtest/rlvol25 suggests that the damaged system had a very non-standard vg00 layout: lvol numbers go at least up to 25 instead of default 8.&lt;BR /&gt;&lt;BR /&gt;If I understand your situation correctly, you've had to force the volume group activation as all the required PVs are not present. But did you have to do anything else?&lt;BR /&gt;&lt;BR /&gt;It might be that the beginning of this particular filesystem was on the damaged disk and only the "tail end" was on the SAN disk.&lt;BR /&gt;If the beginning of the filesystem is missing, fsck needs some help in locating an alternate superblock. A superblock is a key filesystem structure, and multiple copies of it are located in various locations in the filesystem. If none of them are available, the situation is very bad.&lt;BR /&gt;&lt;BR /&gt;To understand the problem better, it would be important to see the output of the following commands:&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v vgtest&lt;BR /&gt;lvdisplay -v /dev/vgtest/lvol25&lt;BR /&gt;&lt;BR /&gt;(The latter will produce a long list of extents. It will point out if some parts of the LV are missing.)&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Tue, 23 Oct 2007 03:36:38 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2007-10-23T03:36:38Z</dc:date>
    <item>
      <title>Invalid Superblock</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-superblock/m-p/4090369#M730043</link>
      <description>Hi There&lt;BR /&gt;&lt;BR /&gt;I need help to recover a "badly damage" VG file system, which keeps prompting me cannot find super-block. Example: &lt;BR /&gt;#&amp;gt; fsck -F vxfs -y -o full,nolog /dev/vgtest/rlvol25&lt;BR /&gt;vxfs fsck: not a valid vxfs file system&lt;BR /&gt;invalid super-block&lt;BR /&gt;search for auxiliary super-block? (ynq)y&lt;BR /&gt;alternate super-block not found&lt;BR /&gt;vxfs fsck: cannot initialize aggregate&lt;BR /&gt;file system check failure, aborting ...&lt;BR /&gt;&lt;BR /&gt;Well... what happened was, this VG is actually VG00 of another system. A SAN boot disk was added to the vg00 disk group but freaky accident happened to the boot disk, and what was left was the SAN disk. I'm task to "swing" this SAN disk to another system to try and recover some of the file system content.&lt;BR /&gt;&lt;BR /&gt;Appreciate and advises....&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;&lt;BR /&gt;Lai&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Oct 2007 02:17:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-superblock/m-p/4090369#M730043</guid>
      <dc:creator>Lai Nee Shyang_1</dc:creator>
      <dc:date>2007-10-23T02:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Superblock</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-superblock/m-p/4090370#M730044</link>
      <description>"this VG is actually VG00 of another system"&lt;BR /&gt;&lt;BR /&gt;What result gives "vgdisplay -v" for this VG?&lt;BR /&gt;Consider this is really not a vxfs, but hfs or swap.&lt;BR /&gt;&lt;BR /&gt;Can you boot the other system into single user mode from this disk?</description>
      <pubDate>Tue, 23 Oct 2007 02:22:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-superblock/m-p/4090370#M730044</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-10-23T02:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Superblock</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-superblock/m-p/4090371#M730045</link>
      <description>Hi There&lt;BR /&gt;&lt;BR /&gt;Please bear with me while I try to explain how it leads to this mess.&lt;BR /&gt;&lt;BR /&gt;The VG00 was introduce with a SAN disk via vgextend and lvextend (-m 2). The sole purpose, was to create a split environment for some testings, therefore after the sAN disk completed mirror, a lvsplit command was issue and bootconf/lvlnboot was modify to point to the SAN disk whenever the test environment is required.&lt;BR /&gt;However, something happend at the VG00 disks and a make_tape_recovery was done on the VG00. To "preserve" the content of the SAN disk, the make_tape_recovery only recover to the 2 internal boot disks, thus the new VG00 nolonger has the SAN disk in the VG. I'm task to recover one filesystem in the SAN disks so that the testing can resume somewhere else.&lt;BR /&gt;&lt;BR /&gt;I've imported the VG onto a dev system, it complains about the 2 missing disks in VG00 but the vgimport was successful, and I've vgreduce the 2 missing disks from the VG. There were many LVs some belong to the original VG00 and some to the SAN disk. I've manage to lvremove those without a valid PVs leaving only those with valid PVs (the SAN disk). But now my last hurdle is I cannot clean the FS for mounting.&lt;BR /&gt;&lt;BR /&gt;sorry if I cause more confusion then giving a clearer picture.&lt;BR /&gt;&lt;BR /&gt;Lai</description>
      <pubDate>Tue, 23 Oct 2007 02:44:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-superblock/m-p/4090371#M730045</guid>
      <dc:creator>Lai Nee Shyang_1</dc:creator>
      <dc:date>2007-10-23T02:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Superblock</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-superblock/m-p/4090372#M730046</link>
      <description>Hi Torsten&lt;BR /&gt;&lt;BR /&gt;vgdisplay shows :VG Name                     /dev/vgtest&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      14&lt;BR /&gt;Open LV                     14&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      3&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               4553&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            16&lt;BR /&gt;Total PE                    4543&lt;BR /&gt;Alloc PE                    4349&lt;BR /&gt;Free PE                     194&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vgtest/lvol13&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            352&lt;BR /&gt;   Current LE                  22&lt;BR /&gt;   Allocated PE                22&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgtest/lvol16&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            4096&lt;BR /&gt;&lt;BR /&gt;.........&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c15t1d1&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4543&lt;BR /&gt;   Free PE                     194&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I do not need to boot from this disk again, I only require to recover some data from one of the filesystem. So far the fsck doesn't work on any of the LVs listed.&lt;BR /&gt;&lt;BR /&gt;Thanks and Cheers&lt;BR /&gt;&lt;BR /&gt;Lai</description>
      <pubDate>Tue, 23 Oct 2007 02:47:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-superblock/m-p/4090372#M730046</guid>
      <dc:creator>Lai Nee Shyang_1</dc:creator>
      <dc:date>2007-10-23T02:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Superblock</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-superblock/m-p/4090373#M730047</link>
      <description>Can you describe us how the old, damaged vg00 was laid out?&lt;BR /&gt;&lt;BR /&gt;The fact that your example shows /dev/vgtest/rlvol25 suggests that the damaged system had a very non-standard vg00 layout: lvol numbers go at least up to 25 instead of default 8.&lt;BR /&gt;&lt;BR /&gt;If I understand your situation correctly, you've had to force the volume group activation as all the required PVs are not present. But did you have to do anything else?&lt;BR /&gt;&lt;BR /&gt;It might be that the beginning of this particular filesystem was on the damaged disk and only the "tail end" was on the SAN disk.&lt;BR /&gt;If the beginning of the filesystem is missing, fsck needs some help in locating an alternate superblock. A superblock is a key filesystem structure, and multiple copies of it are located in various locations in the filesystem. If none of them are available, the situation is very bad.&lt;BR /&gt;&lt;BR /&gt;To understand the problem better, it would be important to see the output of the following commands:&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v vgtest&lt;BR /&gt;lvdisplay -v /dev/vgtest/lvol25&lt;BR /&gt;&lt;BR /&gt;(The latter will produce a long list of extents. It will point out if some parts of the LV are missing.)&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 23 Oct 2007 03:36:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-superblock/m-p/4090373#M730047</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-10-23T03:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Superblock</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-superblock/m-p/4090374#M730048</link>
      <description>Hi MK&lt;BR /&gt;&lt;BR /&gt;thanks for your prompt reply. &lt;BR /&gt;&lt;BR /&gt;The VG00 was normal, eg. lvol1, lvol2 etc. A SAN disk was introduced, lvextend -m 2 , and lvsplited, thus creating lvol1, lvol2,.. lvol1_X, lvol2_X (_X are the splited volumes). After VG activation, lvol1, 2... are all invalid because only the SAN disk was recoverd and open to the dev system. As such, lvol1-lvol12 are all invalid, and I lvremoved them. &lt;BR /&gt;&lt;BR /&gt;I've checked the lvdisplay -v /dev/vgtest/lvol25, all PEs are current and pointing to the PV in vgtest&lt;BR /&gt;&lt;BR /&gt;Below is the vgdisplay output, the lvdisplay output is sampled, I've verify they are correct. cheers&lt;BR /&gt;&lt;BR /&gt;Lai&lt;BR /&gt;&lt;BR /&gt;___________________________________________&lt;BR /&gt;#&amp;gt; vgdisplay -v vgtest&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vgtest&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      14&lt;BR /&gt;Open LV                     14&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      3&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               4553&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            16&lt;BR /&gt;Total PE                    4543&lt;BR /&gt;Alloc PE                    4349&lt;BR /&gt;Free PE                     194&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vgtest/lvol13&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            352&lt;BR /&gt;   Current LE                  22&lt;BR /&gt;   Allocated PE                22&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgtest/lvol16&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            4096&lt;BR /&gt;   Current LE                  256&lt;BR /&gt;   Allocated PE                256&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgtest/lvol17&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  64&lt;BR /&gt;   Allocated PE                64&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgtest/lvol18&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  64&lt;BR /&gt;   Allocated PE                64&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgtest/lvol19&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            5008&lt;BR /&gt;   Current LE                  313&lt;BR /&gt;   Allocated PE                313&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgtest/lvol20&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            5120&lt;BR /&gt;   Current LE                  320&lt;BR /&gt;   Allocated PE                320&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgtest/lvol21&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            5120&lt;BR /&gt;   Current LE                  320&lt;BR /&gt;   Allocated PE                320&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgtest/lvol22&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            8000&lt;BR /&gt;   Current LE                  500&lt;BR /&gt;   Allocated PE                500&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgtest/lvol23&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            6160&lt;BR /&gt;   Current LE                  385&lt;BR /&gt;   Allocated PE                385&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgtest/lvol24&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            4096&lt;BR /&gt;   Current LE                  256&lt;BR /&gt;   Allocated PE                256&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgtest/lvol25&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            4000&lt;BR /&gt;   Current LE                  250&lt;BR /&gt;   Allocated PE                250&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgtest/lvol26&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            23552&lt;BR /&gt;   Current LE                  1472&lt;BR /&gt;   Allocated PE                1472&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgtest/lvol27&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1008&lt;BR /&gt;   Current LE                  63&lt;BR /&gt;   Allocated PE                63&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vgtest/lvol28&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  64&lt;BR /&gt;   Allocated PE                64&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c15t1d1&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4543&lt;BR /&gt;   Free PE                     194&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vgtest/lvol25&lt;BR /&gt;VG Name                     /dev/vgtest&lt;BR /&gt;LV Permission               read/write&lt;BR /&gt;LV Status                   available/syncd&lt;BR /&gt;Mirror copies               0&lt;BR /&gt;Consistency Recovery        MWC&lt;BR /&gt;Schedule                    parallel&lt;BR /&gt;LV Size (Mbytes)            4000&lt;BR /&gt;Current LE                  250&lt;BR /&gt;Allocated PE                250&lt;BR /&gt;Stripes                     0&lt;BR /&gt;Stripe Size (Kbytes)        0&lt;BR /&gt;Bad block                   on&lt;BR /&gt;Allocation                  strict&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;&lt;BR /&gt;   --- Distribution of logical volume ---&lt;BR /&gt;   PV Name            LE on PV  PE on PV&lt;BR /&gt;   /dev/dsk/c15t1d1   250       250&lt;BR /&gt;&lt;BR /&gt;   --- Logical extents ---&lt;BR /&gt;   LE    PV1                PE1   Status 1&lt;BR /&gt;   00000 /dev/dsk/c15t1d1   02500 current&lt;BR /&gt;   00001 /dev/dsk/c15t1d1   02501 current&lt;BR /&gt;   00002 /dev/dsk/c15t1d1   02502 current&lt;BR /&gt;   00003 /dev/dsk/c15t1d1   02503 current&lt;BR /&gt;   00004 /dev/dsk/c15t1d1   02504 current&lt;BR /&gt;   00005 /dev/dsk/c15t1d1   02505 current&lt;BR /&gt;   00006 /dev/dsk/c15t1d1   02506 current&lt;BR /&gt;   00007 /dev/dsk/c15t1d1   02507 current&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Oct 2007 03:46:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-superblock/m-p/4090374#M730048</guid>
      <dc:creator>Lai Nee Shyang_1</dc:creator>
      <dc:date>2007-10-23T03:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Superblock</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-superblock/m-p/4090375#M730049</link>
      <description>OK, now that's solid information.&lt;BR /&gt;&lt;BR /&gt;If all the PE:s of lvol25 are there, the LV should be usable, but apparently the fsck is not finding anything recognizable as a vxfs filesystem.&lt;BR /&gt;&lt;BR /&gt;But... are you *sure* these LVs are supposed to use the vxfs filesystem? As the vxfs file system check does not seem to recognize it at all, it might actually be a HFS filesystem.&lt;BR /&gt;&lt;BR /&gt;Run the command&lt;BR /&gt;&lt;BR /&gt;fstyp -v /dev/vgtest/lvol25&lt;BR /&gt;&lt;BR /&gt;and tell us what it says. &lt;BR /&gt;Check out all the other LVs with fstyp to find out what kind of filesystems they contain, if any.&lt;BR /&gt;&lt;BR /&gt;Another thing... which version of HP-UX was in use on the damaged system, and which version is on this "rescue" system? &lt;BR /&gt;If the damaged system had a newer HP-UX version than the rescue system, the damaged system might use a newer version of vxfs, which the rescue system cannot read without some upgrades.&lt;BR /&gt;&lt;BR /&gt;In this case, you might need to install a more advanced version of vxfs to the rescue system to be able to read this disk.&lt;BR /&gt;&lt;BR /&gt;Or maybe the disk was used as "raw" LVs for some sort of database? &lt;BR /&gt;&lt;BR /&gt;In that case, there will be no filesystem at all, and you will need to install the correct version of the database software on the rescue system. Someone with the appropriate DBA skills must then handle the rest of the rescue job.&lt;BR /&gt;&lt;BR /&gt;As there are so many LVs waiting for rescue, it would be extremely beneficial to get a copy of the /etc/fstab of the damaged system, if at all possible. Even an old or incomplete copy might offer useful clues.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 23 Oct 2007 12:21:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-superblock/m-p/4090375#M730049</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-10-23T12:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Superblock</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-superblock/m-p/4090376#M730050</link>
      <description>I agree with Matti and maybe you should try your fsck command again only this time specifying the HFS argument to the "-F" option. And remove the "-o" cmd line option along with its arguments viz.,&lt;BR /&gt;&lt;BR /&gt;# fsck -F hfs -y /dev/vgtest/rlvol25</description>
      <pubDate>Tue, 23 Oct 2007 12:51:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-superblock/m-p/4090376#M730050</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-10-23T12:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Superblock</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/invalid-superblock/m-p/4090377#M730051</link>
      <description>*kao tao* &amp;lt;--- bow &lt;BR /&gt;&lt;BR /&gt;U guys are brilliant... The orginating system was a V2, the test system is a V1.. I was having a wild goose chase all along.. sigh.&lt;BR /&gt;&lt;BR /&gt;I have "swing" the disks to a V2 test system and "wala" every fs can be fsck properly. &lt;BR /&gt;&lt;BR /&gt;Ok.. one strange thing to note, I'm able to fsck and mount the filesystems (eg. /var, /usr etc) But one of the filesystem recovered only have 1 directory and 1 file in it. According to the user, it should be fully populated with files/directores.&lt;BR /&gt;&lt;BR /&gt;Could it be damage when I tried to fsck it on a V1 systems. But strangely, if it is damange  why only 1 file and 1 directory is able to survive.&lt;BR /&gt;&lt;BR /&gt;Thanks guys.&lt;BR /&gt;&lt;BR /&gt;Lai</description>
      <pubDate>Tue, 23 Oct 2007 20:58:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/invalid-superblock/m-p/4090377#M730051</guid>
      <dc:creator>Lai Nee Shyang_1</dc:creator>
      <dc:date>2007-10-23T20:58:59Z</dc:date>
    </item>
  </channel>
</rss>

