<?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: Disk maintenance in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-maintenance/m-p/2438628#M6339</link>
    <description>Paul, check out the man page for ncheck, ncheck_vxfs and ncheck_hfs.  It seems there are ways to do this using ncheck. You can print filenames by specifying block numbers if you know them using the "-o b" option on a vxfs filesystem.&lt;BR /&gt;&lt;BR /&gt;Tony</description>
    <pubDate>Tue, 22 Aug 2000 14:56:17 GMT</pubDate>
    <dc:creator>Anthony deRito</dc:creator>
    <dc:date>2000-08-22T14:56:17Z</dc:date>
    <item>
      <title>Disk maintenance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-maintenance/m-p/2438621#M6332</link>
      <description>Is there a way on HP-UX to find which file a particular block belongs to.&lt;BR /&gt;E.g., I sometimes get messages during fsck that a particular block cannot be read.&lt;BR /&gt;If that block is part of a file, it would be nice to know which file.</description>
      <pubDate>Tue, 22 Aug 2000 13:56:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-maintenance/m-p/2438621#M6332</guid>
      <dc:creator>Dale Barnes</dc:creator>
      <dc:date>2000-08-22T13:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Disk maintenance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-maintenance/m-p/2438622#M6333</link>
      <description>How do you get the Forum? Via Unix?&lt;BR /&gt;Just play with edit commands (copy and past).&lt;BR /&gt;If you have CDE via Exeed into PC, play with the right button of the mouse-&amp;gt;edit.&lt;BR /&gt;For xstart, it is the same highlight and copy and to past it you can use Past Special...&lt;BR /&gt;But, it is another easy way, doesn't matter what you use: redirect the output to a file #command &amp;gt;file. Attach the file direct to the forum or email it to yourself...</description>
      <pubDate>Tue, 22 Aug 2000 14:03:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-maintenance/m-p/2438622#M6333</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-08-22T14:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Disk maintenance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-maintenance/m-p/2438623#M6334</link>
      <description>&lt;BR /&gt;Ive never heard of a way of finding out which file a particular block belongs to on HP-UX, but you could do it the other way around. For each file on a filesystem dd it to /dev/null and if that file is on a block which cant be read you will get an I/O error when accessing it. eg;&lt;BR /&gt;&lt;BR /&gt;cd /tmp&lt;BR /&gt;for i in `find . -print`&lt;BR /&gt;do&lt;BR /&gt;echo $i&lt;BR /&gt;dd if=$i of=/dev/null bs=64k&lt;BR /&gt;done&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Aug 2000 14:03:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-maintenance/m-p/2438623#M6334</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-08-22T14:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Disk maintenance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-maintenance/m-p/2438624#M6335</link>
      <description>fsdb the filesystem debugger &lt;BR /&gt;man fsdb&lt;BR /&gt;man fsdb_hfs&lt;BR /&gt;man fsdb_vxfs&lt;BR /&gt;&lt;BR /&gt;would be able to give you the information but only if you know what you are doing!</description>
      <pubDate>Tue, 22 Aug 2000 14:04:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-maintenance/m-p/2438624#M6335</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-08-22T14:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Disk maintenance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-maintenance/m-p/2438625#M6336</link>
      <description>Sorry, I mixed up posts.</description>
      <pubDate>Tue, 22 Aug 2000 14:06:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-maintenance/m-p/2438625#M6336</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-08-22T14:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Disk maintenance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-maintenance/m-p/2438626#M6337</link>
      <description>I understand that there was once a utility called icheck (on Sun OS I believe), which was able to take a block address and find the file, if one existed, that owned the block.  It seems that such a utility would not be that difficult to write, if one understood the inode structure.  Just thought I would offer that as background for my question.</description>
      <pubDate>Tue, 22 Aug 2000 14:17:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-maintenance/m-p/2438626#M6337</guid>
      <dc:creator>Dale Barnes</dc:creator>
      <dc:date>2000-08-22T14:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Disk maintenance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-maintenance/m-p/2438627#M6338</link>
      <description>Interesting question. Knowing the fs layout (vxfs and hfs), see man inode and man ncheck.&lt;BR /&gt;ncheck it is suppose to give you a list of the path names from inode numbers. You might get it.&lt;BR /&gt;Good luck</description>
      <pubDate>Tue, 22 Aug 2000 14:45:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-maintenance/m-p/2438627#M6338</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-08-22T14:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Disk maintenance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-maintenance/m-p/2438628#M6339</link>
      <description>Paul, check out the man page for ncheck, ncheck_vxfs and ncheck_hfs.  It seems there are ways to do this using ncheck. You can print filenames by specifying block numbers if you know them using the "-o b" option on a vxfs filesystem.&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Tue, 22 Aug 2000 14:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-maintenance/m-p/2438628#M6339</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-08-22T14:56:17Z</dc:date>
    </item>
  </channel>
</rss>

