pastebin - collaborative debugging tool
rovema.kpaste.net RSS


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

  1. # set up btrfs swap file
  2. truncate -s 0 /data2/swapfile.swap
  3. chattr +C /data2/swapfile.swap
  4. fallocate -l 32G /data2/swapfile.swap
  5. chmod 0600 /data2/swapfile.swap
  6. mkswap /data2/swapfile.swap
  7. swapon
  8. swapon /data2/swapfile.swap

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.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at