Quote |
If you don't have room for a swap partition you could always try using a swapfile. Somewhere on this board there is a thread about using the Windows swapfile for a linux swapfile. That way you will not be taking up any additional space. |
Code Sample |
mount -t vfat /dev/hdb5 /mnt/hdb5 mkswap /mnt/hdb5/win386.swp swapon /mnt/hdb5/win386.swp |