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