Swap File Creation

May 29th, 2026 – 8:25 PM
Categorized as Computing Notes
Tagged as , ,
URI: https://memorymatrix.cloud/archives/3128.html
dd if=/dev/zero of=/swapfile256GB bs=1024 count=268435456 status=progress
chmod 0600 /swapfile256GB
/usr/sbin/mkswap /swapfile256GB
/usr/sbin/swapon /swapfile256GB
echo "/swapfile256GB     none   swap    sw     0     0" | tee -a /etc/fstab

Document z260205wa, last modified 21 May, 2026
See z260205f (an earlier note related to swap file creation).