Date: Tue, 11 Jun 2002 09:25:48 +0300 (EEST) From: Alexander V Zubchenko <stalker@hermes-comp.zp.ua> To: Lutz Kittler <Lutz.Kittler@sse-erfurt.de> Cc: "Greg 'groggy' Lehey" <grog@freebsd.org>, Akthar Hussain <ahussain_fbsd@msn.com>, <questions@freebsd.org> Subject: Re: Mounting Freebsd part in Linux Message-ID: <20020611092054.B87456-100000@server.hermes-comp.zp.ua> In-Reply-To: <15621.38097.104455.412473@master.sse-erfurt.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Greetings! On Tue, 11 Jun 2002, Lutz Kittler wrote: > > > hda1 = /boot (Linux) > > > hda2 or ad0s2 = freebsd > > > hda3 = / for Linux > > > > > > they way i tried to mount freebsd is > > > > > > mount -t ufs /dev/hda2 /mnt > > > > > > or > > > > > > mount -t ufs -o ufstype=44bsd /dev/hda2 /mnt > > > Mayb i'm wrong, but fbsd create slices in it's MBR partition. AFAIU, /dev/hda2 is extended partition and fbsd fs's contained in it. You may try to look at dmesg (AFAIR, in boot process kernel show all found partiotions), or take a look at /dev/hda2* (i'm not using linux long enough to forget, how extended partiotions r named in it). Hope, this help. With best regards, Alexander To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020611092054.B87456-100000>