From owner-freebsd-questions@FreeBSD.ORG Mon Feb 20 21:09:59 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94F71106566B for ; Mon, 20 Feb 2012 21:09:59 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1513C8FC0C for ; Mon, 20 Feb 2012 21:09:58 +0000 (UTC) Received: by wibhn14 with SMTP id hn14so4971372wib.13 for ; Mon, 20 Feb 2012 13:09:56 -0800 (PST) Received-SPF: pass (google.com: domain of rwmaillists@googlemail.com designates 10.180.80.35 as permitted sender) client-ip=10.180.80.35; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rwmaillists@googlemail.com designates 10.180.80.35 as permitted sender) smtp.mail=rwmaillists@googlemail.com; dkim=pass header.i=rwmaillists@googlemail.com Received: from mr.google.com ([10.180.80.35]) by 10.180.80.35 with SMTP id o3mr20519632wix.5.1329772196828 (num_hops = 1); Mon, 20 Feb 2012 13:09:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=jJAAO4CvYHoDri2P92QGGx8U/FupiGkvg9WQBxZMGDw=; b=oI49J0blhXfxX6c3EYj+urJ6OsJJ2KmYZTN9saTgRNa5v6h1YuxZcUNhwiVIQcsNVW NWSu/9jzrCq2wXWiPlOjzJs2I+PF1RElmm/Sy/c4G/JvVQ9T62G9k68BKYu12ggJ9Lf2 g+jBklw9Ei3aERFxkHZFaqkbPRfvCkyyfTBLc= Received: by 10.180.80.35 with SMTP id o3mr17046821wix.5.1329772196785; Mon, 20 Feb 2012 13:09:56 -0800 (PST) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPS id p10sm18722028wic.0.2012.02.20.13.09.54 (version=SSLv3 cipher=OTHER); Mon, 20 Feb 2012 13:09:55 -0800 (PST) Date: Mon, 20 Feb 2012 21:09:53 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20120220210953.581e5b99@gumby.homeunix.com> In-Reply-To: <367959862.20120220194708@yandex.ru> References: <367959862.20120220194708@yandex.ru> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit Subject: Re: some problems to enable journaling 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: Mon, 20 Feb 2012 21:09:59 -0000 On Mon, 20 Feb 2012 19:47:08 +0200 Коньков Евгений wrote: > #gjournal label -f -s 256M /dev/ad10s1e > You aren't supposed to use -f and -s together: -f May be used to convert an existing file system to use gjournal, but only if the journal will be configured on a separate provider ... -s jsize Specifies size of the journal if only one provider is used for both data and journal. ... But I think the error should have been handled better, so I'd suggest you file a PR.