public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Planned Installation Steps
@ 2014-05-08 20:30 Hunter Jozwiak
  2014-05-08 21:07 ` Stefan G. Weichinger
  2014-05-09  1:26 ` Michael Orlitzky
  0 siblings, 2 replies; 5+ messages in thread
From: Hunter Jozwiak @ 2014-05-08 20:30 UTC (permalink / raw
  To: gentoo-user

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?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Planned Installation Steps
  2014-05-08 20:30 [gentoo-user] Planned Installation Steps Hunter Jozwiak
@ 2014-05-08 21:07 ` Stefan G. Weichinger
  2014-05-08 22:07   ` Hunter Jozwiak
  2014-05-09  1:26 ` Michael Orlitzky
  1 sibling, 1 reply; 5+ messages in thread
From: Stefan G. Weichinger @ 2014-05-08 21:07 UTC (permalink / raw
  To: gentoo-user

Am 08.05.2014 22:30, schrieb Hunter Jozwiak:
> 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. 

Depends on your experience.

An experienced gentoo user installs from scratch in maybe one or 2 hours
(following the installation docs, knowing his way, good internet access
... ).

> My
> question, along with the safety of the installation over days is what
> is the best way to unmount partitions?

This question sounds like you might need more than 2 hours.

I wonder if the answer is really "umount" ?

(aside from the discussion if you unmount partitions or filesystems)

Stefan



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Planned Installation Steps
  2014-05-08 21:07 ` Stefan G. Weichinger
@ 2014-05-08 22:07   ` Hunter Jozwiak
  2014-05-08 23:44     ` Peter Humphrey
  0 siblings, 1 reply; 5+ messages in thread
From: Hunter Jozwiak @ 2014-05-08 22:07 UTC (permalink / raw
  To: gentoo-user@lists.gentoo.org



> On May 8, 2014, at 17:07, "Stefan G. Weichinger" <lists@xunil.at> wrote:
> 
> Am 08.05.2014 22:30, schrieb Hunter Jozwiak:
>> 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.
> 
> Depends on your experience.
> 
> An experienced gentoo user installs from scratch in maybe one or 2 hours
> (following the installation docs, knowing his way, good internet access
> ... ).
> 
>> My
>> question, along with the safety of the installation over days is what
>> is the best way to unmount partitions?
> 
> This question sounds like you might need more than 2 hours.
> 
> I wonder if the answer is really "umount" ?
> 
> (aside from the discussion if you unmount partitions or filesystems)
> 
> Stefan

The install will exceed well over two hours. Installing espeakup and dependencies takes half a day at best. Sorry, I did mean umount.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Planned Installation Steps
  2014-05-08 22:07   ` Hunter Jozwiak
@ 2014-05-08 23:44     ` Peter Humphrey
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Humphrey @ 2014-05-08 23:44 UTC (permalink / raw
  To: gentoo-user

On Thursday 08 May 2014 18:07:52 Hunter Jozwiak wrote:

> Sorry, I did mean umount.

I don't think you did. Umount is the (silly IMO) slight shorthand for unmount. 
Unmount is the action you describe in words, umount is the command you issue 
to the OS to achieve it.

-- 
Regards
Peter



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Planned Installation Steps
  2014-05-08 20:30 [gentoo-user] Planned Installation Steps Hunter Jozwiak
  2014-05-08 21:07 ` Stefan G. Weichinger
@ 2014-05-09  1:26 ` Michael Orlitzky
  1 sibling, 0 replies; 5+ messages in thread
From: Michael Orlitzky @ 2014-05-09  1:26 UTC (permalink / raw
  To: gentoo-user

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.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-05-09  1:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-08 20:30 [gentoo-user] Planned Installation Steps Hunter Jozwiak
2014-05-08 21:07 ` Stefan G. Weichinger
2014-05-08 22:07   ` Hunter Jozwiak
2014-05-08 23:44     ` Peter Humphrey
2014-05-09  1:26 ` Michael Orlitzky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox