Jump to content

Swap file on BTRFS: Difference between revisions

From www.ReeltoReel.nl Wiki
Pvdm (talk | contribs)
Created page with "<pre> Then start GParted or another disk management app, delete the swap partition, expand your partitions (BTRFS can be grown online, no need for reboot). Create a subvolume to store your swap. Then create a swap file: https://wiki.archlinux.org/title/Swap#Swap_file You may wish to disable Copy On Write on your swap file.</pre>"
 
(No difference)

Latest revision as of 06:27, 14 July 2022

Then start GParted or another disk management app, delete the swap partition, expand your partitions (BTRFS can be grown online, no need for reboot).
Create a subvolume to store your swap. Then create a swap file:

https://wiki.archlinux.org/title/Swap#Swap_file

You may wish to disable Copy On Write on your swap file.