LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 05-20-2003, 10:02 AM   #1
ckone
Member
 
Registered: Mar 2003
Location: el paso
Distribution: Redhat, Suse, and freebsd
Posts: 90

Rep: Reputation: 15
Installing freebsd


I need to know is it possible to install Freebsd with the following scenario

Windows 2000 pro installed first

Secondly installed Red-hat 8.0

and finally installing freebsd last

Maybe just for fun installing Novell OS 6.0 server to test out.

I know that you can partition the same drive up to 4 times.

I just bought 80 gig hard drive with 8 mbs caching on board.

This is how I am planning to divide the hard drive.

Windows 2000 pro (25 gigs)

Red-hat 8.0 (20 gigs)

Freebsd (not sure how large a sector to use willing to go up to 10 gigs)

Novell will only be a small portion about (5 gigs for testing)


Now I am new to Freebsd have been running red-hat for about 2 years. Will this scenario work....
 
Old 05-20-2003, 10:16 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
not really, no. you will want to use a more comprehensive partition system for redhat surely.... e.g. a / partition, a /usr partition a /home partition etc... most of these will go inside a extended partition though which is just fine. the restriction you refer to is 4 *primary* partitions. you should be able to put bsd completely inside a extended partition. bsd is slightly different from linux as all it's other partitions are actually held inside a single partition, and ddon't use up extra partitions.
 
Old 05-20-2003, 11:01 AM   #3
ckone
Member
 
Registered: Mar 2003
Location: el paso
Distribution: Redhat, Suse, and freebsd
Posts: 90

Original Poster
Rep: Reputation: 15
ooops had my frame of mind stuck in windows.

So your saying it is possible to run more then the number of os's listed above.

cause I would also like to give Manadrake a try......
 
Old 05-21-2003, 03:10 PM   #4
hecresper
Member
 
Registered: Dec 2002
Location: California
Distribution: Slackware & FreeBSD
Posts: 169

Rep: Reputation: 30
ckone,

what's the size of your computer box? I'm asking because, if you have other HDs laying around not being used and your case is at least a mid tower, you could use TRIOS HD Selector. I went the TRIOS route at home and its the best thing I've done so far. Now I have Win2k Pro, FreeBSD and just got Win Server 2003 in the mail, all of them running in their own HD. Just a thought, tho.
 
Old 05-21-2003, 03:46 PM   #5
ckone
Member
 
Registered: Mar 2003
Location: el paso
Distribution: Redhat, Suse, and freebsd
Posts: 90

Original Poster
Rep: Reputation: 15
I have a midrange tower and already own trios but, I really don't

like that idea I have about 3 hard drives laying around with about

20 gigs a piece but I have a only two spaces for hard drives.

Know if I had an anetec server case I might try that I really dont

like how much space it eats up and all those ribbon cables

hanging around.

I liked the product all the way up until I found out you could show the contents of my windows partition on my linux os. That and I could also use Virtual PC and just bye more memory save space in my computer and put my pc space to use.
 
Old 05-21-2003, 04:06 PM   #6
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
you can have 63? logical drives in an extended partition I think
ranish partition manager will let you have 63 primary partitions,
but only one or 4 accesible at a time.
 
Old 05-21-2003, 05:46 PM   #7
hecresper
Member
 
Registered: Dec 2002
Location: California
Distribution: Slackware & FreeBSD
Posts: 169

Rep: Reputation: 30
I'm using the ribbon cables that came with the TRIOS, which are just long enough to reach the drives. I don't have to worry about rerouting excess cable around the box. Ok, I guess you've tried that already. If I didn't have this big Antec case, then I probably would've gone the Connectix Virtual PC route.
 
Old 05-22-2003, 03:16 PM   #8
Manadien
Member
 
Registered: Mar 2003
Distribution: FreeBSD 5.5, OpenBSD 3.3, Ubuntu breezy
Posts: 81

Rep: Reputation: 15
Well I can say that the FreeBSD boot manager will let you boot into either win2k or FreeBSD but I don't know how well it will work with RH. I personally haven't installed linux and FreeBSD on the same system yet so I can't tell you anything there. If you just went with FreeBSD and win2k you would install win2k first and then FreeBSD putting the boot manager in the MBR.
 
Old 05-22-2003, 03:44 PM   #9
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
if you install linux with it's boot loader in its own boot record, not
the master boot record, then install freebsd, freebsd's boot
manager will then be kickstarting windows, linux and freebsd.
 
Old 05-23-2003, 08:54 AM   #10
Borkowski
LQ Newbie
 
Registered: Sep 2001
Location: CT, USA
Distribution: CRUX Linux; OpenBSD; ARCH Linux
Posts: 22

Rep: Reputation: 15
And if you install lilo in master boot record, then you can boot Windows, FBSD and RH using only lilo.

I have Win98, FBSD, OBSD, RH on the same disk and boot them by lilo. For lilo I have the following lilo.config file in ./etc directory of linux (ext2) partition:

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=250
message=/boot/message
linear
default=linux

other=/dev/hda2
label = FreeBSD
table = /dev/hda

other=/dev/hda3
label = OpenBSD
table = /dev/hda

image=/boot/vmlinuz-2.2.16-22
label=linux
read-only
root=/dev/hda7

other=/dev/hda1
label=dos

For linux I use ext2 (not ext3) because I suppose that with ext3 I will not be able to see and manipulate linux files using OBSD.

Regards.
 
Old 05-23-2003, 11:17 PM   #11
ckone
Member
 
Registered: Mar 2003
Location: el paso
Distribution: Redhat, Suse, and freebsd
Posts: 90

Original Poster
Rep: Reputation: 15
thanks for the tips....
 
Old 05-26-2003, 10:07 PM   #12
mister_math
Member
 
Registered: Feb 2003
Location: /USA/IL/Chicago
Distribution: Ubuntu 5.10
Posts: 37

Rep: Reputation: 15
Quote:
Originally posted by Borkowski

For linux I use ext2 (not ext3) because I suppose that with ext3 I will not be able to see and manipulate linux files using OBSD.
ext3 is just ext2 with journaling, so if you can see and manipulate ext2, you should be able to see and manipulate ext3. I can only say for sure that this works with FreeBSD, because that's what I use, but it probably also works with OpenBSD.

See here:
http://www.freebsdforums.org/forums/...?threadid=7142
 
  


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
installing freebsd without having to burn a cd? garba *BSD 0 07-09-2005 06:08 PM
Re-installing FreeBSD webwolf70 *BSD 14 11-14-2004 12:24 PM
installing freeBSD oldi *BSD 3 06-03-2004 01:19 AM
Installing PHP on FreeBSD 4.8 tmakobu *BSD 4 03-28-2004 01:52 AM
Installing FreeBSD 5.2 question satimis *BSD 6 02-10-2004 11:16 AM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 02:50 AM.

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