![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| master and slave in lan network | hossein | SCO | 2 | 08-21-2008 05:30 AM |
| How can I know the NIS server is master or slave on Solaris 8 and 9 | hiro-pon | SUN Solaris | 5 | 02-18-2008 03:44 PM |
| NIS master / slave problems | frankkahle | UNIX for Advanced & Expert Users | 2 | 03-09-2007 08:21 AM |
| What is an I/O slave ? | sunil | UNIX for Advanced & Expert Users | 1 | 05-26-2003 03:18 AM |
| Slave hard disk | bache_gowda | UNIX for Dummies Questions & Answers | 3 | 09-17-2001 11:05 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Installing os on slave
Hello
Can We install an operating system like linux on slave disk. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Of course you can install LINUX on a slave disk, but you'll have to be careful about naming conventions in the grub info page and MBR. Provide some more details, so that we can figure out exactly what you need.
Regards, Tayyab |
|
#3
|
|||
|
|||
|
thanks tayyab
|
|
#4
|
|||
|
|||
|
Thank you very much tayyab Sir,
What I want to know is when I am trying to install linux on slave drive, during partition with druid ,it says that cannot allocate the files with this drive. And also if I install linux in the slave drive then how to dual boot it with windos 2000. Please help me tayyab sir |
|
#5
|
||||
|
||||
|
Sorry for delayed reply, as I was on sick leave for 2 days.
You have two hard drives, LINUX'll identify these as follows: hda (Your Master Drive, with Windows 2000 pre-installed) hdb (Your Slave Drive, you are planning to install LINUX on this drive) Make sure that hda is formatted with VFAT not NTFS and hdb is un-partitioned. During installation select hdb as your installation drive, create your partitions as desired, using Disk Druid(NOTE: Make sure that while creating partitions in hdb, /boot is your first partition, means /dev/hdb1 should be mounted to /boot, /boot'll contain the LINUX kernel and all files necessary to boot and some BIOSes have limit to read beyod 1028 cylenders, so its most recommended to have /boot as your first partition) About DUAL boot: GRUB'll take care of your boot process, therefor I suggested you that hda(Win2k) partition should be VFAT so that GRUB can recognize it and put an pointing entry to hda in its grub.conf. No need to worry about that, grub will do the necessary work for you. (If your BIOS doesn't make any trouble) Select boot from your slave drive in your BIOS setup and enjoy the UNIX world. Regards, Tayyab Last edited by tayyabq8; 06-07-2006 at 12:14 AM. |
|
#6
|
||||
|
||||
|
That was all ok.
But instead of chaging the boot order in your BIOS, you could install grub on your primary disk's MBR... Just be careful with disk names in grub, they are different from Linux. For example, hdb1 = (hd0,0) in grub. I've had win2k on NTFS with linux and had no problems... But I modified menu.lst by hand... |
||||
| Google The UNIX and Linux Forums |