Hello,
I'm running some tests on my Linksys WRT54GL (want to run ctorrent there before my USB enabled asus wl500g arrives).
Would it be feasible to create a swapfile on a cifs mounted share? Is it possible? (there are people who are successfully swapping to a nfs share)
I'm getting these errors when I try it (the .swapfile has been created with dd):
root@OpenWrt:/usr/lib# mkswap /tmp/windowsshare/.swapfile
Setting up swapspace version 1, size = 16773 kBroot@OpenWrt:/usr/lib# swapon /tmp/windowsshare/.swapfile
swapon: /tmp/windowsshare/.swapfile: Invalid argumentand on the logs:
Jul 17 19:10:30 (none) kern.warn kernel: rw_swap_page: bad swap file
Jul 17 19:10:30 (none) kern.warn kernel: Unable to find swap-space signature
Thanks in advance