Look at the /etc/fstab file in each Linux install for a line like:
/dev/hda6       none            swap    sw,pri=1              0 0

This indicates which partition is being used for swap. If you run:

$ /sbin/swapon -s

...you can see the active swap partitions.


brilliant thanks
Anton



Reply via email to