Hi,
The name of the partitions changed (after a W10 update). I am not sure if this is the root cause but this is what happened apparently.
Basically to start my freebsd, I had to select the new name of the partition at the boot (rootmount). Before this issue, the name of the partition was /dev/ada0s3a and now is /dev/ada0s4 (see gpart below)
Freebsd-swap disappeared and now there is a partition named !39. In the man of gpart(), I can't find some reference to the partition named "!39".
How to restore the Freebsd-swap ?
Can I use this partition (/dev/ada0s3) as swap by edit fstab ?
Thanks for you insights.
% gpart show
=> 63 500118129 ada0 MBR (238G)
63 1985 - free - (993K)
2048 1185792 1 ntfs (579M)
1187840 108609084 2 ntfs (52G)
109796924 452 - free - (226K)
109797376 1196032 3 !39 (584M)
110993408 2048 - free - (1.0M)
110995456 389122736 4 freebsd [active] (186G)
Fstab
# Device Mountpoint FStype Options Dump Pass#
/dev/ada0s4 / ufs rw 1 1
/dev/ada0s3b none swap sw 0 0
proc /proc procfs rw 0 0
The name of the partitions changed (after a W10 update). I am not sure if this is the root cause but this is what happened apparently.
Basically to start my freebsd, I had to select the new name of the partition at the boot (rootmount). Before this issue, the name of the partition was /dev/ada0s3a and now is /dev/ada0s4 (see gpart below)
Freebsd-swap disappeared and now there is a partition named !39. In the man of gpart(), I can't find some reference to the partition named "!39".
How to restore the Freebsd-swap ?
Can I use this partition (/dev/ada0s3) as swap by edit fstab ?
Thanks for you insights.
% gpart show
=> 63 500118129 ada0 MBR (238G)
63 1985 - free - (993K)
2048 1185792 1 ntfs (579M)
1187840 108609084 2 ntfs (52G)
109796924 452 - free - (226K)
109797376 1196032 3 !39 (584M)
110993408 2048 - free - (1.0M)
110995456 389122736 4 freebsd [active] (186G)
Fstab
# Device Mountpoint FStype Options Dump Pass#
/dev/ada0s4 / ufs rw 1 1
/dev/ada0s3b none swap sw 0 0
proc /proc procfs rw 0 0