[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: linux and openbsd partitions
- To: Dave Harrison <dlharris@mail.usyd.edu.au>
- Subject: Re: linux and openbsd partitions
- From: Manfred Heins <mh@selma.de>
- Date: Wed, 20 Mar 2002 14:29:16 +0100
- Cc: misc@openbsd.org
- References: <20020320210109.GA7480@dave@isetroc.com>
- User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.7) Gecko/20020204
Dave Harrison wrote:
> Hi there,
>
> I need to run a tri-boot system for windows, linux and bsd. Suffice to say I need to use Word etc, develop in Java1.4 and I like bsd.
>
> However I am having trouble mounting my other partitions and suspect it to be a mistake in the way I am using disklabel.
>
> I have split my disk into 4 primary partitions ..
> OpenBSD 10G
> Windows 7G
> Linux 3G
> Lin Swap 256M
>
> However in disklabel -e wd0 I only see the labels I have for the bsd partition, is this the way its meant to be ?
trial "disklabel -E wd0"
^^
this is mutch more comfortable !
>
> How am I meant to refer to the other partitions when mounting them ? should I be creating labels for them in disklabel as well as having them as partitions ?
>
> Cheers
> Dave