I manually "swapon /dev/hdc6" and verify that both that partition and the default (/swapfile -> /dev/hda6) are listed in /proc/swaps and see the 32MB of swap in /proc/meminfo, like this:

mataglap:/empeg/bin# cat /proc/swaps
Filename Type Size Used Priority
/dev/hda6 partition 16596 0 -1
/dev/hdc6 partition 16028 0 -2

mataglap:/empeg/bin# cat /proc/meminfo
total: used: free: shared: buffers: cached:
Mem: 15253504 6893568 8359936 1314816 561152 4751360
Swap: 33406976 0 33406976
MemTotal: 14896 kB
MemFree: 8164 kB
MemShared: 1284 kB
Buffers: 548 kB
Cached: 4640 kB
SwapTotal: 32624 kB
SwapFree: 32624 kB
mataglap:/empeg/bin#

--Nathan