If Just17's suggestion doesn't return your swap partition, the next question is:
Does "fdisk -l" show sdb5 as id=83 (Linux), or id=82 (swap).
If fdisk shows it as 83, this method will not attach sdb5 as swap because it depends on the results from fdisk.
Tom
This is the output of fdisk -l
[root@localhost guest]# fdisk -l
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xad59c312
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS
/dev/sda2 206848 1953521663 976657408 7 HPFS/NTFS
Disk /dev/sdb: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x360a360a
Device Boot Start End Blocks Id System
/dev/sdb1 * 63 608349419 304174678+ 83 Linux
/dev/sdb2 608349420 625137344 8393962+ 5 Extended
/dev/sdb5 608349483 625137344 8393931 82 Linux swap / Solaris
Disk /dev/sdh: 4037 MB, 4037017600 bytes
100 heads, 36 sectors/track, 2190 cylinders, total 7884800 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdh1 * 8064 7884799 3938368 c W95 FAT32 (LBA)
Disk /dev/sdi: 32.0 GB, 32015679488 bytes
255 heads, 63 sectors/track, 3892 cylinders, total 62530624 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000a62f2
Device Boot Start End Blocks Id System
/dev/sdi1 1 26640383 13320191+ c W95 FAT32 (LBA)
/dev/sdi2 * 26640384 62529535 17944576 83 Linux
[root@localhost guest]#
So, the swap partition is 82 Linux swap / Solaris