Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Partition schema for 2 or more disk
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
SimonZarate
Tux's lil' helper
Tux's lil' helper


Joined: 26 Feb 2004
Posts: 106
Location: Panama

PostPosted: Mon Mar 15, 2004 5:18 am    Post subject: Partition schema for 2 or more disk Reply with quote

Hi:

I plan install Gentoo 2004 in my box. Actually i have a 40 GB hard disk installed and a 120 GB hard disk not installed. I will install the 120 GB disk like primary disk and 40 GB like second disk. :?

1. How is the partition schema to use the both disk? (the second disk will be used for storage music and other data).

2. How i can access the second disk when finally will be installed? (/dev/hdb? /dev/hdc? /dev/hde? 8O )

In need add this to fstab.conf to mount automatically?
_________________
Simon Zarate
Back to top
View user's profile Send private message
buto
Apprentice
Apprentice


Joined: 22 Sep 2003
Posts: 155

PostPosted: Mon Mar 15, 2004 5:43 am    Post subject: Reply with quote

Quote:
1. How is the partition schema to use the both disk? (the second disk will be used for storage music and other data).


Well, you the sheme can be pretty much what you want ... for example the first disk could be the doc's simplistic :
/
/boot
swap
(although I prefer to have also /home and /var but that's not strictly necessary)
and your second drive could be one big partition if that suits you, which you could mount on /mnt/data for example



Quote:
2. How i can access the second disk when finally will be installed? (/dev/hdb? /dev/hdc? /dev/hde? )

it should be hdb

Quote:
In need add this to fstab.conf to mount automatically?


simply add a line like this to your /etc/fstab :
Code:
/dev/hdb1               /mnt/data           ext3            noatime                 0 0

of course you must first create /mnt/data by hand first, and ext3 is an example, use whatever fs you like
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