Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 1998 21:25:53 -0400
From:      Malartre <malartre@aei.ca>
To:        DayeDreams <Ingram99@prodigy.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Basic Commands
Message-ID:  <3622AC21.4320E4EF@aei.ca>
References:  <000701bdf63b$e6fa2b20$217548a6@ingram>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3622AC21.4320E4EF>