From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sat, 12 Jun 2004 15:29:20 -0600 From: ron minnich 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: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Topicbox-Message-UUID: 9c67fdaa-eacd-11e9-9e20-41e7f4b1d025 On Fri, 11 Jun 2004, Russ Cox wrote: > > 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.) Guess I misunderstood the use of the word 'integrity' here, ignore my last message :-) ron