Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jun 1995 10:57:21 -0700 (PDT)
From:      "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>
To:        vince@penzance.econ.yale.edu (-Vince-)
Cc:        FreeBSD-hackers@FreeBSD.Org (FreeBSD hackers)
Subject:   Re: FreeBSD 2.0.5 install
Message-ID:  <199506041757.KAA19500@gndrsh.aac.dev.com>
In-Reply-To: <Pine.LNX.3.91.950604021556.31379f-100000@penzance.econ.yale.edu> from "-Vince-" at Jun 4, 95 02:18:18 am

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506041757.KAA19500>