Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Linux - Adding a Hard Drive

624088Mar 9 2008 — edited Mar 12 2008
Hi,

I trying to add a dual hard drive boot with my Enterprise Linux 4.
Is there a /boot/grub/grub/conf file to add this drive into ?

Like this code:
---------
title Window 2000
rootnoverify (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
---------
I ran fdisk-l and my output is below:

root@localhost ~]# fdisk -l

Disk /dev/hda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 30401 244091610 8e Linux LVM

Disk /dev/hdb: 20.0 GB, 20020396032 bytes
255 heads, 63 sectors/track, 2434 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 1 25 200781 83 Linux
/dev/hdb2 * 26 2433 19342260 7 HPFS/NTFS
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 9 2008
Added on Mar 9 2008
17 comments
2,673 views