From owner-svn-src-all@freebsd.org Thu Jan 18 09:49:14 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81248EC10B6; Thu, 18 Jan 2018 09:49:14 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 608FF8331F; Thu, 18 Jan 2018 09:49:14 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id A86371065D; Thu, 18 Jan 2018 09:49:13 +0000 (UTC) Date: Thu, 18 Jan 2018 09:49:13 +0000 From: Alexey Dokuchaev To: Gary Jennejohn Cc: Ed Maste , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r327890 - head/usr.sbin/bsdinstall/partedit Message-ID: <20180118094913.GA13682@FreeBSD.org> References: <201801122025.w0CKPvVk022670@repo.freebsd.org> <20180113065347.GA26333@FreeBSD.org> <20180118072611.GA51638@FreeBSD.org> <20180118104620.43f3ca7b@ernst.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180118104620.43f3ca7b@ernst.home> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jan 2018 09:49:14 -0000 On Thu, Jan 18, 2018 at 10:46:20AM +0100, Gary Jennejohn wrote: > On Thu, 18 Jan 2018 07:26:11 +0000 > Alexey Dokuchaev wrote: > > > ... > > > Thanks; I keep seeing it quite often. > > > Is it safe to disable SUJ on already populated filesystem? > > > Can (should) it better be done on live, mounted one, > > > of better off the other booted instance of FreeBSD (from > > > another media)? > > ... > > The answer to your question is in tunefs(8). Thanks. OK, that answers the second question (silly one). What about the first one: Is it safe to disable SUJ on already populated filesystem? ./danfe