From owner-freebsd-questions Mon Oct 12 18:27:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA28004 for freebsd-questions-outgoing; Mon, 12 Oct 1998 18:27:08 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gamma.aei.ca (gamma.aei.ca [206.123.6.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA27994 for ; Mon, 12 Oct 1998 18:27:02 -0700 (PDT) (envelope-from malartre@aei.ca) Received: from aei.ca (pm01-21.aei.ca [206.123.6.121]) by gamma.aei.ca (8.8.5/8.8.5) with ESMTP id VAA10850; Mon, 12 Oct 1998 21:26:43 -0400 (EDT) Message-ID: <3622AC21.4320E4EF@aei.ca> Date: Mon, 12 Oct 1998 21:25:53 -0400 From: Malartre X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 2.2.7-RELEASE i386) MIME-Version: 1.0 To: DayeDreams CC: freebsd-questions@FreeBSD.ORG Subject: Re: Basic Commands References: <000701bdf63b$e6fa2b20$217548a6@ingram> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > DayeDreams wrote: > > Dear FreeBSD and Users, > > I am new to the Unix world and am learning my way around quite quickly > I think. > > I have learned how to move around and get into the default x-windows > system, but I seek to install and set up the KDE enviroment for > x-windows. > > I have been having some trouble setting up my tcp connection so that I > may download the KDE and Netscape packages. > > I do have a win95 Os running on another partition, and could easily > download the distrubutions from the tcp/ip connection I have set up in > Win 95...but...I have no clue about how to access the other partition > while running the FreeBSD Os. This is of course where the downloaded > files would be and I would need to move them from partition 1(Win95) > to partion 2(FreeBSD). Is this possible? I have no clue...but it > would be nice. What's the version of your FAT partition? FAT32 or FAT16? If it's FAT32, you need FreeBSD 2.2.7. The ccmmand would be: "mount -v -t msdos /dev/wd0s1 /dos" to mount it or "mount -rv -t msdos /dev/wd0s1 /dos" to mount it read-only (what I do to protect it from crash) "umount -v /dev/wd0s1" to unmount it. Edit /etc/fstab with something like that: "/dev/wd0s1 /dos msdos ro 0 0" And the permission are setted by the mount point, /dos in this case. Cya -- [Malartre][malartre@aei.ca][http://www.aei.ca/~malartre/] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message