Skip to Content.
Sympa Menu

baslinux - Re: [BL] BL3 Loop to hda2

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: 3aoo-cvfd AT dea.spamcon.org
  • To: saay-4adx AT dea.spamcon.org
  • Cc: BasicLinux List <baslinux AT lists.ibiblio.org>
  • Subject: Re: [BL] BL3 Loop to hda2
  • Date: Sun, 16 Jan 2005 17:10:20 +1300

Alejandro Lieber wrote:
>
> Doing a fdisk I have:
> /dev/hda3 System 82 Linux swap
> But doing free I get:
> swap: total 0
>
> What do I add to use swap ?

Have you formatted the swap partition?
----------------
mkswap /dev/hda3
----------------

To turn swap on do the following:
----------------
swapon /dev/hda3
----------------
If you put that in /etc/rc, it will be done
automatically at system startup.

Cheers,
Steven

____________________________
http://www.basiclinux.com.ru




Archive powered by MHonArc 2.6.24.

Top of Page