Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 1995 11:07:01 -0500
From:      "Daniel M. Eischen" <deischen@iworks.InterWorks.org>
To:        marxx@mars.superlink.net, questions@FreeBSD.org
Subject:   Re: Mounting Dos Drv.
Message-ID:  <9508101607.AA25271@iworks.InterWorks.org>

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

>        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 file for partition 1 on your second SCSI drive is /dev/sd1s1.
So, mount -t msdos /dev/sd1s1 /dosdrv should do the trick.

Have you tried booting DOS from your second drive?  DOS (as far as I
know) can only boot from your first drive, so unless you've got a small
partition (DOS) on your first drive or you boot DOS from floppy, then
you're not going to be able to boot DOS without changing your configuration.

If anyone else knows how to boot DOS from your second drive, I'd be
interested in knowing too :).

Dan Eischen
deischen@iworks.InterWorks.org



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