Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 1997 12:13:06 +1100 (EST)
From:      "Daniel O'Callaghan" <danny@panda.hilink.com.au>
To:        InTeRmELt <mkarne19-2@idt.net>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Win95 Networking
Message-ID:  <Pine.BSF.3.91.970310121133.354G-100000@panda.hilink.com.au>
In-Reply-To: <332344EA.A10@idt.net>

next in thread | previous in thread | raw e-mail | index | archive | help


On Sun, 9 Mar 1997, InTeRmELt wrote:

> I downloaded the file into win 95 copied it to a disk, now how do i read
> the disk on a fBSD system?(first time using unix commands)

You really should read the FreeBSD handbook: http://www.freebsd.org/

# mount -t msdos /dev/fd0 /mnt
# cp /mnt/samba* /tmp
# umount /mnt
# pkg_add /tmp/samba*

You should also get ws_ftp for your win95 box.

Danny



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.970310121133.354G-100000>