On Mon, 6 Aug 2001, Mark E. Crane wrote:

>
>
> We have a netfinity server that only likes SCSI drives.  If we were
> to use a PCI/IDE adapter card to install an 80gb maxtor ultra dma
> drive, would RH 7.1 be able to see the drive?  We would boot from
> the SCSI drive, and use the IDE drive to hold user accounts and web
> stuff.
>
> Also, would it be horribly difficult to configure apache and ftp to
> point at the IDE drive?
>
> Thanks for your help,
>
> MC
>
As long as you are installing a standard IDE adapter, or one that Linux
know how to talk to, you will not have any problems.

To accessing the IDE drive:
creating the partitions
run mke2fs on them
create mount points
create entries in /etc/fstab
mount partitions (This will be automatic on boot)
put content into the directories
config the servers to use the new directories

Instead of creating new mount points, you could mount the new partitions
where the current html and ftp directories are...

You may have to add a couple of lines to /etc/lilo.conf to keep lilo
happy.  With a mix of SCSI and IDE drives, it does not know how the BIOS
has the drives mapped, so you usualy have to tell it.

disk=/dev/sda
bios=0x80

Mikkel
-- 

    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to