From owner-freebsd-questions Wed Feb 12 21:57:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA20081 for questions-outgoing; Wed, 12 Feb 1997 21:57:36 -0800 (PST) Received: from quackerjack.cc.vt.edu (quackerjack.cc.vt.edu [198.82.160.250]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA20065 for ; Wed, 12 Feb 1997 21:57:32 -0800 (PST) Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by quackerjack.cc.vt.edu (8.8.4/8.8.4) with ESMTP id AAA18224 for ; Thu, 13 Feb 1997 00:57:00 -0500 (EST) Received: from perry3 (vabla-max-76.dynamic.usit.net [206.29.54.76]) by sable.cc.vt.edu (8.8.4/8.8.4) with SMTP id AAA25795 for ; Thu, 13 Feb 1997 00:56:55 -0500 (EST) Message-Id: <3.0.32.19970213005710.010fe7c0@mail.vt.edu> X-Sender: plucas@mail.vt.edu X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Thu, 13 Feb 1997 00:57:13 -0500 To: questions@freebsd.org From: Perry Lucas Subject: Mounting a primary dos drive Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I having a problem trying to mount a primary dos partition. I am typing the following: mount -t dos /dev/wd1 /dos I get something along the lines of: exec mount_msdos /usr/sbin.. for /dos : No such file or directory When I type: mount -t msdos /dev/wd1 /dos I get invalid arguements. The drive is my D: in dos and is one primary parition in size. I really need to be able to mount this so I can copy over the latest XFree8632a. (The fix for the Diamond Stealth 3000 3D Virge/VX is in here.) I can not copy it to disk as some of the files are greater than 1.4 megs compressed as is, and I haven't even attempted to configure a dialout slip/ppp connection to the internet yet so that I can d/l it right to Freebsd. Thanks --Perry