<?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: Bad superblock in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-superblock/m-p/2874018#M937293</link>
    <description>The list of alternate superblocks is in /var/adm/sbtab. Use "fsck_hfs -b" to specify the alternate superblock.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
    <pubDate>Fri, 03 Jan 2003 16:13:20 GMT</pubDate>
    <dc:creator>Martin Johnson</dc:creator>
    <dc:date>2003-01-03T16:13:20Z</dc:date>
    <item>
      <title>Bad superblock</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-superblock/m-p/2874013#M937288</link>
      <description>hpserv220:/ # fsck /dev/vg06/rlvol4&lt;BR /&gt;** /dev/vg06/rlvol4&lt;BR /&gt;BAD SUPER BLOCK: MAGIC NUMBER WRONG&lt;BR /&gt;USE -b OPTION TO FSCK TO SPECIFY LOCATION OF AN ALTERNATE&lt;BR /&gt;SUPER-BLOCK TO SUPPLY NEEDED INFORMATION; SEE fsck(1M).&lt;BR /&gt;hpserv220:/ #&lt;BR /&gt;&lt;BR /&gt;any suggestions how to resovle this? Running a standard fsck results in the above error. Where does HPUX store its alternate super block?&lt;BR /&gt;&lt;BR /&gt;Jeremy&lt;BR /&gt;Sunadmin@jslracing.com&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jan 2003 16:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-superblock/m-p/2874013#M937288</guid>
      <dc:creator>Jeremy Loukinas_1</dc:creator>
      <dc:date>2003-01-03T16:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bad superblock</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-superblock/m-p/2874014#M937289</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What filesystem is this?. If it is vxfs, then try &lt;BR /&gt;&lt;BR /&gt;fsck -F vxfs /dev/vg06/rlvol4.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 03 Jan 2003 16:06:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-superblock/m-p/2874014#M937289</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-01-03T16:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bad superblock</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-superblock/m-p/2874015#M937290</link>
      <description>First off, I am assuming that this is an HFS filesystem since you got the above error.&lt;BR /&gt;&lt;BR /&gt;From the 'man fsck_hfs' man page:&lt;BR /&gt;&lt;BR /&gt; -b blocknum&lt;BR /&gt;Use the specified blocknum as the superblock for the file system.  An alternate superblock can usually be found at block ((SBSIZE+BBSIZE)/DEV_BSIZE), typically block 16.  DEV_BSIZE is defined in &lt;SYS&gt;.  You can also find a list of alternate superblocks in /var/adm/sbtab (see mkfs(1M)).&lt;BR /&gt;&lt;BR /&gt;So try:&lt;BR /&gt;&lt;BR /&gt;# fsck -b 16 /dev/vg06/rlvol4&lt;BR /&gt;&lt;BR /&gt;If that doesn't work, have a look in /var/adm/sbtab for other alternate superblock locations to use with the '-b' option.&lt;/SYS&gt;</description>
      <pubDate>Fri, 03 Jan 2003 16:07:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-superblock/m-p/2874015#M937290</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-01-03T16:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Bad superblock</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-superblock/m-p/2874016#M937291</link>
      <description>Are you sure that this isn't a VxFS? Maybe the fsck wrapper failed to recognize the fs type and accidently used the hfs fsck.&lt;BR /&gt;&lt;BR /&gt;Check /etc/fstab for your fs type. If it's vxfs try:&lt;BR /&gt;&lt;BR /&gt;fsck -F vxfs /dev/vg06/rlvol4&lt;BR /&gt;&lt;BR /&gt;Otherwise (for hfs!) check /etc/sbtab for alternate hfs superblocks.&lt;BR /&gt;&lt;BR /&gt;Best regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Fri, 03 Jan 2003 16:08:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-superblock/m-p/2874016#M937291</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2003-01-03T16:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Bad superblock</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-superblock/m-p/2874017#M937292</link>
      <description>there is allways a spare superblock at 16&lt;BR /&gt;HFS?&lt;BR /&gt;try:&lt;BR /&gt;&lt;BR /&gt;fsck -F hfs -b 16 dev/vg06/rlvol4</description>
      <pubDate>Fri, 03 Jan 2003 16:10:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-superblock/m-p/2874017#M937292</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-01-03T16:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bad superblock</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-superblock/m-p/2874018#M937293</link>
      <description>The list of alternate superblocks is in /var/adm/sbtab. Use "fsck_hfs -b" to specify the alternate superblock.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Fri, 03 Jan 2003 16:13:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-superblock/m-p/2874018#M937293</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2003-01-03T16:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bad superblock</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bad-superblock/m-p/2874019#M937294</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;FYI..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90681/B2355-90681_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90681/00/01/102-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90681/00/01/102-toc.html&amp;amp;searchterms=superblock%7cbad&amp;amp;queryid=20030103-090539" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90681/B2355-90681_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90681/00/01/102-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90681/00/01/102-toc.html&amp;amp;searchterms=superblock%7cbad&amp;amp;queryid=20030103-090539&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Bye</description>
      <pubDate>Fri, 03 Jan 2003 16:19:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bad-superblock/m-p/2874019#M937294</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2003-01-03T16:19:09Z</dc:date>
    </item>
  </channel>
</rss>

