<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=32v_1m_icheck</id>
		<title>32v 1m icheck - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=32v_1m_icheck"/>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_icheck&amp;action=history"/>
		<updated>2026-05-06T04:51:25Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://gunkies.org/w/index.php?title=32v_1m_icheck&amp;diff=6971&amp;oldid=prev</id>
		<title>Neozeed: New page: ICHECK(1M)          UNIX Programmer's Manual           ICHECK(1M)    == NAME ==      icheck - file system storage consistency check  == SYNOPSIS ==      icheck [ -s ]  [ -b numbers ] [ fil...</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_icheck&amp;diff=6971&amp;oldid=prev"/>
				<updated>2009-10-26T14:17:15Z</updated>
		
		<summary type="html">&lt;p&gt;New page: ICHECK(1M)          UNIX Programmer&amp;#039;s Manual           ICHECK(1M)    == NAME ==      icheck - file system storage consistency check  == SYNOPSIS ==      icheck [ -s ]  [ -b numbers ] [ fil...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;ICHECK(1M)          UNIX Programmer's Manual           ICHECK(1M)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== NAME ==&lt;br /&gt;
     icheck - file system storage consistency check&lt;br /&gt;
&lt;br /&gt;
== SYNOPSIS ==&lt;br /&gt;
     icheck [ -s ]  [ -b numbers ] [ filesystem ]&lt;br /&gt;
&lt;br /&gt;
== DESCRIPTION ==&lt;br /&gt;
     _I_c_h_e_c_k examines a file system, builds a bit map of used&lt;br /&gt;
     blocks, and compares this bit map against the free list&lt;br /&gt;
     maintained on the file system.  If the file system is not&lt;br /&gt;
     specified, a set of default file systems is checked.  The&lt;br /&gt;
     normal output of _i_c_h_e_c_k includes a report of&lt;br /&gt;
&lt;br /&gt;
          The total number of files and the numbers of regular,&lt;br /&gt;
          directory, block special and character special files.&lt;br /&gt;
&lt;br /&gt;
          The total number of blocks in use and the numbers of&lt;br /&gt;
          single-, double-, and triple-indirect blocks and direc-&lt;br /&gt;
          tory blocks.&lt;br /&gt;
&lt;br /&gt;
          The number of free blocks.&lt;br /&gt;
&lt;br /&gt;
          The number of blocks missing; i.e. not in any file nor&lt;br /&gt;
          in the free list.&lt;br /&gt;
&lt;br /&gt;
     The -s option causes _i_c_h_e_c_k to ignore the actual free list&lt;br /&gt;
     and reconstruct a new one by rewriting the super-block of&lt;br /&gt;
     the file system.  The file system should be dismounted while&lt;br /&gt;
     this is done; if this is not possible (for example if the&lt;br /&gt;
     root file system has to be salvaged) care should be taken&lt;br /&gt;
     that the system is quiescent and that it is rebooted immedi-&lt;br /&gt;
     ately afterwards so that the old, bad in-core copy of the&lt;br /&gt;
     super-block will not continue to be used.  Notice also that&lt;br /&gt;
     the words in the super-block which indicate the size of the&lt;br /&gt;
     free list and of the i-list are believed.  If the super-&lt;br /&gt;
     block has been curdled these words will have to be patched.&lt;br /&gt;
     The -s option causes the normal output reports to be&lt;br /&gt;
     suppressed.&lt;br /&gt;
&lt;br /&gt;
     Following the -b option is a list of block numbers; whenever&lt;br /&gt;
     any of the named blocks turns up in a file, a diagnostic is&lt;br /&gt;
     produced.&lt;br /&gt;
&lt;br /&gt;
     _I_c_h_e_c_k is faster if the raw version of the special file is&lt;br /&gt;
     used, since it reads the i-list many blocks at a time.&lt;br /&gt;
&lt;br /&gt;
== FILES ==&lt;br /&gt;
     Default file systems vary with installation.&lt;br /&gt;
&lt;br /&gt;
== SEE ALSO ==&lt;br /&gt;
     [[32v 1m dcheck|dcheck(1)]], [[32v 1m ncheck|ncheck(1)]], [[32v 5m filsys|filsys(5)]], [[32v 1m clri|clri(1)]]&lt;br /&gt;
&lt;br /&gt;
== DIAGNOSTICS ==&lt;br /&gt;
     For duplicate blocks and bad blocks (which lie outside the&lt;br /&gt;
     file system) _i_c_h_e_c_k announces the difficulty, the i-number,&lt;br /&gt;
     and the kind of block involved.  If a read error is encoun-&lt;br /&gt;
     tered, the block number of the bad block is printed and&lt;br /&gt;
     _i_c_h_e_c_k considers it to contain 0.  `Bad freeblock' means&lt;br /&gt;
     that a block number outside the available space was encoun-&lt;br /&gt;
     tered in the free list.  `_n dups in free' means that _n&lt;br /&gt;
     blocks were found in the free list which duplicate blocks&lt;br /&gt;
     either in some file or in the earlier part of the free list.&lt;br /&gt;
&lt;br /&gt;
== BUGS ==&lt;br /&gt;
     Since _i_c_h_e_c_k is inherently two-pass in nature, extraneous&lt;br /&gt;
     diagnostics may be produced if applied to active file sys-&lt;br /&gt;
     tems.&lt;br /&gt;
     It believes even preposterous super-blocks and consequently&lt;br /&gt;
     can get core images.&lt;br /&gt;
&lt;br /&gt;
[[Category:32v man section 1]]&lt;/div&gt;</summary>
		<author><name>Neozeed</name></author>	</entry>

	</feed>