On the host:
Code:
$su
$dd if=/dev/zero of=~/swapfile bs=1024 count=100000
$mkswap ~/swapfile
$cp ~/swapfile /media/Kindle
$umount /media/Kindle
And then on the kindle:
Code:
[root@kindle root]# swapon /mnt/us/swapfile
swapon: /mnt/us/swapfile: Invalid argument