From owner-freebsd-questions Thu Sep 17 16:35:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03044 for freebsd-questions-outgoing; Thu, 17 Sep 1998 16:35:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from general1.consumersedge.com (mail.personalogic.com [208.213.67.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA02923 for ; Thu, 17 Sep 1998 16:34:30 -0700 (PDT) (envelope-from dshanes@personalogic.com) Received: from SHANES by general1.consumersedge.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1460.8) id SY8KMPM0; Thu, 17 Sep 1998 16:33:35 -0700 Message-ID: <023f01bde292$ec1ce0a0$1d43a8c0@shanes.personalogic.com> From: "David Shanes" To: "Fowles, Ken (Ken)** CTR **" , "'freebsd-questions@freebsd.org'" Subject: Re: Date: Thu, 17 Sep 1998 16:28:48 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 ** To: '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