From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 654031381FA for ; Fri, 9 May 2014 01:26:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D542E09FC; Fri, 9 May 2014 01:26:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A776E09EF for ; Fri, 9 May 2014 01:26:23 +0000 (UTC) Received: from [192.168.1.100] (unknown [68.49.223.78]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mjo) by smtp.gentoo.org (Postfix) with ESMTPSA id 2EDC133F8B6 for ; Fri, 9 May 2014 01:26:22 +0000 (UTC) Message-ID: <536C2EB5.6050805@gentoo.org> Date: Thu, 08 May 2014 21:26:13 -0400 From: Michael Orlitzky User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Planned Installation Steps References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 3067db95-2cba-409d-9fbd-5c9b6b71c904 X-Archives-Hash: 2e999e0b139bfa21afae356df13afb00 On 05/08/2014 04:30 PM, Hunter Jozwiak wrote: > Hi all. Is it safe to install Gentoo in a course of days? Today, I > plan to get the partitions set up, mounted, and get all the stage3 > things installed, maybe install the kernel if time permits. My > question, along with the safety of the installation over days is what > is the best way to unmount partitions? > I think you're asking if it's safe to stop, unmount everything, shutdown the machine, and then start where you left off? Yes, it is. That's basically what we all do when we reboot for the first time and the kernel can't find /dev/root. Within the chroot, just type `exit` to escape the chroot. Then `cd` to the root of the boot CD and `umount` everything in the opposite order. So, umount /mnt/gentoo/proc umount /mnt/gentoo/dev umount /mnt/gentoo/boot umount /mnt/gentoo and any other partitions you have. Then shut it down. The next day, boot to the CD, mount everything again, and then chroot in.