Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jun 1999 13:14:05 +0100
From:      Mark Ovens <markov@globalnet.co.uk>
To:        Sebastian Hartig <Stormtroops@gmx.de>
Cc:        questions@freebsd.org
Subject:   Re: Mounting MsDos Partitions
Message-ID:  <19990623131405.A1544@marder-1>
In-Reply-To: <3770CC60.E05C1601@gmx.de>; from Sebastian Hartig on Wed, Jun 23, 1999 at 02:00:32PM %2B0200
References:  <3770CC60.E05C1601@gmx.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jun 23, 1999 at 02:00:32PM +0200, Sebastian Hartig wrote:
> Hi !
> 
> When I try to mount my MsDos Partition ( Win98 - Fat16 - 400MB )
> I get the funny message:
> Device not configured
> FDISK said, that it is the second partion on the first disk at the first
> controller
> So i said:  mount_msdos /dev/wd1s2 /dos
> Where is my failure ?
> 

Disks are numbered from 0, slices from 1. So if it's the first disk
then it's wd0, not wd1. Try:

 mount -t msdos /dev/wd0s2 /dos

> For the answer, i hope i'll get, a big THX !
> 
> Sebastian
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 

-- 
      FreeBSD - The Power To Serve http://www.freebsd.org
      My Webpage http://www.users.globalnet.co.uk/~markov
_______________________________________________________________
Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK
CAD/CAM solutions for Sheetmetal Working Industry
mailto:markov@globalnet.co.uk              http://www.radan.com



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?19990623131405.A1544>