From owner-freebsd-current@FreeBSD.ORG Thu Sep 8 21:51:35 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 7463F106566C; Thu, 8 Sep 2011 21:51:35 +0000 (UTC) (envelope-from MySphere@web.de) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id 404B68FC0A; Thu, 8 Sep 2011 21:51:35 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id A7D1D2B80C; Thu, 8 Sep 2011 17:51:34 -0400 (EDT) Received: from web3.messagingengine.com ([10.202.2.213]) by compute4.internal (MEProxy); Thu, 08 Sep 2011 17:51:34 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:cc:mime-version :content-transfer-encoding:content-type:references:subject :in-reply-to:reply-to:date; s=smtpout; bh=O9poxjA5zhDjtS5szYbm38 KYS5I=; b=I+MCZJLAdGNjCd4HH8i0rxzA+ThWYwT4N8R0ld/WiwUoZvHox21+rs ASap3ALwDZ6EPehyDjB2DvlegPcgeKEqjdneOpeiHgREaL92OgyLdLIPRXcPVHOk 9z0ObBMWu7RIu0XMe/XD8LxKZ12GEdIGDsgdOaw8Ibh8yd3X+CZ58= Received: by web3.messagingengine.com (Postfix, from userid 99) id 84F0B556D41; Thu, 8 Sep 2011 17:51:34 -0400 (EDT) Message-Id: <1315518694.15342.140258138952801@webmail.messagingengine.com> X-Sasl-Enc: 5c7Cui9Y1nzPyDeqkSPooGeklDLu1uGZm+CExsNg1qi8 1315518694 From: MySphere@web.de To: "Nathan Whitehorn" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Mailer: MessagingEngine.com Webmail Interface References: <1315491777.5146.140258138782645@webmail.messagingengine.com><4E68EB94.3010500@freebsd.org> In-Reply-To: <4E68EB94.3010500@freebsd.org> Date: Thu, 08 Sep 2011 23:51:34 +0200 X-Mailman-Approved-At: Thu, 08 Sep 2011 22:38:11 +0000 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 Reply-To: MySphere@web.de 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 21:51:35 -0000 Hello Nathan, thanks for your response. I thought the same, that the options are saved anyway, but in my test (with BETA2),=20 if I don't reenter the options menu with my changed and saved values, the result=20 anyway are the default values after continued os installation: # tunefs -p /dev/{SSD-device} > tunefs: soft updates: (-n) enabled > tunefs: soft updates journaling: (-j) enabled > tunefs: trim: (-t) disabled I definitely have to change that values afterwards in single-user-mode with: # tunefs -n disable /dev/{SSD-device} # tunefs -j disable /dev/{SSD-device} # tunefs -t enable /dev/{SSD-device} # sync Just for completeness. Thanks in advance for any work and fix enthusiasm! Best wishes Moritz On Thursday, September 08, 2011 6:21 PM, "Nathan Whitehorn" wrote: > 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=E2=80=99s possible a bug or something like that. > > > > I=E2=80=99ve tried to change the in the section Partition Edi= tor with > > the subsection Add Partition and wanted to save my changes: Softupdates > > =3D disabled, Softupdates journaling =3D disabled, TRIM =3D enabled wit= h the > > button. > > But if I reenter the menu, so my changes will be overwritten > > with the default values: SU =3D enabled, SUJ =3D enabled ([UFS1 +] TRIM= =3D > > disabled). > > > > I=E2=80=99ve tried this without success in FBSD v9.0 BETA1+2 (amd64) wi= th 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 =E2=80=93 if my act is acc= urate. > > > > Thanks in advance and have a nice day! >=20 > This is an interesting point that I hadn't tested. The options do work=20 > -- the state of the dialog is just not restored when the Options menu is= =20 > reentered and so a second trip to Options resets the defaults, unless=20 > you then change it again. I'm traveling at the moment, so am not able to= =20 > fix it at the moment. The internal architecture may also make it=20 > slightly tricky to fix. > -Nathan >=20