View Single Post
Posts: 152 | Thanked: 6 times | Joined on Dec 2006
#22
Yea, that funny, the SWAP partition is not on by default. I even added
/dev/mmcblk0p3 swap swap defaults 0 0
to /etc/fstab
still swap not on by when reboot
Still you could run 'swapon /dev/mmcblk0p3' to manually activate the swap partition(assuming your swap partition is on partition3) or write a small script to activate it in the /etc/rc2.d or init.d and link to it.
Another important thing is after doing this mod, the usb-to-mmc no longer work. As a workaround, I just setup the samba so my windows can have access to /media/mmc1 and /media/mmc2 as well.

Last edited by freeman; 2007-02-05 at 00:17.