Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Gentoo: SPARC

getting started with gentoo + opensolaris

 

 

Gentoo sparc RSS feed   Index | Next | Previous | View Threaded


telecomtom at vedatel

Mar 10, 2006, 7:31 AM

Post #1 of 5 (675 views)
Permalink
getting started with gentoo + opensolaris

greetings gentoosparc users,
I've got a sunblade 100 with 80GB HD left over from a move last year.
I'd like to get it up and running, with dual boot of gentoosparc and
opensolaris, and to use some of the files like email in
slices/partitions that will be accessed by both operating systems. Has
anyone done this? successfully? are there any gotchas to watch out for?

I remember something about slice 3 being for the "whole system". Is that
still necessary with new operating systems like gentoo and opensolaris,
or is it an issue with sun hardware?

-- TIA, TT


--
gentoo-sparc [at] gentoo mailing list


fmccor at gentoo

Mar 10, 2006, 7:52 AM

Post #2 of 5 (648 views)
Permalink
Re: getting started with gentoo + opensolaris [In reply to]

On Fri, 2006-03-10 at 07:31 -0700, telecomtom [at] vedatel wrote:
> greetings gentoosparc users,
> I've got a sunblade 100 with 80GB HD left over from a move last year.
> I'd like to get it up and running, with dual boot of gentoosparc and
> opensolaris, and to use some of the files like email in
> slices/partitions that will be accessed by both operating systems. Has
> anyone done this? successfully? are there any gotchas to watch out for?
>
It might be possible with care. I doubt if solaris will be able to
handle Linux file systems. In Linux, you need to configure the kernel
with
CONFIG_UFS_FS=y
but I seem to recall that if you do this and mount such a file system,
if you don't use it read-only, your results will be unpleasant. Others
will have more current information.

> I remember something about slice 3 being for the "whole system". Is that
> still necessary with new operating systems like gentoo and opensolaris,
> or is it an issue with sun hardware?
>
Sun hardware. Slice 3 (/dev/[sh]da3) must be the entire disk, for
example:
Device Flag Start End Blocks Id System
/dev/sdb1 0 22 31779 83 Linux native
/dev/sdb2 u 22 698 976482 82 Linux swap
/dev/sdb3 u 0 24620 35563590 5 Whole disk
/dev/sdb4 698 24620 34555329 83 Linux native

(second disk on one of my systems.)

Regards,
Ferris
--
Ferris McCormick (P44646, MI) <fmccor [at] gentoo>
Developer, Gentoo Linux (Sparc, Devrel)
Attachments: signature.asc (0.20 KB)


jeff at flambe

Mar 10, 2006, 8:28 AM

Post #3 of 5 (645 views)
Permalink
Re: getting started with gentoo + opensolaris [In reply to]

On Fri, Mar 10, 2006 at 02:52:46PM +0000, Ferris McCormick wrote:
> Sun hardware. Slice 3 (/dev/[sh]da3) must be the entire disk

Just a quick note, Solaris numbers slices starting with 0, so, under
Solaris, slice 2 is the whole disk. Just something to keep in mind if
you're in Solaris looking at disk slices.

Jeff




--
It's not working because: Backbone adjustment
Attachments: signature.asc (0.18 KB)


kyphros at gmail

Mar 10, 2006, 11:04 AM

Post #4 of 5 (642 views)
Permalink
Re: getting started with gentoo + opensolaris [In reply to]

On 3/10/06, telecomtom [at] vedatel <telecomtom [at] vedatel> wrote:
> greetings gentoosparc users,
> I've got a sunblade 100 with 80GB HD left over from a move last year.
> I'd like to get it up and running, with dual boot of gentoosparc and
> opensolaris, and to use some of the files like email in
> slices/partitions that will be accessed by both operating systems. Has
> anyone done this? successfully? are there any gotchas to watch out for?
>
> I remember something about slice 3 being for the "whole system". Is that
> still necessary with new operating systems like gentoo and opensolaris,
> or is it an issue with sun hardware?
>
> -- TIA, TT
>
>

It's certainly possible, but it won't be the easiest thing. To make
life a little saner, I recommend using 1 big root partition, because
it's a lot harder to forget which partition is which that way :)

Do something like:

/dev/hda1 - solaris /
/dev/hda2 - common swap
/dev/hda3 - whole disk
/dev/hda4 - linux /

Partition and install with Solaris, and make sure it runs. Install
Gentoo on hda4, and setup SILO to load linux off of hda4 and Solaris
off of hda1. The example silo.conf has details on how to boot a
Solaris partition.

It's possible to compile ufs support into the kernel, and with 2.6.15
I had no read/write problems. However, I was unable to ever get the
Debian ufs.fsck to build properly, so if the ufs partition needs a
fsck done, you won't be able to mount it rw.

HTH,
Mike

--
gentoo-sparc [at] gentoo mailing list


telecomtom at vedatel

Mar 13, 2006, 6:30 AM

Post #5 of 5 (643 views)
Permalink
RE: getting started with gentoo + opensolaris [In reply to]

Mike etal.
i appreciate the suggestions and the reminder that the slice numbering
starts with 0, making the "whole disk" hda2. i plan to do some
experimentation when my schedule loosens up. i'm really curious to see
if sol10 can run some of the linux-compiled software. i can't imagine
it'll do it with no problems, but who knows ...

-- thanks, TT

> -------- Original Message --------
> Subject: Re: [gentoo-sparc] getting started with gentoo + opensolaris
> From: "Mike Owen" <kyphros [at] gmail>
> Date: Fri, March 10, 2006 1:04 pm
> To: gentoo-sparc [at] lists
>
> On 3/10/06, telecomtom [at] vedatel <telecomtom [at] vedatel> wrote:
> > greetings gentoosparc users,
> > I've got a sunblade 100 with 80GB HD left over from a move last year.
> > I'd like to get it up and running, with dual boot of gentoosparc and
> > opensolaris, and to use some of the files like email in
> > slices/partitions that will be accessed by both operating systems. Has
> > anyone done this? successfully? are there any gotchas to watch out for?
> >
> > I remember something about slice 3 being for the "whole system". Is that
> > still necessary with new operating systems like gentoo and opensolaris,
> > or is it an issue with sun hardware?
> >
> > -- TIA, TT
> >
> >
>
> It's certainly possible, but it won't be the easiest thing. To make
> life a little saner, I recommend using 1 big root partition, because
> it's a lot harder to forget which partition is which that way :)
>
> Do something like:
>
> /dev/hda1 - solaris
> dev/hda2 - common swap
> /dev/hda3 - whole disk
> /dev/hda4 - linux /
>
> Partition and install with Solaris, and make sure it runs. Install
> Gentoo on hda4, and setup SILO to load linux off of hda4 and Solaris
> off of hda1. The example silo.conf has details on how to boot a
> Solaris partition.
>
> It's possible to compile ufs support into the kernel, and with 2.6.15
> I had no read/write problems. However, I was unable to ever get the
> Debian ufs.fsck to build properly, so if the ufs partition needs a
> fsck done, you won't be able to mount it rw.
>
> HTH,
> Mike
>
> --
> gentoo-sparc [at] gentoo mailing list

--
gentoo-sparc [at] gentoo mailing list

Gentoo sparc RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.