[EMAIL PROTECTED] said:
> How can I add swap space form a new disk to the existing swap
> partition?
> What are the necessary steps?
1. On the new drive create a partition of the desired size and
set the type to 82 (Linux swap).
2. Execute "mkswap <partition>".
3. Edit the file /etc/fstab, and look for your current swap file
entry. It will look like:
"/dev/hda8 swap swap defaults 0 0"
Add another line just like it which matches except for the
partition specification.
4. Execute "swapon -a"
That should take care of the lot. It will be recognized and
automatically loaded when you boot thereafter, also.
best
rickf
--
Rick Forrister <[EMAIL PROTECTED]>
"To get something done a committee should consist of no more than
three people, two of whom are absent." Robert Copeland
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.