From owner-freebsd-hackers@FreeBSD.ORG Mon Jul 28 12:36:26 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D484D1065679 for ; Mon, 28 Jul 2008 12:36:26 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id 80FC08FC2A for ; Mon, 28 Jul 2008 12:36:26 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so3816273ana.13 for ; Mon, 28 Jul 2008 05:36:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=7aFi9SvTNtaBzJhrZi8eRifGBIqkEmerM0SRoppmhdo=; b=trkSWjbi9DKeWWegDUSo0BKbeEipZig4zKzTiZ2PTmZKYyrcAdArissk5c+l2gMRjV E41y8h9ZJZcwhRSl5G+KEH5PAu67rqS7ybPysWxs0nsYHGwmuCR+DX+YGJxBCuGOHP8F rRO67rPKLodmbMea+8JYHo+Oa687ItL0qddg8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=hQ7+w4B8hPYktlbhEI62i+LOMLWCAJcgDfuwfWYIZYKQQGBZEMvcfETtU2gh1Q06Yl 9a2SS83Wyqo2nk5+mufAeOxA5TuwEHDvkd1ke2Ml3Mdbb6EKOAUjXSP2wnGBlxdbhwT9 MCUUthMCPzZ+l1mFnfksj1RIpkSzlPQoohmGk= Received: by 10.100.58.2 with SMTP id g2mr5465504ana.55.1217247113590; Mon, 28 Jul 2008 05:11:53 -0700 (PDT) Received: from ?192.168.1.107? ( [213.152.137.38]) by mx.google.com with ESMTPS id c15sm15933980anc.1.2008.07.28.05.11.52 (version=SSLv3 cipher=RC4-MD5); Mon, 28 Jul 2008 05:11:53 -0700 (PDT) Message-ID: <488DB785.3020805@gmail.com> Date: Mon, 28 Jul 2008 16:11:49 +0400 From: sam User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: forcefsck on booting stage X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2008 12:36:26 -0000 Hello, How to make 'fsck -f' on booting stage of remote system? /Vladimir Ermakov