Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 1996 08:36:11 -0400 (EDT)
From:      Chris Madison <cmadison@tippy2.vnet.net>
To:        Juan Savioli <jcs@owl.dhi.dk>
Cc:        FreeBSD questions <questions@freebsd.org>
Subject:   Re: mounting the Dos partition
Message-ID:  <Pine.BSI.3.95.960814083135.837A-100000@tippy2.vnet.net>
In-Reply-To: <96Aug14.120719gmt.39681-1@gateway.dhi.dk>

next in thread | previous in thread | raw e-mail | index | archive | help

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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.95.960814083135.837A-100000>