From owner-freebsd-questions@FreeBSD.ORG Thu Mar 10 18:42:05 2005 Return-Path: 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 E982116A4CE for ; Thu, 10 Mar 2005 18:42:05 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61CBF43D55 for ; Thu, 10 Mar 2005 18:42:05 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Thu, 10 Mar 2005 12:38:28 -0600 Message-ID: <423094F3.4000204@daleco.biz> Date: Thu, 10 Mar 2005 12:41:55 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Larkin References: <20050310182852.0a9e0951@sparrow> In-Reply-To: <20050310182852.0a9e0951@sparrow> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Mar 2005 18:38:29.0166 (UTC) FILETIME=[5A6794E0:01C525A0] cc: "questions@freebsd.org" Subject: Re: SAMBA newbie X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2005 18:42:06 -0000 David Larkin wrote: >I have a FreeBSD 5.3 machine and a Windoze XP box. > >I am the only user of both. > >I don't want to share files or act as a full time fileserver. > >I simply wish to exchange files ocassionally, e.g. copy >FreeBSD backup files to the XP box to burn on CD. > >I used to use anon ftp for this type of thing but found the >security a nightmare. I've now installed Samba on the FreeBSD box, >but I'm not sure this is a good idea. > > > Nothing wrong with it that you've described so far. For example, I've not yet read whether you trust the wire or not.... >Can I set up a 'sandbox' directory on my FreeBSD machine where >both machines can read and write ? > >After installing samba and setting the workgroup in smb.conf, >i can now see the FREEBSD box in 'view workgroup computers' but >clicking on that I am asked for a username/password , which i'm reluctant to give. > >Any advice ? > > How about using the "SharedDocs" folder on the XP box? From FBSD, as root: # mount_smbfs -N //XPbox/SharedDocs /mnt I have cron do this at every reboot. If I need to put anything on my XP Box, it's as simple as using tar, cp, whatever. Won't help in the "vice versa" case, of course... HTH, Kevin Kinsey