Adding a third IDE drive in Linux

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Matt Alexander
Date:  
Subject: Adding a third IDE drive in Linux
Then... partition the disk as desired with fdisk, create a filesystem on
each partition with mke2fs, and then add it to your /etc/fstab so it's
mounted automatically at boot time.

For example,

fdisk /dev/hdd
mke2fs /dev/hdd1
mount /dev/hdd1 /mountmebabylikethebadmountpointIreallyam


On Fri, 3 May 2002, der.hans wrote:

> Am 03. May, 2002 schwätzte sundar so:
>
> > I want to add a third IDE drive to my home server. It's a old Sony
> > PCV-70. Are there any good How-tos you could refer me to.
>
> ide bus 0 master is /dev/hda
> ide bus 0 slave is /dev/hdb
> ide bus 1 master is /dev/hdc
> ide bus 1 slave is /dev/hdd
>
> On normal x86 box bus 0 is primary ide and bus 1 is secondary ide.
>
> Normally your original hard drive should be hda. Your CD will be hdb if it's
> on the same cable as the primary hard drive or hdc if it's by itself on the
> secondary ide bus.
>
> If you have two items on an ide cable use the jumpers to set one to master
> and the other to slave. I think you might be able to set them both to select
> ( or something like that ) if they're new enough.
>
> Look at www.LinuxDoc.org for HOWTOs. There are plenty. There should be one
> that covers ide hardware setup.
>
> ciao,
>
> der.hans
> --
> # https://www.LuftHans.com/
> # I've got a photographic memory,
> # but I'm lousy photographer. - der.hans
>
> ________________________________________________
> See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail.
>
> PLUG-discuss mailing list -
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>