From owner-freebsd-questions Fri Dec 6 10:38:48 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA04943 for questions-outgoing; Fri, 6 Dec 1996 10:38:48 -0800 (PST) Received: from x3.boston.juno.com (x3.boston.juno.com [205.231.100.22]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id KAA04938 for ; Fri, 6 Dec 1996 10:38:45 -0800 (PST) Received: (from hounddog@juno.com) by x3.boston.juno.com (queuemail) id N`K29892; Fri, 06 Dec 1996 13:37:17 EST To: questions@freebsd.org Date: Fri, 6 Dec 1996 13:36:08 est Subject: mount dos partition Message-ID: <19961206.133209.4671.0.hounddog@juno.com> X-Mailer: Juno 1.15 X-Juno-Line-Breaks: 0-8 From: hounddog@juno.com (Hans N Gruber) Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I tried to mount my dos partition using the following command line: mount -t msdos /dev/wd0 /mnt and got message: mount: invalid argument. It seems to me that mount_dos should be in /usr/sbin,(???) but mine is in /sbin. Copying it to /usr/sbin didn't help matters any. What am I doing wrong? Also, what should be in my /mnt directory? It is empty. TIA, Hans