Date: Sat, 19 Feb 2000 13:30:58 +0100 From: John Russell <jr@paranoia.demon.nl> To: Ivan Fetch <ivanfetch@technologist.com> Cc: Freebsd-questions@freebsd.org Subject: Re: Mounting a FreeBSD partition under Linux 2.2.13 Message-ID: <200002191230.NAA37553@gazelle.bigmama.xx> In-Reply-To: <Pine.LNX.4.20.0002182337360.259-100000@ibis.ivanfetch.tzo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002191230.NAA37553>