<?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: file system corruption in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-corruption/m-p/2538073#M26237</link>
    <description>Hi Roger&lt;BR /&gt;&lt;BR /&gt;If you can read any data I suggest that the first thing you do is backup what you can, then start to look at the fsck errors.&lt;BR /&gt;&lt;BR /&gt;Do you have online jfs if so try a defrag it might clear the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
    <pubDate>Fri, 08 Jun 2001 07:15:58 GMT</pubDate>
    <dc:creator>Paula J Frazer-Campbell</dc:creator>
    <dc:date>2001-06-08T07:15:58Z</dc:date>
    <item>
      <title>file system corruption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-corruption/m-p/2538071#M26235</link>
      <description>I have an hfs file system on a logical volume spanning two 4Gb disk.  The file system is corrupt and when I do a fsck, I get two sets of "CANNOT READ: BLK..." in phase 1.  In phase 5 I get "SUMMARY INFORMATION (INODE FREE) BAD \nBAD CYLINDAR GROUPS\nFIX?".  When I type "y", I get file information then "DISK MEDIA PROBLEMS ENCOUNTERED!\nBAD BLOCKS WERE FOUND ON THE DISK.\nFILE SYSTEM IS NOT CLEAN -- DISK MEDIA PROBLEMS ENCOUNTERD".  As per HP Tech support a "dd" of each disk to /dev/null was performed with no errors found.  HP Tech support says that the drives are not in error.  How can I get my data back?&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jun 2001 21:18:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-corruption/m-p/2538071#M26235</guid>
      <dc:creator>Roger Lavender</dc:creator>
      <dc:date>2001-06-07T21:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: file system corruption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-corruption/m-p/2538072#M26236</link>
      <description>Hi Roger,&lt;BR /&gt;&lt;BR /&gt;if you have a backup then you could perform the following steps:&lt;BR /&gt;&lt;BR /&gt;1) newfs the lvol&lt;BR /&gt;2) restore the data&lt;BR /&gt;&lt;BR /&gt;Steffi Jones</description>
      <pubDate>Thu, 07 Jun 2001 22:28:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-corruption/m-p/2538072#M26236</guid>
      <dc:creator>Steffi Jones_1</dc:creator>
      <dc:date>2001-06-07T22:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: file system corruption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-corruption/m-p/2538073#M26237</link>
      <description>Hi Roger&lt;BR /&gt;&lt;BR /&gt;If you can read any data I suggest that the first thing you do is backup what you can, then start to look at the fsck errors.&lt;BR /&gt;&lt;BR /&gt;Do you have online jfs if so try a defrag it might clear the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Fri, 08 Jun 2001 07:15:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-corruption/m-p/2538073#M26237</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2001-06-08T07:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: file system corruption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-corruption/m-p/2538074#M26238</link>
      <description>onlinejfs doesn't work with hfs!&lt;BR /&gt;&lt;BR /&gt;You might want to dd the disk to another healhy disk and try to mount your fs from there... or set up lvm mirroring of the lvol to another healthy disk.  Split mirror and mount the mirror split.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 08 Jun 2001 07:51:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-corruption/m-p/2538074#M26238</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-06-08T07:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: file system corruption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-corruption/m-p/2538075#M26239</link>
      <description>You don't have a chance to repair a filesytem where fsck gives you "Cannot read block". If the disks are really healthy, you are perhaps dealing with a defective SCSI interface (which is very hard to diagnose and can give you all sort of symptoms). &lt;BR /&gt;I agree with Steffi's way to handle it, but would make sure that the filesystem is on a different disk and if possible on a different bus. Bill's suggestion can also work if this is really an underlying hardware failure. &lt;BR /&gt;&lt;BR /&gt;Carsten</description>
      <pubDate>Fri, 08 Jun 2001 08:41:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-corruption/m-p/2538075#M26239</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2001-06-08T08:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: file system corruption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-corruption/m-p/2538076#M26240</link>
      <description>Hi Bill&lt;BR /&gt;&lt;BR /&gt;Its a RTFQ for me, I missed the HFS --Ooops.&lt;BR /&gt;&lt;BR /&gt;Sorry Roger I'm typing rubbish.&lt;BR /&gt;&lt;BR /&gt;((:-(   Paula&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jun 2001 09:15:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-corruption/m-p/2538076#M26240</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2001-06-08T09:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: file system corruption</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-corruption/m-p/2538077#M26241</link>
      <description>yea, I do that all the time too Paula, especially near the next cap! ;)&lt;BR /&gt;There should be a delete answer button!!!&lt;BR /&gt;&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 08 Jun 2001 09:19:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-corruption/m-p/2538077#M26241</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-06-08T09:19:53Z</dc:date>
    </item>
  </channel>
</rss>

