From owner-freebsd-questions Sat Feb 19 5: 3:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id C3EDF37BBC0 for ; Sat, 19 Feb 2000 05:03:03 -0800 (PST) (envelope-from jr@paranoia.demon.nl) Received: from [212.238.106.171] (helo=pig.bigmama.xx) by post.mail.nl.demon.net with smtp (Exim 2.12 #1) id 12M93f-0004Kz-00; Sat, 19 Feb 2000 12:32:23 +0000 Received: from gazelle.bigmama.xx (gazelle.bigmama.xx [192.168.118.2]) by pig.bigmama.xx (8.9.3/8.8.8) with ESMTP id NAA22664; Sat, 19 Feb 2000 13:32:17 +0100 Received: from gazelle.bigmama.xx (localhost [127.0.0.1]) by gazelle.bigmama.xx (8.9.3/8.8.8) with ESMTP id NAA37553; Sat, 19 Feb 2000 13:30:58 +0100 (CET) Message-Id: <200002191230.NAA37553@gazelle.bigmama.xx> X-Mailer: exmh version 2.1.1 10/15/1999 To: Ivan Fetch Cc: Freebsd-questions@freebsd.org Subject: Re: Mounting a FreeBSD partition under Linux 2.2.13 In-reply-to: X-Comment: Original message from Ivan Fetch dated Fri, 18 Feb 2000 23:38:37 -0700. X-pgp-key: http://keys.pgp.com:11371/pks/lookup?op=get&search=0x9EF951A5 X-url: http://www.paranoia.demon.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 19 Feb 2000 13:30:58 +0100 From: John Russell Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The mount command should be something like this: mount -t ufs -o,ufstype=bsd44 /dev/hda2 /bsd, check out the ufs source under /usr/src/linux for more details. I was only ever able to get the root slice of any partition loaded, if you have better luck let us know. John > I have both of the below-mentioned enabled, and still ..... nothing. > > I'd like to get this to work but pretty soon the drive in question is > going to have FreeBSD on it anyway. :-) > > Ivan. > > > On Fri, 18 Feb 2000, Mark J Tomko wrote: > > > > > I never really got this to work either, but there are two things that > > you need to enable in the kernel in order to mount a BSD partition- > > there's the UFS support and BSD slice or disklabel support- I can't > > remember which it was called. > > > > Mark > > > > On Fri, Feb 18, 2000 at 02:07:40PM -0700, Ivan Fetch wrote: > > > Hello, > > > It is necessary for me to mount a FreeBSD partition (wd1) under Linux > > > (2.2.13 kernel) - I have loaded the ufs filesystem module, done: > > > mount /dev/hdbX -t ufs /mnt > > > > > > Where x is various numbers from 1-4, with no success. Mount acts like it > > > mounted something, but /mnt is totally empty. > > > > > > How would I go about mounting, say, wd1s1c under /mnt? > > > > > > Thanks for any assistance, > > > Ivan. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message