From nobody Mon Jun 7 15:17:53 2021 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 9963D957283 for ; Mon, 7 Jun 2021 15:17:07 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "ultimatedns.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FzH6C2qnrz3Jb8 for ; Mon, 7 Jun 2021 15:17:06 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.16.1/8.16.1) with ESMTP id 157FHrHQ032753; Mon, 7 Jun 2021 08:17:59 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 Date: Mon, 07 Jun 2021 08:17:53 -0700 From: Chris To: Graham Perrin Cc: freebsd-current@freebsd.org Subject: Re: Updating to FreeBSD-current, can't mount -uw / : update: seemingly solved In-Reply-To: <62c82407-63a7-7035-e4ad-1d219b1fdcdc@gmail.com> References: <20210607001659.304E0950019@mlmmj.nyi.freebsd.org> <5344A23E-0B30-4FA5-9E38-61F330A1DA7C@FreeBSD.org> <62c82407-63a7-7035-e4ad-1d219b1fdcdc@gmail.com> User-Agent: UDNSMS/17.0 Message-ID: X-Sender: bsd-lists@bsdforge.com Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4FzH6C2qnrz3Jb8 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On 2021-06-06 23:49, Graham Perrin wrote: > On 07/06/2021 07:10, Juraj Lutter wrote: >> Bacause swap entry is in inapropriate format. >> >> The line should read: >> >> /dev/gpt/Sea1-18 none swap sw 0 0 > > Very well spotted, Juraj, but maybe a typo in your correction. > > A clearer view of the original where the device > given to swap is: > > /dev/gpt/Sea1-08 In both cases, the entry is INcorrect. Juraj is correct. The swap entry is missing sw IOW the line MUST read as: /dev/gpt/Sea1-18 none swap sw 0 0 or /dev/gpt/Sea1-18 none swap sw,trimonce 0 0 as appropriate for the media referenced. --Chris