View Single Post
cashless's Avatar
Posts: 159 | Thanked: 21 times | Joined on Jan 2008 @ Houston, texas
#3
Originally Posted by DJArty View Post
Code:
 sudo gainroot
 swapoff /media/mmc2/.swap
 dd if=/dev/zero of=/media/mmc1/.swap bs=1024 count=128000
 mkswap /media/mmc1/.swap
 swapon /media/mmc1/.swap
Worked for me! I just had to ignore the second line! thanks

Last edited by cashless; 2008-04-03 at 21:27.