From owner-freebsd-stable@FreeBSD.ORG Fri Feb 24 09:57:34 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9574016A420 for ; Fri, 24 Feb 2006 09:57:34 +0000 (GMT) (envelope-from freebsd@fuckaround.org) Received: from fuckaround.org (host62-9.pool82106.interbusiness.it [82.106.9.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6280443D6E for ; Fri, 24 Feb 2006 09:57:32 +0000 (GMT) (envelope-from freebsd@fuckaround.org) Received: from nothingness (unknown [192.168.1.2]) by fuckaround.org (Postfix) with ESMTP id 9C60A5B1A1 for ; Fri, 24 Feb 2006 11:08:10 +0100 (CET) From: Pol Hallen To: freebsd-stable@freebsd.org Date: Fri, 24 Feb 2006 10:57:29 +0100 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602241057.30080.freebsd@fuckaround.org> Subject: fs check on ext3 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 09:57:34 -0000 Hi all, i want partition a disk on freebsd but now the disk is ext3 partition and i need backup a data and later create a fbsd slide i do: mount_ext2fs /dev/ad5 /disktmp mount_ext2fs: /dev/ad5: Operation not permitted this because the disk need a a fs check is there a tool for check ext3 fs on freebsd? Thanks! Pol