Date: Thu, 17 Sep 1998 15:21:55 -0500 (CDT) From: Nathan Ahlstrom <nrahlstr@winternet.com> To: "Fowles, Ken (Ken)** CTR **" <kfowles@lucent.com> Cc: "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG> Subject: Re: your mail Message-ID: <Pine.GSO.3.96.980917150419.11681C-100000@tundra.winternet.com> In-Reply-To: <E4222C3B82DCD111A3D900A0C9A92F4CEDF05D@cof110exch001u.dr.lucent.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.96.980917150419.11681C-100000>