Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Choose "stuff" for hda
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Rekeo
n00b
n00b


Joined: 22 Jan 2005
Posts: 20

PostPosted: Thu Jan 27, 2005 6:51 am    Post subject: Choose "stuff" for hda Reply with quote

I wounder how I choose like e.g. hda2 /usr and stuff how I decide where the home, usr, and other ones are.
I've tried install gentoo all of yesterday.

//Rekeo
Back to top
View user's profile Send private message
FranZ
Apprentice
Apprentice


Joined: 15 Feb 2004
Posts: 212
Location: Enschede, Holland

PostPosted: Thu Jan 27, 2005 7:01 am    Post subject: Reply with quote

If you want hda2 to be mounted at /usr, just create the partition (the second partition on the drive) make the filesystem you want it to be, and edit /etc/fstab to suit your needs. It's pretty much in the handbook, which obviously is a guideline rather than thé definitive way to go.
_________________
Horse sense is the thing that keeps horses from betting on people. --W.C. Fields

Ask Smart Questions
Back to top
View user's profile Send private message
abcdefg
Apprentice
Apprentice


Joined: 29 Feb 2004
Posts: 216
Location: The Netherlands

PostPosted: Thu Jan 27, 2005 7:20 am    Post subject: Reply with quote

So if you want the entiry install on one partition you type somethin like
Code:
mkdir /mnt/gentoo
mount /dev/hda1 /mnt/gentoo


But if you want the installation on different partition you can type
Code:
mkdir /mnt/gentoo
mount /dev/hda1 /mnt/gentoo
mkdir /mnt/gentoo/boot
mount /dev/hda2 /mnt/gentoo/boot
mkdir /mnt/gentoo/usr
mount /dev/hdb1 /mnt/gentoo/usr

etc

So you mount all the partitions on the correct place bevore you install the tarball, this is the chapter in the hanbook where you should do the mounting. After that you install stuff so it gets on the correct partition. Of course later in the installation you should also edit /etc/fstab so that the correct partitions gets mounted when you boot.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum