Mailinglist Archive: opensuse (2425 mails)
| < Previous | Next > |
Re: [SLE] swap
- From: randy@xxxxxxxxxx (Randy Rathbun)
- Date: Tue, 13 Jun 2000 09:13:06 -0500 (CDT)
- Message-id: <Pine.LNX.4.21.0006130907250.21446-100000@xxxxxxxxxx>
To see if a swap partition is running, you can use top or free. If it
shows anything in swap, it is running.
Now, to get a swap running, do this:
edit /etc/fstab and add this as the second line
/dev/hda3 swap swap defaults 0 0
The reason I say second line is that normally the root partition is on the
first line. It just makes things nicer in the file
Now that the line is there, do
wapon /dev/hda3
Now do free. You should see stuff in the swap part of the output.
Randy Rathbun
randy@xxxxxxxxxx
http://rrr.2y.net/
If Bill Gates had a nickle for every time Windows crashed...
Oh, wait, he does!
- from a slashdot.org post
On Mon, 12 Jun 2000, Silvia Nieto Santos wrote:
> Hello,
>
> When I installed linux I don't create a swap partition, but I need it
> now.
>
> I have the partition /dev/hda3, with 130Mb but how can I active it?,
>
> how can I prove that the partition is active?
>
>
> Thank you very much.
>
>
>
>
> --
> To unsubscribe send e-mail to suse-linux-e-unsubscribe@xxxxxxxx
> For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
> Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
>
--
To unsubscribe send e-mail to suse-linux-e-unsubscribe@xxxxxxxx
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
| < Previous | Next > |