Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Jun 2021 08:17:53 -0700
From:      Chris <bsd-lists@bsdforge.com>
To:        Graham Perrin <grahamperrin@gmail.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Updating to FreeBSD-current, can't mount -uw / : update: seemingly solved
Message-ID:  <bbdeb525db31d727e3d2c32d4b6aa47b@bsdforge.com>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <https://bsd.to/De4n/raw>; 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bbdeb525db31d727e3d2c32d4b6aa47b>