I\'m having a problem using a swapfile on my 5600... I swear I have done this a hundred times before. The memory applet will not even create the swapfile for me.
# dd if=/dev/zero of=/home/root/swapfile bs=1024 count=8192
8192+0 records in
8192+0 records out
# mkswap -v1 /home/root/swapfile
Setting up swapspace version 1, size = 8384512 bytes
# /sbin/swapon /home/root/swapfile
swapon: swapon: Invalid argument
I am using a fresh install of zynergy. I was running tkcrom before and was having the same problem (this was the reason I switched roms, thinking it was tkcrom\'s fault)
here is what mount shows:
# mount
/dev/root on / type jffs2 (ro)
/proc on /proc type proc (rw)
/dev/ram1 on /dev type minix (rw)
/dev/mtdblock3 on /home type jffs2 (rw,noatime)
none on /dev/shm type tmpfs (rw)
none on /dev/pts type devpts (rw)