From owner-freebsd-stable@FreeBSD.ORG Sat Nov 3 16:39:08 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0B617C1 for ; Sat, 3 Nov 2012 16:39:08 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8CEED8FC12 for ; Sat, 3 Nov 2012 16:39:08 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TUgkc-0002DY-6Y for freebsd-stable@freebsd.org; Sat, 03 Nov 2012 17:39:14 +0100 Received: from 79-139-19-75.prenet.pl ([79.139.19.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 03 Nov 2012 17:39:14 +0100 Received: from jb.1234abcd by 79-139-19-75.prenet.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 03 Nov 2012 17:39:14 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: jb Subject: Re: SU+J on 9.1-RC2 ISO Date: Sat, 3 Nov 2012 16:38:50 +0000 (UTC) Lines: 26 Message-ID: References: <20121103153327.GA1155@mycenae.sbb.rs> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 79.139.19.75 (Mozilla/5.0 (X11; FreeBSD i386; rv:16.0) Gecko/20100101 Firefox/16.0) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Nov 2012 16:39:09 -0000 Zoran Kolic sbb.rs> writes: > > I still use 8 and plan to install branch 9 on new laptop > with ssd. If journaling comes as default on 9.1, I plan to > accept defaults on partitioning and use tunefs to remove it > with -h disable. Any idea what steps should I take for that? > As far as I read, journaling uses it's own partitions. Do > I have to remove them, resize them? Branch 8 had option to > choose su and j during install. > I tried to find proper tutorials/manuals, but lacked to re- > solve it in my head. > Best regards all If you manage to disable it during install configuration (shell access) but before actual system installation, there is nothing else to do. If you install a partition with su+j, then as tunefs(8) says, you have to have your partition unmounted or ro to disable "J". But before doing that, you should run 'fsck' on that partition to have (select) journal played itself empty. Btw, any "J" partition has .sujournal file, e.g. # ls -al /.sujournal You can get rid of it then. jb