LinuxQuestions.org
Visit Jeremy's Blog.
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 12-20-2003, 10:18 AM   #1
JonyKyte
LQ Newbie
 
Registered: Dec 2003
Distribution: Redhat
Posts: 17

Rep: Reputation: 0
Partition Sizes


First of all hello & apologies for asking such a simple question.

I'm looking to install redhat (7.1) for the first time.

I've got 2 HD's and want to make sure linux is installed on the second. I'm assuming I'll have to manually format & partition the HD to do this.

Can I do this just booting from a floppy without touching LILO?

and more importantly

Do I need a specific order of partitions & what sizes will they need to be?

Thanks for your help.
 
Old 12-20-2003, 11:12 AM   #2
wapcaplet
LQ Guru
 
Registered: Feb 2003
Location: Colorado Springs, CO
Distribution: Gentoo
Posts: 2,018

Rep: Reputation: 48
You can probably find or make a boot floppy with fdisk or another partitioning utility on it, along with formatting utilities like mke2fs; if not, you could download one of the LiveCD bootable Linux CDs like Knoppix or the Live Gentoo CD, which should have all that stuff.

As far as I know, it does not matter what order your partitions are in. The Partition HOWTO will probably answer your questions. If you don't want to mess with it too much, you can just make one big partition for everything, and possibly a second partition for swap space (though you can also just use a swap file on your main partition).
 
Old 12-20-2003, 10:34 PM   #3
2damncommon
Senior Member
 
Registered: Feb 2003
Location: Calif, USA
Distribution: PCLINUXOS
Posts: 2,918

Rep: Reputation: 103Reputation: 103
Quote:
I'm assuming I'll have to manually format & partition the HD to do this.
Most any Linux install should have the option of partitioning a disk, though you may have to choose "advanced" or "expert".
You should understand the Linux hard drive designations, /dev/hda* ,/dev/hdb*...
Formatting can definately be done from the install program.
Your primary master drive is going to be /dev/hda. That is the one you do not want to do anything with.
Good Luck.
 
Old 12-21-2003, 06:03 PM   #4
JonyKyte
LQ Newbie
 
Registered: Dec 2003
Distribution: Redhat
Posts: 17

Original Poster
Rep: Reputation: 0
Thanks for the reply's.

I'm familiar with the drive designations & how to partition (now). I just didn't realize you could install linux all on one partition.

I've had a go at partitioning the HD with a swap file and main partition which i mounted as '/' is this correct?

I only get a text login/interface when linux boots up. Although this could also be down to my gfrx card drivers!? Which brings me onto my next question.

How/can I install drivers from the text interface (assuming that is the problem).

Thanks for your help again
 
Old 12-21-2003, 06:18 PM   #5
2damncommon
Senior Member
 
Registered: Feb 2003
Location: Calif, USA
Distribution: PCLINUXOS
Posts: 2,918

Rep: Reputation: 103Reputation: 103
Quote:
I've had a go at partitioning the HD with a swap file and main partition which i mounted as '/' is this correct?
Linux can be installed all to a single root partition or split over a number of partitions. There are good reasons for doing this but it is probably not too important if you do not know what they are. Having too much or too little space on multiple partitions is about as bad as not having them.

Did you choose to start Xwindows during the install. If you did, it probably is either a driver or configuration problem.
You can try just typing "startx" and see if it fails or not.
If it fails you want to try manually configuring Xwindows. I am not sure what the best command for this is on Red Hat. Inputting correct monitor information and graphics card information often is all thats needed to get something going.
 
Old 12-21-2003, 06:37 PM   #6
JonyKyte
LQ Newbie
 
Registered: Dec 2003
Distribution: Redhat
Posts: 17

Original Poster
Rep: Reputation: 0
Cheer's. Yeah X windows should have been starting. Will give 'Startx' a go and report back carry on playing around with the configuration.

Just wanted to make sure i was mounting in the right location & wasn't heading down a dead end with the grfx card business.
 
Old 12-21-2003, 07:01 PM   #7
JonyKyte
LQ Newbie
 
Registered: Dec 2003
Distribution: Redhat
Posts: 17

Original Poster
Rep: Reputation: 0
Just to update. I get errors with grfx card drivers. Have tried a test screen (lo res) with the basic drivers and the PC just hangs.

Is there anyway of installing/updating the grfx drivers?
 
Old 12-21-2003, 07:59 PM   #8
2damncommon
Senior Member
 
Registered: Feb 2003
Location: Calif, USA
Distribution: PCLINUXOS
Posts: 2,918

Rep: Reputation: 103Reputation: 103
Do you know, or do the errors mention what video card/chipset your PC has?
If startx did not work any further answers will depend on that.
I am only familar with my i810 and Nvidia/Vanta card/chipsets.
Video problems have got to be one of the more frustrating things a new user can encounter.
Hang in there.
Here
is some info about using the "redhat-config-xfree86" command from the command line to configure your video.
Depending on your card/chipset you may need to download drivers.
 
Old 12-22-2003, 04:51 AM   #9
JonyKyte
LQ Newbie
 
Registered: Dec 2003
Distribution: Redhat
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by 2damncommon
Do you know, or do the errors mention what video card/chipset your PC has?
Sorry I've relocated to university so I can't get the exact error code. The video card is a Sapphire radeon 9000, not sure about the chipset etc though. The card had dual monitor function, which from the reading I've done could be the cause of my problems!
I've found a similar problem here but can't locate either of the Xfree86config files. Will have another go tonight and update you.
Quote:
Video problems have got to be one of the more frustrating things a new user can encounter. Hang in there.
I couldn't agree more Still, I'm sure it'll make me a better person or something
Quote:
Depending on your card/chipset you may need to download drivers. [/B]
If I did download drivers how would i go about installing them from the text interface?

Thanks for your time again.

Last edited by JonyKyte; 12-22-2003 at 04:53 AM.
 
Old 12-22-2003, 09:19 AM   #10
2damncommon
Senior Member
 
Registered: Feb 2003
Location: Calif, USA
Distribution: PCLINUXOS
Posts: 2,918

Rep: Reputation: 103Reputation: 103
Quote:
If I did download drivers how would i go about installing them from the text interface?
I am attempting to avoid giving you a tutorial on the Linux command line. Call me chicken.
It would appear the Radeon 9000 is supported. (Bottom of the page).
http://www.xfree86.org/current/DRI3.html
Here is info about the driver
http://www.xfree86.org/4.3.0/radeon.4.html
Depending on your version of Xwindows, this may already be on your system.
First thing to try is to log in as root.
Then enter the "redhat-config-xfree86" (no quotes) and enter the details for your setup.
Choose the radeon driver when asked.
If you are unable to run the "redhat-config-xfree86" command or need to edit your XF86config file as the info page mentions we will take that up.

For getting around from the command line, check out the Midnight Commander file manager by typing "mc" after logging in.
 
Old 12-23-2003, 05:50 AM   #11
JonyKyte
LQ Newbie
 
Registered: Dec 2003
Distribution: Redhat
Posts: 17

Original Poster
Rep: Reputation: 0
Chicken
(Only joking I'm quite as happy learning for myself & grateful for the pointers in the right direction)
Th Midnight commander makes things a hell of a lot easier Cheers

I've been investigating again & got a little more detailed information for you.

Firstly I'm not sure if it makes a difference but the command to run the config program was xf86config. It states that i am currently configured to run a generic vga card. (even though in the config file it states a Radeon is set up - would that be to do with me running the command interface)

Anyway X will still not run. I've managed to find the error log & there are a lot of references to Xfree86 4.0.3. it also states that my card should be built before march '01, which AFAIK, it isn't.

The actual error message is
"Radeon: No matching device for instance BusID PCI 1:0:1 found
No devices detected

Fatal server error:
no screens found."

I'm assuming the next step is updating Xf86 or the grfx drivers!?
But.....have absolutely no idea on how to do this. DOH

Hope you can point me in the right direction

Thanks
 
Old 12-23-2003, 06:52 AM   #12
JonyKyte
LQ Newbie
 
Registered: Dec 2003
Distribution: Redhat
Posts: 17

Original Poster
Rep: Reputation: 0
Just to add to the last post.

I've managed to find that my grfx card isn't supported with that version of xfree86.

Seeing as I'm only on 56k, i think I'm going to 'purchase' a new set of linux CD's. Would there be any advantage in swapping from Redhat to another distribution?
 
Old 12-23-2003, 08:48 AM   #13
2damncommon
Senior Member
 
Registered: Feb 2003
Location: Calif, USA
Distribution: PCLINUXOS
Posts: 2,918

Rep: Reputation: 103Reputation: 103
Quote:
Seeing as I'm only on 56k, i think I'm going to 'purchase' a new set of linux CD's. Would there be any advantage in swapping from Redhat to another distribution?
Hey, first off I must say you are doing some good detective work yourself.
I think getting a more current distro that supports your card is going to be the easiest thing to do.
More important than switching to another distro is going to their homepage and reading the hardware compatibility list for their current version. Make sure your card is listed. Then choose any distro you want.
I had video problems when I first started using Linux and Red Hat seem to be one of the last to include support. YMMV
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Partition sizes?? coldsalmon Linux - Newbie 6 03-18-2005 04:43 PM
Partition sizes for me Doctor Orange Linux - Newbie 2 08-13-2004 10:50 AM
Partition sizes? murbz Linux - Software 3 07-22-2004 09:43 AM
Partition sizes r3dhatter Linux - Newbie 8 07-19-2004 10:01 PM
Help partition sizes? vicente Linux - Software 2 07-09-2001 08:40 PM

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

All times are GMT -5. The time now is 10:42 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