From nobody Mon Jun 07 22:11:09 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 547641444592 for ; Mon, 7 Jun 2021 22:10:26 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from p-impout009.msg.pkvw.co.charter.net (p-impout009aa.msg.pkvw.co.charter.net [47.43.26.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FzSH52cJnz4f14 for ; Mon, 7 Jun 2021 22:10:24 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from localhost ([96.28.177.163]) by cmsmtp with ESMTP id qNRplaEfLzdY1qNRpl9oa5; Mon, 07 Jun 2021 22:10:18 +0000 X-Authority-Analysis: v=2.4 cv=BP52EHcG c=1 sm=1 tr=0 ts=60be994a a=xqrt2BZAGHte7XHhrxJgbA==:117 a=xqrt2BZAGHte7XHhrxJgbA==:17 a=HpEJnUlJZJkA:10 a=gEQo3LDclBrApN8FVV8A:9 a=pHzHmUro8NiASowvMSCR:22 a=Ew2E2A-JSTLzCXPT_086:22 Date: Mon, 07 Jun 2021 22:11:09 +0000 From: "Thomas Mueller" To: freebsd-current@freebsd.org Subject: Re: Updating to FreeBSD-current, can't mount -uw / : update: seemingly solved References: <20210607001659.304E0950019@mlmmj.nyi.freebsd.org> <5344A23E-0B30-4FA5-9E38-61F330A1DA7C@FreeBSD.org> <62c82407-63a7-7035-e4ad-1d219b1fdcdc@gmail.com> X-CMAE-Envelope: MS4xfNH3XILL1tDnCrP8DagP0X7wLXTmBPXJYJMV08pH74NAzBrC2BDLuLk3y5RND8TMwst1IxIde1fZZr89Ks60xVDvvQTwu848ILFsp4zmM0Q6Nc4oCviW Tv8xmHMnmMZN9fDzuxbYYZ4aZ2wmjeph6yJESjpdnwd4uJ2yjCdkN8UpxTwmrkqD010dq6DbdIZDDg== X-Rspamd-Queue-Id: 4FzSH52cJnz4f14 X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of mueller6722@twc.com designates 47.43.26.140 as permitted sender) smtp.mailfrom=mueller6722@twc.com X-Spamd-Result: default: False [1.14 / 15.00]; RCVD_TLS_LAST(0.00)[]; FREEMAIL_ENVFROM(0.00)[twc.com]; NEURAL_SPAM_SHORT(0.80)[0.796]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[47.43.26.140:from]; FREEMAIL_FROM(0.00)[twc.com]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[twc.com]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[47.43.26.140:from:127.0.2.255]; MISSING_MID(2.50)[]; R_SPF_ALLOW(-0.20)[+ip4:47.43.26.0/24]; NEURAL_HAM_LONG(-0.86)[-0.857]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:40294, ipnet:47.43.24.0/21, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current]; RECEIVED_SPAMHAUS_PBL(0.00)[96.28.177.163:received] X-ThisMailContainsUnwantedMimeParts: N 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 > 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 As my last message stated, I found the missing field in /etc/fstab and corrected it. Then "mount -u /" worked smoothly. Perhaps one field too few makes the system look to the next line, so the whole /etc/fstab is misinterpreted. I also pointed out that, from previous messages on this list, that etcupdate was replacing mergemaster. But UPDATING at the top of the src tree still specifies mergemaster, so that would need to be updated. There needs to be better documentation on the newer etcupdate. Parameters for etcupdate are somewhat different in FreeBSD than in NetBSD, so the documentation needs to be updated. I don't want to mess up by doing the wrong thing in NetBSD or FreeBSD. Tom