sheldonisaac
Group: Members
Posts: 53
Joined: Dec. 2004 |
|
Posted: April 09 2006,00:13 |
|
Quote (teri @ April 08 2006,15:22) | hi ! I've noticed the same problem on my fresh installed dsl box - pentium/233 mhz - set the swap: no swap ..(although I've created a swap partition ) that means the desktop app show: swap used 0/0-% ... so I wonder what is the best way to set swap working on DSL ? would # mkfs.swap help ? |
Here's the relevant part of my bootlocal.sh (frugal, with Windows 98 on hda1)
Code Sample | mount -t vfat /dev/hdb5 /mnt/hdb5 mkswap /mnt/hdb5/win386.swp swapon /mnt/hdb5/win386.swp
|
If you use a swap partition, rather than a swap file, it still needs mkswap and swapon, somewhere in the startup files?? Or maybe once it's set up in fstab, it's automatic?
|