You are currently setup to use a swapfile which is in the root of your / partition.
You can continue using it and reclaim teh swap partition space.
Or you can use the swap partition as mentioned
By adding this line
and removing this line
After that you can delete the swapfile and your / partition will have more free space.
You can continue using it and reclaim teh swap partition space.
Or you can use the swap partition as mentioned
By adding this line
Code:
UUID=baf03039-31de-4c5c-a107-8618bbfe7985 none swap sw 0 0
and removing this line
Code:
[FONT=monospace]/swapfile none swap sw 0 0[/FONT]
After that you can delete the swapfile and your / partition will have more free space.
Comment