From owner-freebsd-questions Wed Feb 28 14:45:20 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22982 for questions-outgoing; Wed, 28 Feb 1996 14:45:20 -0800 (PST) Received: from nervosa.com (root@nervosa.com [192.187.228.86]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA22960 for ; Wed, 28 Feb 1996 14:45:15 -0800 (PST) Received: from nervosa.com (coredump@onyx.nervosa.com [10.0.0.1]) by nervosa.com (8.7.4/nervosa.com.2) with SMTP id OAA21440; Wed, 28 Feb 1996 14:45:05 -0800 (PST) Date: Wed, 28 Feb 1996 14:45:05 -0800 (PST) From: invalid opcode To: Michael Shover cc: questions@FreeBSD.ORG Subject: Re: mount_msdos In-Reply-To: <199602281807.MAA12485@lydia.bradley.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG Precedence: bulk On Wed, 28 Feb 1996, Michael Shover wrote: > i am trying to mount a 40 MB dos partition that is physically on > the same hard drive as my copy of freebsd. i have tried the mount_msdos > command many times, but i can not seem to get it right. for the > device, i am using fd0 and for the mount directory /root/dos. this fd0 is your floppy drive. You need to know which partition your DOS drive is, for instance, if it's on partition 2, mount -t msdos /mnt /dev/wd0s1. == Chris Layne ============================================================== == coredump@nervosa.com ================= http://www.nervosa.com/~coredump ==