From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Tue, 24 Feb 2009 00:04:17 -0500 (EST) Subject: [Cluster-devel] Re: [Linux-cluster] Feature Request: gfs_fsck has a yes to all response. In-Reply-To: <31034.1235450248@iinet.net.au> Message-ID: <923707544.145951235451857548.JavaMail.root@zmail02.collab.prod.int.phx2.redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit ----- "Stewart Walters" wrote: | I've just had a GFS volume massively corrupt itself. (snip) | Is there any way for the user to say "Yes to all"? | | At least if the default choice was "Yes" when the Enter key was | pressed, the user | could hold down the Enter key until the entire list of blocks had been | fixed. | | Regards, | | Stewart Hi Stewart, You should be able to do: gfs_fsck -y /dev/your/device and it will answer 'y' to all the questions. This is similar to other fscks. You can also use -n to answer 'no' to all questions. Regards, Bob Peterson Red Hat GFS