Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 1998 12:46:30 -0700 (PDT)
From:      Doug White <dwhite@resnet.uoregon.edu>
To:        "Fowles, Ken (Ken)** CTR **" <kfowles@lucent.com>
Cc:        "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: your mail
Message-ID:  <Pine.BSF.4.03.9809181245170.11967-100000@resnet.uoregon.edu>
In-Reply-To: <E4222C3B82DCD111A3D900A0C9A92F4CEDF05D@cof110exch001u.dr.lucent.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 17 Sep 1998, Fowles, Ken (Ken)** CTR ** wrote:

> how do i setup freebsd to be able to view my files in windows? in linux i
> used to have a /win95 directory i created that was my windows c: directory
> on the other partition, it did it automatically during setup, how do i do it
> in freebsd?

Run the command:

mkdir /win95 (only once)
mount -t msdos /dev/wd0s1c /win95  

replace /dev/wd0s1c with the location of your Windows disk (I'm assuming
the first slice on the first IDE disk).

You can add the following line to /etc/fstab to mount it automatically on
startup:

/dev/wd0s1c		/win95	msdos	rw		0	0

Doug White                               
Internet:  dwhite@resnet.uoregon.edu    | FreeBSD: The Power to Serve
http://gladstone.uoregon.edu/~dwhite    | www.freebsd.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



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