- # set up btrfs swap file
- truncate -s 0 /data2/swapfile.swap
- chattr +C /data2/swapfile.swap
- fallocate -l 32G /data2/swapfile.swap
- chmod 0600 /data2/swapfile.swap
- mkswap /data2/swapfile.swap
- swapon
- swapon /data2/swapfile.swap
btrfs swap file
Posted by Anonymous on Mon 5th Dec 2022 14:13
raw | new post
view followups (newest first): btrfs swap file by Anonymous
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.