From: Thread <thread@threadbox.net>
To: gentoo-dev@cvs.gentoo.org
Subject: Re: [gentoo-dev] help_installation
Date: Sun Jul 1 14:20:03 2001 [thread overview]
Message-ID: <20010701161910.A1162@threadbox> (raw)
In-Reply-To: <3B3F7CBA.A8382995@utoronto.ca>; from karshi.hasanov@utoronto.ca on Sun, Jul 01, 2001 at 02:40:42PM -0500
> 1)For example, it does not tell us how to make " reiser" or "ext2" file
> format. I did make partitionns using
> 'fdisk', but don't know the way to format it.
so, you've fdisk'd all your partitions to be the sizes you want. Now, to make a reiserfs partition, just do:
mkreiserfs /dev/hda1
or the equivalent depending on which paritions you'd like to filesystemize. :)
> 2) It says " mount your root/boot to '/mnt/gentoo, /mnt/gentoo/boot",
> but it does NOT show how to do it.
let's say your root filesystem is hda1. to mount that to /mnt/gentoo, make sure that /mnt/gentoo exists (if not, mkdir -p /mnt/gentoo) and do:
mount /dev/hda1 /mnt/gentoo
mkdir /mnt/gentoo/boot
mount /dev/hda2 /mnt/gentoo/boot
again, i'm assuming that hda1 is your root partition and hda2 is your boot. you'll surely going to need to fix those numbers for your specific install.
hope that helps out. if not, drop by #gentoo on the openprojects irc network (irc.linux.com, irc.debian.org, etc.)
next prev parent reply other threads:[~2001-07-01 20:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-07-01 12:42 [gentoo-dev] help_installation Karshi
2001-07-01 14:20 ` Thread [this message]
2001-07-01 15:48 ` [gentoo-dev] rc5_r0 no kernel merged? Gontran
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20010701161910.A1162@threadbox \
--to=thread@threadbox.net \
--cc=gentoo-dev@cvs.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox