From owner-freebsd-questions@FreeBSD.ORG Wed Feb 8 20:07:38 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 444C51065674 for ; Wed, 8 Feb 2012 20:07:38 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) by mx1.freebsd.org (Postfix) with ESMTP id F1A928FC08 for ; Wed, 8 Feb 2012 20:07:37 +0000 (UTC) Received: from [12.32.36.74] (freshstart.dreamchaser.org. [12.32.36.74]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id q18JZHEU079419; Wed, 8 Feb 2012 12:35:17 -0700 (MST) (envelope-from freebsd@dreamchaser.org) Message-ID: <4F32CE8B.9090803@dreamchaser.org> Date: Wed, 08 Feb 2012 12:35:39 -0700 From: Gary Aitken User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: Bas Smeelen , Janos Dohanics References: <20120208134259.1da6e837.web@3dresearch.com> <20120208200015.75cdf295@mpw> In-Reply-To: <20120208200015.75cdf295@mpw> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Wed, 08 Feb 2012 12:35:17 -0700 (MST) Cc: FreeBSD Questions Subject: Re: FreeBSD 9, GPT and gmirror X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@dreamchaser.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2012 20:07:38 -0000 I can't speak to the mirror issue, but I had difficulty trying to tweak the defaults in the install on a 128G SSD: When manually configuring the SSD, I tried to leave some extra space at the end of the SSD. Not sure that is necessary or not. In any case, I had a 128GB SSD, reported as 119GB. Auto config laid it out as ada1 119GB ada1p1 64KB freebsd-boot ada1p2 115GB freebsd-ufs / ada1p3 4GB freebsd-swap I then deleted the last 2 and re-created as 100GB and 4GB, at which point it showed ada1 119GB ada1p1 64KB freebsd-boot ada1p2 100GB freebsd-ufs / ada1p3 -15GB freebsd-swap (I may have the -15 wrong; main point is it was negative) After deleting and recreating in different order I managed to get it to ada1 119GB ada1p1 64KB freebsd-boot ada1p3 4GB freebsd-swap ada1p2 100GB freebsd-ufs / but when I tried to commit it, I got the error: Error mounting partition /mnt: mount: /dev/ada1p2: Operation not permitted The only way I could get it to actually write the distribution was to use auto and keep what it came up with. Is this problem specific to SSDs (seems unlikely)? Is there some magic sequence needed to tweak the Auto result to get it to work? Gary On 2/8/2012 12:00 PM, Bas Smeelen wrote: > On Wed, 8 Feb 2012 13:42:59 -0500 > Janos Dohanics wrote: > >> Hello Everyone, >> >> May be I should have searched more for answers, but after installing >> FreeBSD 9 with gmirror, I am wondering if the experts here have some >> recommendations for "best practices". >> >> 1. The Guided partitioning doesn't suggest any more to >> create /var, /tmp, /usr, etc. file systems. Is it really the >> recommendation to go with just / ? > > This is a bad recommendation I think, but you can accept guidance and > the adjust to your needs. >> >> 2. Is there a way to use the old sysinstall to install FreeBSD 9? > > Yes, harder to use, or no the new installer should have some more sane > defaults >> >> 3. It seems that setting up gmirror is more involved with GPT >> (http://blather.michaelwlucas.com/archives/1071); now I have a mirror >> for each of the filesystems /, /var, /tmp, etc. Is it OK to use >> gmirror in this way at all? >> >> 4. Also, with GPT, one has to be in single user mode to synchronize >> disks - correct? >> >> 3. Assuming one has enough RAM, is zfs mirror or raidz recommended >> over gmirror? > > gmirror, still I think > >> >> Prior to FreeBSD 9, I used to take the the sysinstall defaults with >> some overrides as I thought appropriate and proceeded to set up >> gmirror - it was simple and not a lot of work, and a good way to make >> use of older systems... > > I think the new installer is quite good, but needs some shaving around > the rough edges > > Cheers > > > Disclaimer: http://www.ose.nl/email > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > >