At 05:52 PM 1/7/00 +0100, Martin Alge wrote:
>Hi,
>How can I add swap space form a new disk to the existing swap partition?
>
>What are the necessary steps?
>
Mark the partition as swap.
(For this example, I will use /dev/hdb5 as the new swap partition.
Change to match your actual partition.)

/sbin/mkswap /dev/hdb5
/sbin/swapon /dev/hdb5

To have it used automaticly when you boot, add this line to /etc/fstab:

/dev/hdb5       none    swap     defaults 1 1

or just copy your exhisting swap partation entry and change the device
file name.

Mikkel

    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to