From owner-freebsd-hackers Sun Jun 4 10:57:47 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA22847 for hackers-outgoing; Sun, 4 Jun 1995 10:57:47 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA22837 for ; Sun, 4 Jun 1995 10:57:45 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id KAA19500; Sun, 4 Jun 1995 10:57:22 -0700 From: "Rodney W. Grimes" Message-Id: <199506041757.KAA19500@gndrsh.aac.dev.com> Subject: Re: FreeBSD 2.0.5 install To: vince@penzance.econ.yale.edu (-Vince-) Date: Sun, 4 Jun 1995 10:57:21 -0700 (PDT) Cc: FreeBSD-hackers@FreeBSD.Org (FreeBSD hackers) In-Reply-To: from "-Vince-" at Jun 4, 95 02:18:18 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 884 Sender: hackers-owner@FreeBSD.Org Precedence: bulk > > On Sun, 4 Jun 1995, John Hay wrote: > > > > I was wondering how does one mount a dos partition under FreeBSD > > > -current since I noticed on wcarchive under > > > /pub/FreeBSD/FreeBSD-current/src/sbin, mount_msdos no longer exists since > > > I need to do a tarball of my setup to my dos partition before I do my > > > full install... Thanks... > > > > > It just moved to src/sbin/i386. > > Thanks, I just recompiled mount_msdos, mountd, and mount but > somehow when I tried: > > mount -t msdos /dev/wd0e /usr/dos1 > msdos: mount: Invalid argument Slicing has changed things, /dev/wd0e can not be outside of your BSD slice any more. You probably just need to do this: mount -t msdos /dev/wd0s1 /usr/dos1 -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD