Date: Thu, 17 Sep 1998 16:28:48 -0700 From: "David Shanes" <dshanes@personalogic.com> To: "Fowles, Ken (Ken)** CTR **" <kfowles@lucent.com>, "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG> Subject: Re: Message-ID: <023f01bde292$ec1ce0a0$1d43a8c0@shanes.personalogic.com>
next in thread | raw e-mail | index | archive | help
Make sure that you have a /Win95 directory (or whatever you want to call it). This will mount your c drive to /Win95 directory on FreeBSD: mount -t msdos /dev/wd0s2 /Win95 To make it mount everytime that you boot FreeBSD do the following: Add the following line to /etc/fstab: /dev/wd0s2 /Win95 msdos rw 0 0 This will work for FAT 16. Depending on your version of FreeBSD FAT32 may or may not be supported. David _____________________________________________________ David Shanes 7535 Metropolitan Drive dshanes@personalogic.com San Diego, CA 92108 Database Developer (619) 220-5800 x228 PersonaLogic, Inc. (619) 220-5899 (fax) http://www.PersonaLogic.com Recent press coverage: http://www.personalogic.com/home/press/prs_release.stm -----Original Message----- From: Fowles, Ken (Ken)** CTR ** <kfowles@lucent.com> To: 'freebsd-questions@freebsd.org' <freebsd-questions@FreeBSD.ORG> Date: Thursday, September 17, 1998 2:52 PM >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? > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message 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?023f01bde292$ec1ce0a0$1d43a8c0>