From owner-freebsd-questions Thu Aug 10 09:13:06 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id JAA09999 for questions-outgoing; Thu, 10 Aug 1995 09:13:06 -0700 Received: from iworks.InterWorks.org (iworks.interworks.org [128.255.18.10]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id JAA09993 for ; Thu, 10 Aug 1995 09:13:04 -0700 Received: by iworks.InterWorks.org (1.37.109.8/16.2) id AA25271; Thu, 10 Aug 1995 11:07:01 -0500 Message-Id: <9508101607.AA25271@iworks.InterWorks.org> Date: Thu, 10 Aug 1995 11:07:01 -0500 From: "Daniel M. Eischen" To: marxx@mars.superlink.net, questions@FreeBSD.org Subject: Re: Mounting Dos Drv. Sender: questions-owner@FreeBSD.org Precedence: bulk > 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