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-97096-garchives=archives.gentoo.org@lists.gentoo.org>) id 1MJBSd-0007Db-KM for garchives@archives.gentoo.org; Tue, 23 Jun 2009 19:15:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 828FFE0404; Tue, 23 Jun 2009 19:15:14 +0000 (UTC) Received: from mail-yx0-f193.google.com (mail-yx0-f193.google.com [209.85.210.193]) by pigeon.gentoo.org (Postfix) with ESMTP id 65E81E0404 for <gentoo-user@lists.gentoo.org>; Tue, 23 Jun 2009 19:15:14 +0000 (UTC) Received: by yxe31 with SMTP id 31so308092yxe.32 for <gentoo-user@lists.gentoo.org>; Tue, 23 Jun 2009 12:15:14 -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=J/yQ0U9Df27DSPHKP9344IxWVID11KQeJlQnnlfexe8=; b=C4jN7Att4LyQwo86UUPxTiLrOFCLp9aA0t/YYAlJM6iuO9D2CFVBfdXZQTuSpdwX9n zCg6ft7BWZ4bYCLjocd69hXjPt3PTBDFrmUBZG/C/imBIhkcvDzV1oxr0p6LmylK8emf FHx6vSQ2dbYn47bq2Z+Akj0rwLitGlMvbVMZ4= 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=huna+Gd8eMKcktLUYFRzPcW6ES2+W4ksY8c42bZHP8OEIZpozEN4XzxcHs517lLHlh 588aVbnkYwYIKZnu46LcIXcAksnKIgW1ZdTgX2dYReN9RBReI3nfS8b7DpjzE10Kva81 JFKgxnNIhvvf/3/5cYPEdqqHGeKpi3peWMCKU= 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.231.37.68 with SMTP id w4mr160989ibd.33.1245784513813; Tue, 23 Jun 2009 12:15:13 -0700 (PDT) In-Reply-To: <20090623083201.0a2c8caf@zaphod.digimed.co.uk> References: <a0811460906192115k1de5cc9dk3e1707fc90de554f@mail.gmail.com> <200906210957.30381.dirk.heinrichs@online.de> <a0811460906211416m1f2ff148pd9e473ee584d6668@mail.gmail.com> <20090621224933.393362c3@zaphod.digimed.co.uk> <a0811460906211813r2eda5207qd89dc288d8d4ea68@mail.gmail.com> <20090622081228.5306c157@zaphod.digimed.co.uk> <a0811460906221109i69cdd2fdq9006c3df13c94ff6@mail.gmail.com> <20090622232502.1bdba464@zaphod.digimed.co.uk> <a0811460906221912t564fe00gb60264f06a6397b7@mail.gmail.com> <20090623083201.0a2c8caf@zaphod.digimed.co.uk> Date: Tue, 23 Jun 2009 13:15:13 -0600 Message-ID: <a0811460906231215s5320e344ndf9cde7e3774de13@mail.gmail.com> Subject: Re: [gentoo-user] lvm problem -- is timing? From: Maxim Wexler <maxim.wexler@gmail.com> To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 6df93572-2a54-4bc7-9fbd-d3d498cb2f6b X-Archives-Hash: ddc11c4ac11247bd2b5965e8058a7910 > I'd put /home and /var on the SD card to start with, you may need to > put /usr/src on there too or your SSD may fill up when installing or > compiling a second or third kernel. > > I'd also move the portage tree there, but you can do that > post-installation by moving /usr/portage to /var/portage and changing > PORTDIR in make.conf. > > Mount the partitions in the relevant places for installation, > /mnt/gentoo/var etc. OK, been staring at this terminal for about an hour. I'm at root@sysresccd /mnt/gentoo where sda1 is mounted. Do I just mount sdb1 on /mnt/gentoo too? Do I delete home and var then mkdirs on sdb2? Won't they just be re-made on the same partition, sda1? I've already unpacked portage on sdb1(mounted on usr), not a problem, I can just delete it. But why is it when I umount sdb1 from usr and mount it under /mnt/gentoo I can't see portage under /mnt/gentoo? It's there when I mount sdb1 on usr. Do I need to fdisk /dev/sdb with all the relevant partitions? Then I'll have one big 4G partition on the SSD and a lot of little partitions on the 8G SD, no? mw