I just notice that my swap (encrypted, created during install with zfs auto install option) isn't decrypting or mounting at all.
I dind't found any documentation about encrypted swap on 14.1. Can someone point me in the right direction, please?
Code:
beastie@BattleStar-Lat54 --> ~
Ψ cat /etc/fstab < 21:36 > < 11,724-09-05 > < 0 >
# Device Mountpoint FStype Options Dump Pass
/dev/gpt/efiboot0 /boot/efi msdosfs rw 2 2
/dev/nvd0p2.eli none swap sw 0 0
proc /proc procfs rw 0 0
fdesc /dev/fd fdescfs rw 0 0
tmpfs /tmp tmpfs rw,mode=777 0 0
#linprocfs /compat/linux/proc linprocfs rw 0 0
#linsysfs /compat/linux/sys linsysfs rw 0 0
#tmpfs /compat/linux/dev/shm tmpfs rw,mode=1777 0 0
beastie@BattleStar-Lat54 --> ~
Ψ doas swapinfo < 21:36 > < 11,724-09-05 > < 0 >
Device 1K-blocks Used Avail Capacity
beastie@BattleStar-Lat54 --> ~
Ψ lsblk < 21:37 > < 11,724-09-05 > < 0 >
DEVICE MAJ:MIN SIZE TYPE LABEL MOUNT
nda0 0:91 932G GPT - -
nda0p1 0:93 260M efi gpt/efiboot0 /boot/efi
<FREE> -:- 1.0M - - -
nda0p2 0:95 16G freebsd-swap gpt/swap0 -
nda0p3 0:97 915G freebsd-zfs gpt/zfs0 <ZFS>
nda0p3.eli 0:101 915G zfs - -
<FREE> -:- 708K - - -
I dind't found any documentation about encrypted swap on 14.1. Can someone point me in the right direction, please?