If you haven't rebooted yet, don't! :)

Type mount, note which devices are mounted where.
less /proc/swaps
Note which device is your swap device.

Here's an example fstab:

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/hda1 / ext2 defaults,errors=remount-ro 0 1
/dev/hda2 none swap sw 0 0
proc /proc proc defaults 0 0
/dev/fd0 /mnt/floppy auto defaults,user,noauto 0 0
/dev/cdrom /mnt/cdrom iso9660 defaults,ro,user,noauto 0 0
/dev/hda5 /var ext2 rw                  0       2
/dev/hda6 /usr ext2 rw                  0       2
/dev/hda7 /home ext2 rw                 0       2

If you've allready rebooted, find aa rescue disk and mount each partition to
fogure out what is mounter where. Good luck, create backup before editing,
and learn vi (or some other editor) instead of echo. ;)

--
Andy Zbikowski, Sys Admin   | (WEB) http://www.ltiflex.com
LTI Flexible Products, Inc. | (PH)  763-428-9119 (EX) 132
21801 Industrial Blvd       | (FX)  763-428-9126
Rogers, MN  55374           | (PCS) 612-306-6055