If you are missing the SWAP partition, you can install it manually.
Step 1: Install swap on Raspberry Pi
sudo apt-get install dphys-swapfile
Step 2: Start swap on Raspberry Pi
sudo /etc/init.d/dphys-swapfile start
Refresh |
This website raspiserver.com/how-to-install-missing-swap-partition-on-raspberry-pi/ is currently offline. Cloudflare\'s Always Online™ shows a snapshot of this web page from the Internet Archive\'s Wayback Machine. To check for the live version, click Refresh. |
If you are missing the SWAP partition, you can install it manually.
sudo apt-get install dphys-swapfile
sudo /etc/init.d/dphys-swapfile start