From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 15:07:15 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C16F216A400 for ; Fri, 13 Jul 2007 15:07:15 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 9886713C467 for ; Fri, 13 Jul 2007 15:07:15 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 45DD651910 for ; Fri, 13 Jul 2007 11:07:13 -0400 (EDT) Date: Fri, 13 Jul 2007 16:07:08 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070713160708.158cb99a@gumby.homeunix.com.> In-Reply-To: <59740.217.114.136.135.1184336185.squirrel@llca513-a.servidoresdns.net> References: <59740.217.114.136.135.1184336185.squirrel@llca513-a.servidoresdns.net> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: USB disk cryptographied with GELI and fsck X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2007 15:07:15 -0000 On Fri, 13 Jul 2007 14:16:25 -0000 (GMT) "DSA - JCR" wrote: > HI all again > > FreeBSD 6.2 i386 > > I have a problem with an USB disk that I cryptographied with GELI. > It says that I must run fsck when I try to mount it. > > I used the command > > cat key1 key2 | geli -k - attach /dev/da1 > > when I try to mount it > > mount /dev/da1.eli /usb2 > > I get an error saying that I need to run fsck in the disk. > > Ok, How can I run fsck in this USB GELI disk? > > i have used after attached the GELI disk as before > > fsck /dev/da1.eli > > and also > > fsck -t geli /dev/da1.eli > > and always I get the same > > fsck doesn't recognaize the filessytem in the disk You need to specify a filesystem, geli is not a filesystem.