Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 95 18:19:36 METDST
From:      marino.ladavac@aut.alcatel.at
To:        marxx@mars.superlink.net (Marxx)
Cc:        questions@freebsd.org
Subject:   Re: Mounting Dos Drv.
Message-ID:  <9508101619.AA04961@atuhc18.aut.alcatel.at>
In-Reply-To: <Pine.SGI.3.91.950810115311.15634A-100000@mars.superlink.net>; from "Marxx" at Aug 10, 95 12:00 (noon)

next in thread | previous in thread | raw e-mail | index | archive | help

> 	Hi,

> 	I use SCSI and have to harddrives...
> The first one has FreeBSD 2.0.5 on it, its a 1GB conner...
> The second drive has dos on it, one 500 meg partition for dos, that's it...
> So, I guess it means, sd0 has FreeBSD and sd1 has dos on it, right?
> 	Here's my problem, to mount dos I type:
> mount -t msdos /dev/sd1 /dosdrv ( that didn't work...)
> so then I tried mount -t msdos /dev/sd1a /dosdrv (that doesn't work 
> either...)
> 	It tells me invalid arguments, can you please help me, if I 
> missed any info tell me!

The device name should be something like /dev/sd1s0 (if your DOS slice
is the first one.  Otherwise /dev/sd1s1, etc.)

/dev/sd1 is the whole disc under the new slice code (AFAIK.)
/dev/sd1a is the compatibility name for /dev/sd1s?p0 where ? is
the first BSD slice. (AFAIK, as well.)

I'm not absolutely certain of this, as my BSD machine is at home.

> Thanx,
> marxx
> :)




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