df -h
dd if=/dev/zero of=/swap1Gfile bs=2048 count=2097152
mkswap /swap1Gfile
swapon -v /swap1Gfile
swapon -s
http://broexperts.com/2013/01/how-to-create-a-swap-storage-on-existing-file-system/
dd if=/dev/zero of=/swap1Gfile bs=2048 count=2097152
mkswap /swap1Gfile
swapon -v /swap1Gfile
swapon -s
http://broexperts.com/2013/01/how-to-create-a-swap-storage-on-existing-file-system/

