From owner-freebsd-questions Fri Jan 10 20: 2:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D196337B401 for ; Fri, 10 Jan 2003 20:02:33 -0800 (PST) Received: from mailout6-0.nyroc.rr.com (mailout6-0.nyroc.rr.com [24.92.226.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2877A43F65 for ; Fri, 10 Jan 2003 20:02:33 -0800 (PST) (envelope-from adstro@stny.rr.com) Received: from osirus.dnsalias.net (bgm-66-24-234-112.stny.rr.com [66.24.234.112]) by mailout6-0.nyroc.rr.com (8.11.6/RoadRunner 1.20) with ESMTP id h0B41rk02333; Fri, 10 Jan 2003 23:01:53 -0500 (EST) Content-Type: text/plain; charset="iso-8859-1" From: Adam Stroud To: Mike Jeays Subject: Re: mounting a dos file system Date: Fri, 10 Jan 2003 23:01:37 -0500 User-Agent: KMail/1.4.3 Cc: Dave McCoy , freebsd-questions@FreeBSD.ORG References: <3E1F47FC.7000308@cet.com> <200301101913.49614.adstro@stny.rr.com> <3E1F7538.6010009@rogers.com> In-Reply-To: <3E1F7538.6010009@rogers.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200301102301.37815.adstro@stny.rr.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I thought that he was talking about mounting drives from distant machines > Adam Stroud wrote: > >Instal Samba. I have a silimar situation, and Samba works great foe m= e. > > > >>I have small network at home, my system running freebsd and two other > >>systems running windoze. I would like to be able to mount one of the > >>logical dos drives on one of the windoze systems so I can transfer fi= les > >>to it. Is it possible and how do I go about doing it? > >> > >>Any help is greatly appreciated. > >> > >> > >>To Unsubscribe: send mail to majordomo@FreeBSD.org > >>with "unsubscribe freebsd-questions" in the body of the message > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > You don't need Samba to mount a DOS partition on your FreeBSD > machine. All it needs is a command such as > "mount -t msdos /dev/ad1s1 /mnt" > where ad1s1 is the name of the partition holding the DOS file > system, and /mnt is a valid, empty directory. > > You need Samba if you want to work the other way around; ie > to read and write a FreeBSD filesystem from a Windows machine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message