root@raspberrypi:~# dd if=/dev/zero of=/mnt/sda1/swapfile bs=1M count=512
512+0 records in
512+0 records out
536870912 bytes (537 MB) copied, 17.071 s, 31.4 MB/s
root@raspberrypi:~# mkswap /mnt/sda1/swapfile
Setting up swapspace version 1, size = 524284 KiB
no label, UUID=be997b16-5b25-4366-a804-674c296f8616
root@raspberrypi:~# swapon /mnt/sda1/swapfile
root@raspberrypi:~# free -m
total used free shared buffers cached