From owner-freebsd-newbies@FreeBSD.ORG Fri Feb 6 12:25:44 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 880F516A4CE for ; Fri, 6 Feb 2004 12:25:44 -0800 (PST) Received: from cwmailmon.caribsurf.com (cwmailmon.caribsurf.com [205.214.192.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id F351C43D66 for ; Fri, 6 Feb 2004 12:25:32 -0800 (PST) (envelope-from ndookeran@cdera.org) Received: from infotech1 [216.110.117.170] by cwmailmon.caribsurf.com with ESMTP (SMTPD32-7.15) id A833389500C4; Fri, 06 Feb 2004 16:25:23 -0400 From: "Nissan Dookeran" To: Date: Fri, 6 Feb 2004 16:23:47 -0400 Organization: CDERA MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcPs7x+rRehOUjB4R+2QdbIRdO7rSw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-Id: <200402061625392.SM01440@infotech1> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: How to make a BSD folder map to a Windows XP shared folder using SAMBA? X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: nissan@cdera.org List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2004 20:25:44 -0000 I set up a SAMBA shared folder called "sandbox" on my FreeBSD test web server to which I want the web developers to be able to upload files for testing with the intranet webserver. The sandbox folder is a subfolder of the apache main folder so it can be accessed via http://machinename/sandbox. Currently, space constraints on the testing box prevent me from copying our entire website's contents to a subfolder within this folder, but one of the web developer's has a copy of the website in a "Website" folder on his Windows XP workstation's shared folders. Is it possible to create a new folder that utilises samba to connect to this Windows user's shared "website" folder so that I can access the folder via something like "sandbox/website"? If so, how do I go about doing this? Is there a better approach to what I'm trying to do? -Nissan