From owner-freebsd-questions Wed Aug 14 05:37:28 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA26926 for questions-outgoing; Wed, 14 Aug 1996 05:37:28 -0700 (PDT) Received: from tippy2.vnet.net (tippy2.vnet.net [166.82.197.240]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA26921 for ; Wed, 14 Aug 1996 05:37:26 -0700 (PDT) Received: from localhost (cmadison@localhost) by tippy2.vnet.net (8.7.5/8.6.9) with SMTP id IAA11552; Wed, 14 Aug 1996 08:36:12 -0400 (EDT) Date: Wed, 14 Aug 1996 08:36:11 -0400 (EDT) From: Chris Madison To: Juan Savioli cc: FreeBSD questions Subject: Re: mounting the Dos partition In-Reply-To: <96Aug14.120719gmt.39681-1@gateway.dhi.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello Juan! > I would like to know how can I mount my DOS partition. I have > FreeBSD 2.1.0 RELEASE in my PC. The quick way is to do: # mount_msdos /dev/wd0s1 /dos /dev/wd0s1 is where dos lives on my machine:-) If it is a permenant thing you want to do then adding something like: /dev/wd0s1 /dos msdos ro 0 0 to your /etc/fstab on some line at least after / will do it. l8r