From owner-freebsd-questions Thu Sep 17 13:23:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18961 for freebsd-questions-outgoing; Thu, 17 Sep 1998 13:23:29 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from icicle.winternet.com (icicle.winternet.com [198.174.169.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18835 for ; Thu, 17 Sep 1998 13:22:55 -0700 (PDT) (envelope-from nrahlstr@mail.winternet.com) Received: (from adm@localhost) by icicle.winternet.com (8.8.8/8.8.8) id PAA00720; Thu, 17 Sep 1998 15:22:00 -0500 (CDT) Received: from tundra.winternet.com(198.174.169.11) by icicle.winternet.com via smap (V2.0) id xma000675; Thu, 17 Sep 98 15:21:56 -0500 Received: from localhost (nrahlstr@localhost) by tundra.winternet.com (8.8.7/8.8.4) with SMTP id PAA11996; Thu, 17 Sep 1998 15:21:55 -0500 (CDT) X-Authentication-Warning: tundra.winternet.com: nrahlstr owned process doing -bs Date: Thu, 17 Sep 1998 15:21:55 -0500 (CDT) From: Nathan Ahlstrom Reply-To: nrahlstr@FreeBSD.ORG To: "Fowles, Ken (Ken)** CTR **" cc: "'freebsd-questions@freebsd.org'" Subject: Re: your mail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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? # mkdir /win95 # vi /etc/fstab add a line like: /dev/wd0s1a /win95 msdos rw 0 0 (Note: wd0s1a is where my dos parition lives, you will have to figure that out for yourself ;) # reboot (this will make it so that your windows parition is always mounted) -or- you could just run mount -t msdos /dev/wd0s1a /win95 each time you wanted to use it. Good Luck, Nathan Nathan Ahlstrom nrahlstr@winternet.com Run FreeBSD: http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message