On Tue, 26 Nov 2002, Bob Blakely wrote:

> I know this will seem trivial to most of you, but for the life of me I can't find 
>the method for adding a second hard drive to my system. Perhaps someone could point 
>out to me where in which of my several v7.3 manuals this is discussed so that I can 
>use "hdb1"?
>
> Regards,
> Bob....
> --------------------------------------------------------------------

you can use fdisk /dev/hdb to partition the drive

Then you'll want to edit /etc/fstab to mount the drive. so for example
lets say you make 2 partitions on the 2nd drive, you'd add 2 lines to
fstab something like:

/dev/hdb1       /new-disk       ext2    defaults        1 2
/dev/hdb2       /new-disk2      ext2    defaults        1 2

replace /new-disk with whatever mount point you want to use.

Ian



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to