Hi all!
When booting I always get the message: /dev/label/swap0: No such file or directory
.
In /etc/fstab I have the line: /dev/label/swap0 none swap sw 0 0
gpart shows:
40 976773095 diskid/DISK-2241E678346B GPT (466G)
40 532480 1 efi (260M)
532520 938283092 2 freebsd-zfs (447G)
938815612 37957523 3 freebsd-swap (18G)
Does this mean I just have to issue the following command to activate my swap partition:
sudo swapon -a /dev/diskid/DISK-2241E678346Bp3
?
Or is it even easier and I just have to issue sudo swapon -a
?
Many thanks in advance!