LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-31-2004, 05:51 AM   #1
subaruwrx
Member
 
Registered: Mar 2004
Distribution: Ubuntu Feisty
Posts: 641

Rep: Reputation: 30
Some questions


OK, below is my config.

-------------------------------------------

ATA133 PCI Raid Card

Primary Master - 80GB HDD
Primary Slave - 80GB HDD
Both running as Raid 0 ( Currently booting WinXP from this Raid 0 )

Secondary Master - 160GB HDD

-------------------------------------------

Mobo IDE Controller

Primary Master - 6GB HDD ( Will be installing Slackware to this HDD)
Primary Slave - CDRW Drive

-------------------------------------------

Questions:

1) Is my 6GB HDD hda?
2) What is the hdx for my Raid 0 config? Is it hde?
3) I am using a ST LAB Sil0680 ATA Raid card, will slackware be able to recognise the card?

Non-Related Questions:

4) What do we need to know about MBR? Does different hdd have different MBR?
5) In my case, I would install the bootloader to the MBR of which hdd? Getting a little confused with MBR with the addition of the Raid Card.

Thanks in advanced
 
Old 05-31-2004, 02:17 PM   #2
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
1) Yes.
2) It should show up as scsi - try sda.
3) I haven't used one but from a quick google it appeas as if there is kernel support for it.
4) Each disk will have an mbr (the master boot record is the first 512 bytes of the disk) Which one is actually used will depend on what you have configured in your bios.
5) Since your windows disk is completely seperate I would install the linux bootloader to the mbr of your linux disk, configure your bios to boot from it first and then configure it to chainload windows.
 
Old 05-31-2004, 09:44 PM   #3
subaruwrx
Member
 
Registered: Mar 2004
Distribution: Ubuntu Feisty
Posts: 641

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by david_ross
1) Yes.
2) It should show up as scsi - try sda.
3) I haven't used one but from a quick google it appeas as if there is kernel support for it.
4) Each disk will have an mbr (the master boot record is the first 512 bytes of the disk) Which one is actually used will depend on what you have configured in your bios.
5) Since your windows disk is completely seperate I would install the linux bootloader to the mbr of your linux disk, configure your bios to boot from it first and then configure it to chainload windows.
So, what you are suggesting is to install linux bootloader to my linux hdd and configure bios to boot from my linux disk? After that, configure the bootloader to add in my windows booting?
 
Old 06-01-2004, 03:18 AM   #4
muflon
Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Very own distro
Posts: 30

Rep: Reputation: 15
yes
 
Old 06-01-2004, 06:17 AM   #5
subaruwrx
Member
 
Registered: Mar 2004
Distribution: Ubuntu Feisty
Posts: 641

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by muflon
yes
thanks.

btw, how do I configure the bootloader to include my winxp in the boot up selections? Can someone confirm my raid0 is sda?
 
Old 06-01-2004, 02:03 PM   #6
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Once you have linux installed you can get a list of all partitions on your system by running:
fdisk -l

This will show you which disk your raid is. A typical entry to boot XP would be:
title Windows XP
root (sd0,0)
makeactive
chainloader +1
 
Old 06-04-2004, 01:25 AM   #7
subaruwrx
Member
 
Registered: Mar 2004
Distribution: Ubuntu Feisty
Posts: 641

Original Poster
Rep: Reputation: 30
Encounter this when installing Slack.

http://clubsnap.netfirms.com/slacklilo.jpg

Any idea why?

I installed lilo to the MBR.

Last edited by subaruwrx; 06-04-2004 at 05:29 AM.
 
Old 06-05-2004, 01:22 AM   #8
subaruwrx
Member
 
Registered: Mar 2004
Distribution: Ubuntu Feisty
Posts: 641

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by subaruwrx
Encounter this when installing Slack.

http://clubsnap.netfirms.com/slacklilo.jpg

Any idea why?

I installed lilo to the MBR.
Anyone?
 
Old 06-06-2004, 10:06 AM   #9
subaruwrx
Member
 
Registered: Mar 2004
Distribution: Ubuntu Feisty
Posts: 641

Original Poster
Rep: Reputation: 30
up
 
Old 06-06-2004, 11:31 AM   #10
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Perhaps you could place a link to that file on your site somewhere - all we get is:
Quote:
Directly downloading images is not permitted on the Netfirms FREE plan. If you are the owner of this site, either ensure that this image is embedded in a web page, or upgrade to one of the Netfirms premium plans.
 
Old 06-06-2004, 12:38 PM   #11
subaruwrx
Member
 
Registered: Mar 2004
Distribution: Ubuntu Feisty
Posts: 641

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by david_ross
Perhaps you could place a link to that file on your site somewhere - all we get is:

Done.

http://revenant.qsurf.org/slacklilo.jpg
 
Old 06-06-2004, 12:51 PM   #12
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
What happens when you try with increased verbosity (use 5 -v switches).
 
Old 06-06-2004, 10:17 PM   #13
subaruwrx
Member
 
Registered: Mar 2004
Distribution: Ubuntu Feisty
Posts: 641

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by david_ross
What happens when you try with increased verbosity (use 5 -v switches).
What's that? I don't understand.
 
Old 06-07-2004, 12:23 PM   #14
subaruwrx
Member
 
Registered: Mar 2004
Distribution: Ubuntu Feisty
Posts: 641

Original Poster
Rep: Reputation: 30
up
 
Old 06-07-2004, 12:55 PM   #15
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
It will just print extra information to the screenand should show you when/if it fails.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
basic questions on hostname and domain name + related postfix questions Moebius Linux - Newbie 7 09-04-2007 11:50 AM
Solaris - Questions! Questions! Questions! qs_tahmeed Solaris / OpenSolaris 2 07-16-2005 05:27 AM
window manager questions and/or theme questions t3gah Linux - Software 2 02-27-2005 04:16 PM
Some questions... CryptDragoon Linux From Scratch 2 02-04-2004 08:28 PM
few questions? pudhiyavan Linux - General 2 10-03-2003 07:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration