LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Add hard drive (https://www.linuxquestions.org/questions/linux-newbie-8/add-hard-drive-279877/)

Wardy 01-19-2005 05:02 PM

Add hard drive
 
I am running Fedora core 3
Kernel: 2.6.10-1.737_FC3

I have a 10 gig drive and want to add a 40 gig drive to it for a total of 50. How do I get Linux to see this new drive?

Harp00 01-19-2005 05:17 PM

Are you going to install it in the same ide channel?
Does Linux see it?
In this case mount it in your /etc/fstab

Wardy 01-19-2005 05:31 PM

I was going to put it on a different IDE channel.
I am hoping to make a file server...

my question is: how do I do that?

twantrd 01-19-2005 05:34 PM

Ok, say that the 10gig drive is on the first IDE channel. THerefore your drive mapping is /dev/hda. If you put the 40gig on the 2nd IDE channel, your drive mapping is now /dev/hdc. Use fdisk to make the partitions:

fdisk /dev/hdc
blah blah

THen after, create a filesystem on it.

-twantrd


All times are GMT -5. The time now is 12:03 AM.