LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to work using two hard disks------------------------ (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-work-using-two-hard-disks-329110/)

pal 06-01-2005 03:48 AM

How to work using two hard disks------------------------
 
hello sir,
we had connected a second hard disk to a machine.
The machine was earlier working with one hard disk( with Redhat 7 installed).We had installed a second hard disk(with Redhat 9).While booting the BIOS has detected both the hard disks. By default the system boots with the First hard disk.But after booting I am not able to see the second hard disk. I tried using the mount command. (i.e. mount /dev/hdb)
Even I tried putting the second hard disk details in /etc/fstab.But still I am not able to use second hard disk parallely.

thanks

trevelluk 06-01-2005 03:59 AM

Using mount /dev/hdb won't work. You'll need to use /dev/hdbX, where X is a partition number. You'll also need to specify a mount point, which must be an already existing directory, and possibly the filesystem type as well. Overall, you need something like:

mount -t filesystem-type /dev/hdbX /mount/point

David@330 06-01-2005 04:04 AM

Hi pal

So you have two hard drives {first drive with redhat 7 and the second drive redhat 9}
So how did you install the second drive with redhat 9.....?

pal 06-01-2005 11:39 AM

thanks for replying sir,
Actually I had installed Redhat 9 on one hard disk using some other machine
earlier and
Now as per new requirement I had simply fixed that hard disk
to the PC already having one hard disk with Redhat 7.

By defualt my PC is booting with the First hard disk (Redhat 7)
which is running L-DAP service.

I want to make DHCP server using second hard disk(Redhat 9).
Is it possible to use both hard disk simultaneously with LDAP service
running on one hard disk and DHCP on second hard disk.
I mean to say If the system is booted using Redhat 7 .Then can DHCP and LDAP be run parallely.and how.


thanks sir

mohit dhawan 06-01-2005 08:21 PM

nice pal
i really like the way u adress people

pal 06-02-2005 02:02 AM

thanks for replying sir,
Actually I had installed Redhat 9 on one hard disk using some other machine
earlier and
Now as per new requirement I had simply fixed that hard disk
to the PC already having one hard disk with Redhat 7.

By defualt my PC is booting with the First hard disk (Redhat 7)
which is running L-DAP service.

I want to make DHCP server using second hard disk(Redhat 9).
Is it possible to use both hard disk simultaneously with LDAP service
running on one hard disk and DHCP on second hard disk.
I mean to say If the system is booted using Redhat 7 .Then can DHCP and LDAP be run parallely.and how.


thanks sir

David@330 06-08-2005 02:58 AM

Hi Pal

You need to boot up on redhat 7.x and go to the grub and edit it and let in know that there are two hard drives on your system and it should pick up that their is another O/S on the other hard drive..!

Dave

pal 06-08-2005 09:49 PM

Thanks for response sir
In grub.conf as far as I know we can mention about More than one kernel.But how to mention about two hard disks.
Also how I will use both Operating Systems( hard disks) parallely.Although Both hard disks are having Linux installed
sir, can u explain me in little bit detail

thanks

hyllplan 06-09-2005 09:07 AM

Hi Pal,
Im sorry but its not possible to run two OS simultaneously on the same machine, thats just impossible! One way would be to use VmWare (Virtual Machines) but thats a different story. Or do you mean that you would like to use them one at the time? only one kernel can adress the hw at the time.
Why cant you just run these services (LDAP & DHCP) on the same machine?
Reg,
- Johan

pal 06-10-2005 01:43 AM

Thanks sir

for this important information otherwise I could have kept on trying this method.



Thanks sir

hyllplan 06-10-2005 08:23 AM

No probs Pal, anytime ;)
- Johan


All times are GMT -5. The time now is 10:57 PM.