From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Fri, 11 Jun 2004 22:04:15 -0400 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] The name of filesystem test tool In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: Topicbox-Message-UUID: 9c3d5370-eacd-11e9-9e20-41e7f4b1d025 > I remember that someone mentioned about a filesystem > integrity test tool, but I don't remember the name of the tool > nor who did. So, could someone show me pointers, please? For kfs, use kfscmd check. See kfscmd(8). For the WORM file server, use the "check" command. See fs(8). For fossil, use the new "check" command. See fossilcons(8). You are probably remembering fossil's flchk, which was a failed experiment. You can still use flchk, but the console command is a lot easier to use and is safe to use on a running system. (Flchk is not, since what it decides will be out of date by the time you actually run the commands.) Russ