From owner-freebsd-current@FreeBSD.ORG Tue Sep 30 01:02:15 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9DA716A4B3 for ; Tue, 30 Sep 2003 01:02:15 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id C796C4400D for ; Tue, 30 Sep 2003 01:02:14 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h8U82DOP009023; Tue, 30 Sep 2003 10:02:13 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Thorsten Greiner From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 29 Sep 2003 23:14:14 +0200." <20030929211413.GA953@tybalt.greiner.local> Date: Tue, 30 Sep 2003 10:02:13 +0200 Message-ID: <9022.1064908933@critter.freebsd.dk> cc: freebsd-current@freebsd.org Subject: Re: Problems with geom_bde X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2003 08:02:16 -0000 In message <20030929211413.GA953@tybalt.greiner.local>, Thorsten Greiner writes : >Hi, > >inspired by the recent posting of the gbde tutorial I went out and >set up an encrypted partition using geom_bde on my laptop. When >trying to umount this partition the umount fails with: > > # umount /crypto > umount: unmount of /crypto failed: Resource temporarily unavailable Did you call "gbde detach" before the umount ? You need to unmount first. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.