From owner-freebsd-current@FreeBSD.ORG Sun Dec 6 13:16:46 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C1951065672 for ; Sun, 6 Dec 2009 13:16:46 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id E00828FC13 for ; Sun, 6 Dec 2009 13:16:45 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [202.12.127.84]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Iain Michael Butler", Issuer "Protected Networks Certificate Authority" (verified OK)) (Authenticated sender: imb) by sarah.protected-networks.net (Postfix) with ESMTPSA id A6FCF60E2; Sun, 6 Dec 2009 08:16:44 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1260105404; bh=50+6ZkZOpq88Sv/qdFW/i/jLJ9N8ngzJ7lz06EX7PmI=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=JTvvy05W/zQOwtoAOx+X++5ZBiqsEI25G+7/vgQQNEiRB/IqvnzFRhvLLDak4RRdD 0lVdoZKp2k6t7k9pV0ZbSmcWLdPFoLFTRpk3SBeqtGHnM2AjwSKf3hrpv7ZSz+K DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=Zunx+tmEQfeBAB/vXpc1o/VRplJPdwzEwJjqiMtFHueFBg4AChKrPRHToZgoSMRru khNjEx2p/xei5Ms7Yr0CCHHS+nme9MKLdVoV2Zhh0kEPWaAn48i5n5M6R6PDdhm Message-ID: <4B1BAEB7.1010801@protected-networks.net> Date: Sun, 06 Dec 2009 08:16:39 -0500 From: Michael Butler User-Agent: Thunderbird 2.0.0.23 (X11/20091126) MIME-Version: 1.0 To: Andriy Gapon References: <4B1B0690.1020307@protected-networks.net> <4B1B5A5B.50504@icyb.net.ua> In-Reply-To: <4B1B5A5B.50504@icyb.net.ua> X-Enigmail-Version: 0.96.0 OpenPGP: id=0442D492 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current Subject: Re: ATA_CAM breaks GEOM_JOURNAL? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 06 Dec 2009 13:16:46 -0000 Andriy Gapon wrote: >> With both options compiled into the kernel, I don't see an >> ada0s2a.journal device where I had an ad0s2a.journal before. >> >> Any thoughts? > > Perhaps, you used -h option with gjournal at some point? Ah! Yes - let me fool with that .. imb