From owner-freebsd-questions@FreeBSD.ORG Fri Nov 26 07:53:42 2004 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 A6EED16A4CE for ; Fri, 26 Nov 2004 07:53:42 +0000 (GMT) Received: from helium.webpack.hosteurope.de (helium.webpack.hosteurope.de [217.115.142.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0759243D60 for ; Fri, 26 Nov 2004 07:53:42 +0000 (GMT) (envelope-from me@hexren.net) Received: by helium.webpack.hosteurope.de running Exim 4.34 using asmtp helo=hexren.steenbuck.net) id 1CXavD-00011f-Vo; Fri, 26 Nov 2004 08:53:40 +0100 Date: Fri, 26 Nov 2004 08:53:39 +0100 From: Hexren X-Mailer: The Bat! (v1.62i) Business X-Priority: 3 (Normal) Message-ID: <1992824831.20041126085339@hexren.net> To: Vittorio In-Reply-To: <200411260845.35193.v.demartino2@virgilio.it> References: <200411260845.35193.v.demartino2@virgilio.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Problems with samba under FreeBSD, not under Linux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hexren List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Nov 2004 07:53:42 -0000 V> Dear All, V> From the win 2000 box I can see my freebsd box fqdn but can't connect V> any share. Win 2000 keeps connect to the share, ask the Administrator" (sorry, translating from V> Italian) V> PLEASE HELP!!!! V> Ciao V> Vittorio --------------------------------------------- Are all the nessecary user created ? (meaning on the BSD box is a samba user and a system user with the same name as your Windows 2000 login account ?) > >[homes] > comment = Home Directories > browseable = no > writable = yes I miss a path directive in your home dir configuration. Asfar as I understand somethin like: [Kopfkissen] path = /mnt/hdd1 Is the minimum share definition. HExren