<?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 mounting vxfs file system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-vxfs-file-system/m-p/5018350#M427962</link>
    <description>men &lt;BR /&gt;it tries&lt;BR /&gt;fsck -y -o full /dev/vg01/rlvol10&lt;BR /&gt;</description>
    <pubDate>Tue, 12 Dec 2006 14:25:04 GMT</pubDate>
    <dc:creator>Calandrello</dc:creator>
    <dc:date>2006-12-12T14:25:04Z</dc:date>
    <item>
      <title>Problem mounting vxfs file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-vxfs-file-system/m-p/5018347#M427959</link>
      <description>We have one file system that won't mount:&lt;BR /&gt;vxfs mount: /dev/vg01/lvol10 is corrupted. needs checking&lt;BR /&gt;&lt;BR /&gt;When fsck -y /dev/vg01/lvol10 is run:&lt;BR /&gt;vxfs fsck: file system had I/O error(s) on meta-data.&lt;BR /&gt;log replay in progress&lt;BR /&gt;file system is not clean, full fsck required&lt;BR /&gt;pass0 - checking structural files&lt;BR /&gt;pass1 - checking inode sanity and blocks&lt;BR /&gt;vxfs fsck: fsck read failure bno = 237640, off = 0, len = 8192&lt;BR /&gt;file system check failure, aborting...&lt;BR /&gt;&lt;BR /&gt;Question is, what exactly is this?  A disk surface error?  How to fix?</description>
      <pubDate>Tue, 12 Dec 2006 13:17:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-vxfs-file-system/m-p/5018347#M427959</guid>
      <dc:creator>DAN ROSS</dc:creator>
      <dc:date>2006-12-12T13:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting vxfs file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-vxfs-file-system/m-p/5018348#M427960</link>
      <description>Sounds like a bad disk to me.  Try running diskinfo and dd against it:&lt;BR /&gt;&lt;BR /&gt;diskinfo /dev/rdsk/c3t6d0&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/c3t6d0 of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;If either of those commands fail, it's pretty certain that you've got a bad disk and you're going to have to replace it.  A handy guide to help with the replacement is available here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf" target="_blank"&gt;http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 12 Dec 2006 13:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-vxfs-file-system/m-p/5018348#M427960</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-12-12T13:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting vxfs file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-vxfs-file-system/m-p/5018349#M427961</link>
      <description>Run a full fsck on the filesystem.&lt;BR /&gt;&lt;BR /&gt;# fsck -y -o full /dev/vg01/lvol10&lt;BR /&gt;&lt;BR /&gt;and see what happens from there.&lt;BR /&gt;&lt;BR /&gt;If that goes all the way through, then try mounting it.</description>
      <pubDate>Tue, 12 Dec 2006 14:02:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-vxfs-file-system/m-p/5018349#M427961</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-12-12T14:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting vxfs file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-vxfs-file-system/m-p/5018350#M427962</link>
      <description>men &lt;BR /&gt;it tries&lt;BR /&gt;fsck -y -o full /dev/vg01/rlvol10&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Dec 2006 14:25:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-vxfs-file-system/m-p/5018350#M427962</guid>
      <dc:creator>Calandrello</dc:creator>
      <dc:date>2006-12-12T14:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting vxfs file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-vxfs-file-system/m-p/5018351#M427963</link>
      <description>fsck can NEVER fix I/O errors. fsck's only purpose is to fix relationship errors in the directory. When fsck reports an I/O error, there is no further recovery possible. The disk has a hardware problem, either electronic or media (surface) error and must be replaced and all the data restored.</description>
      <pubDate>Tue, 12 Dec 2006 23:20:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-vxfs-file-system/m-p/5018351#M427963</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-12-12T23:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mounting vxfs file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-vxfs-file-system/m-p/5018352#M427964</link>
      <description>The disc was bad and needed to be replaced.  Thanks for the help.</description>
      <pubDate>Wed, 13 Dec 2006 12:50:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-mounting-vxfs-file-system/m-p/5018352#M427964</guid>
      <dc:creator>DAN ROSS</dc:creator>
      <dc:date>2006-12-13T12:50:45Z</dc:date>
    </item>
  </channel>
</rss>

