I just did a full disk encryption installation and it created a swap partition. In most manual install guides I see people making a swap file instead. So am curious to know if there is any pros / cons to have one over the other? I understand you can have both, just want to get educated on the difference between the two approaches.
Asked
Active
Viewed 42 times
0
resume_offset
when using hibernate with a swapfile and not with a swap partition. – C.S.Cameron Nov 28 '20 at 03:24ubiquity
,subiquity
etc) so unless you're specific as to which you're using we can only guess at what you're talking about unless we're given that detail. For specific responses, we need specific details. – guiverc Nov 29 '20 at 02:53sudo swapon -a
to list all the swap spaces being used typesudo swapon -s
. – C.S.Cameron Nov 29 '20 at 10:45