From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-98329-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1MWXoy-0004VD-8s
	for garchives@archives.gentoo.org; Thu, 30 Jul 2009 15:45:32 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 903D5E0585;
	Thu, 30 Jul 2009 15:45:30 +0000 (UTC)
Received: from mail-gx0-f220.google.com (mail-gx0-f220.google.com [209.85.217.220])
	by pigeon.gentoo.org (Postfix) with ESMTP id 704C0E0585
	for <gentoo-user@lists.gentoo.org>; Thu, 30 Jul 2009 15:45:30 +0000 (UTC)
Received: by gxk20 with SMTP id 20so6314273gxk.10
        for <gentoo-user@lists.gentoo.org>; Thu, 30 Jul 2009 08:45:30 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:in-reply-to:references
         :date:message-id:subject:from:to:content-type
         :content-transfer-encoding;
        bh=cAOT24TSqoTxeI+PKtb5KCuIsH+tuVrGdmYITb7ylxY=;
        b=jyMlF0p2Nm6kHhtve9Eiz+4tdToVNixdw3CvNOkYUYnhEb/XOIh4/DTXmLvfKjTUzE
         MKEqePJbg4wmvE22uaWUVLySJNmlLYVUF7Yhlqc0t+heb9x3PzO6Np4TZbxKMGHJwAbr
         cS3dxmWJ6gnxT90U61YUAcG6AJCdy760MaF0w=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        b=K92KKXx3wunV6xK01U08+a/DHDwc7nZ31pM9kggrARvp4rxPG3o0D4I066j+c1oN2h
         nLlXsmu7LMWw2SyiU3oCEyeXTmxbXEnzJN6eg4dZum0hYDqOkXbUoLnZoBsjH7hpJ7e+
         Fe8173DCENMDS7mi7eluvkiitSDx4MnTMvAmo=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.90.84.17 with SMTP id h17mr1018376agb.3.1248968730156; Thu, 30 
	Jul 2009 08:45:30 -0700 (PDT)
In-Reply-To: <200907301605.43065.wonko@wonkology.org>
References: <49bf44f10907260346y62a6f95dyfda763fceb0bcb39@mail.gmail.com>
	 <200907301501.27721.alan.mckinnon@gmail.com>
	 <49bf44f10907300647g1493cb10yf818a8e79a307c9c@mail.gmail.com>
	 <200907301605.43065.wonko@wonkology.org>
Date: Thu, 30 Jul 2009 08:45:30 -0700
Message-ID: <49bf44f10907300845l4b1203a7ydfc1090195e1d0d@mail.gmail.com>
Subject: Re: [gentoo-user] {OT} SSD instead of RAID1?
From: Grant <emailgrant@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 5c3884d6-02dd-4c30-a7f7-5ffc2a8ffc37
X-Archives-Hash: a8acd27c796b0497cec84e1d22acb836

>> Sounds good. =A0Will commenting the swap line out of /etc/fstab and
>> rebooting disable swap?
>
> Yes. Or, temporarily, =A0the 'swapoff' command.
>
>> In order to resize the root partition to
>> include the swap paritition, I'll have to boot to LiveCD right?
>
> I think it might work without. If you have hda1=3Dboot, hda2=3Droot, hda3=
=3Dswap,
> you could delete hda3 and hda2 with [c]fdisk and make hda2 the size of
> hda2+hda3, then use resize2fs to increase the size of hda2. Increasing a
> file system's size works online nowadays. I don't think it would work wit=
h
> hda2=3Dswap and hda3=3Droot, but I'm not sure.

Thanks everyone.

I have sda1=3Dboot, sda2=3Dswap, sda3=3Droot.  Does anyone know if I'm
required to use a LiveCD in this case?

- Grant