Re: swap issue
- From: Grant <bugsplatter@xxxxxxxxx>
- Date: Thu, 01 Jun 2006 07:15:54 +1000
On 31 May 2006 07:45:03 -0700, toniacarls@xxxxxxxx wrote:
tnx for answer
/dev/sda2 none swap sw 0 0
Try this in /etc/fstab:
/dev/sda2 swap swap defaults 0 0
and, as root: swapoff -a; mkswap /dev/sda2; swapon /dev/sda2
Be sure /dev/sda2 is your swap partition before doing the above!
The swap priority option only matters when you running multiple
spindles with parallel swaps, in that case, set to same priority,
example from a dual SATA box:
/dev/sda5 swap swap defaults,pri=1 0 0
/dev/sdb5 swap swap defaults,pri=1 0 0
Grant.
--
http://bugsplatter.mine.nu/
.
- References:
- swap issue
- From: toniacarls
- Re: swap issue
- From: Bill Marcum
- Re: swap issue
- From: toniacarls
- swap issue
- Prev by Date: Re: question about piping and standard output
- Previous by thread: Re: swap issue
- Next by thread: Suggestion for backing up data
- Index(es):
Relevant Pages
|