Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Need some help ... I just added some new hardware
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
genblood
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2003
Posts: 133
Location: New Hampshire

PostPosted: Mon Feb 23, 2004 10:02 pm    Post subject: Need some help ... I just added some new hardware Reply with quote

HI ALL,

I just added some new hardware to my Gentoo box. I upgraded
the video, add a CD-R and a second hard drive. My question is I
reinstalled Gentoo on the the first hard drive, what do I need to do
so that both drives can be used. I cfdisk the first and second drive.
The drivers are called /dev/hdc and /dev/hdd. Here's what I did

/dev/hdc1 - boot
/dev/hdc2 - swap
/dev/hdc3 - root

/dev/hdd1- just formatted

I need some help in mounting /dev/hdd1 so its seen so I can store
data on it. Any info on how to do this would be helpful.
Back to top
View user's profile Send private message
denstark
l33t
l33t


Joined: 02 Jun 2003
Posts: 654
Location: sd.ca.us

PostPosted: Mon Feb 23, 2004 10:14 pm    Post subject: Reply with quote

mount /dev/hdd1 /mnt/mountpoint doesnt work?
_________________
Blog
Code:
denstark> starbuck authorizes torture?
rokstar> sure they do, you tried their coffee?
Back to top
View user's profile Send private message
genblood
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2003
Posts: 133
Location: New Hampshire

PostPosted: Mon Feb 23, 2004 11:28 pm    Post subject: Reply with quote

I'm still new to linux. I don't really understand on how to properly
use mount. You say I can use " /dev/hdd1 /mnt/mountpoint "

Can you expand on "/mnt/mountpoint " ? I've always had linux
systems with 1 HD. So, I'm still new to properly configuring a Gentoo
box with more than 1 HD. Can you post more info on the proper way to
mount a second HD.
Back to top
View user's profile Send private message
denstark
l33t
l33t


Joined: 02 Jun 2003
Posts: 654
Location: sd.ca.us

PostPosted: Mon Feb 23, 2004 11:36 pm    Post subject: Reply with quote

Ok then, say we want to mount the new filesystem to the directory /mnt/newdrive here is what we would do:
Code:

mkdir /mnt/newdrive
mount /dev/hdd1 /mnt/newdrive

That should mount your new hard drive, and if you wanted to have it automatically every time you boot, then you need to add a line to fstab that looks similar to this:
Code:

/dev/hdd1     /mnt/newdrive    filesystype     noauto    0 0

right after your other hard drives.. insert the file system type that you formatted it with where it says "filesystype"

That should work :)

Denstark
_________________
Blog
Code:
denstark> starbuck authorizes torture?
rokstar> sure they do, you tried their coffee?
Back to top
View user's profile Send private message
genblood
Tux's lil' helper
Tux's lil' helper


Joined: 03 Dec 2003
Posts: 133
Location: New Hampshire

PostPosted: Tue Feb 24, 2004 5:32 am    Post subject: Reply with quote

Thanks for the help. In the process of adding
all the packages now. LATER .... 8)
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