From owner-freebsd-current@FreeBSD.ORG Thu Sep 8 16:46:46 2011 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE5B9106567A for ; Thu, 8 Sep 2011 16:46:46 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from mail.icecube.wisc.edu (trout.icecube.wisc.edu [128.104.255.119]) by mx1.freebsd.org (Postfix) with ESMTP id B45F58FC15 for ; Thu, 8 Sep 2011 16:46:46 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.icecube.wisc.edu (Postfix) with ESMTP id 2CF1A582C7; Thu, 8 Sep 2011 11:21:41 -0500 (CDT) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from mail.icecube.wisc.edu ([127.0.0.1]) by localhost (trout.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id UW0RpRfaQyb9; Thu, 8 Sep 2011 11:21:41 -0500 (CDT) Received: from wanderer.tachypleus.net (178-26-40-11-dynip.superkabel.de [178.26.40.11]) by mail.icecube.wisc.edu (Postfix) with ESMTP id 82416582C0; Thu, 8 Sep 2011 11:21:40 -0500 (CDT) Message-ID: <4E68EB94.3010500@freebsd.org> Date: Thu, 08 Sep 2011 18:21:40 +0200 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.1) Gecko/20110905 Thunderbird/6.0.1 MIME-Version: 1.0 To: MySphere@web.de References: <1315491777.5146.140258138782645@webmail.messagingengine.com> In-Reply-To: <1315491777.5146.140258138782645@webmail.messagingengine.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: current@FreeBSD.org Subject: Re: SSD - TRIM, SU and SUJ - Installer Options 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: Thu, 08 Sep 2011 16:46:46 -0000 On 09/08/11 16:22, MySphere@web.de wrote: > Hi there, > > first off all I have to say, that your new Installer in FBSD v9.0 is > very well done. > I just found an option, which is not activated at this time. So I wanted > to ask, if it’s possible a bug or something like that. > > I’ve tried to change the in the section Partition Editor with > the subsection Add Partition and wanted to save my changes: Softupdates > = disabled, Softupdates journaling = disabled, TRIM = enabled with the > button. > But if I reenter the menu, so my changes will be overwritten > with the default values: SU = enabled, SUJ = enabled ([UFS1 +] TRIM = > disabled). > > I’ve tried this without success in FBSD v9.0 BETA1+2 (amd64) with the > ISO- and the IMG Images. > > My workaround is, that I run in single-user-mode and change the values > with tunefs. > > Would you please check, that point – if my act is accurate. > > Thanks in advance and have a nice day! This is an interesting point that I hadn't tested. The options do work -- the state of the dialog is just not restored when the Options menu is reentered and so a second trip to Options resets the defaults, unless you then change it again. I'm traveling at the moment, so am not able to fix it at the moment. The internal architecture may also make it slightly tricky to fix. -Nathan