From owner-freebsd-net@FreeBSD.ORG Thu Jun 28 18:11:15 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97FB216A46F for ; Thu, 28 Jun 2007 18:11:15 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from a5.virtuaal.com (a5.virtuaal.com [195.222.15.75]) by mx1.freebsd.org (Postfix) with ESMTP id 583E413C4B9 for ; Thu, 28 Jun 2007 18:11:15 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from pc88.host50.starman.ee ([62.65.242.88] helo=[192.168.2.101]) by a5.virtuaal.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1I3xnp-0007Uw-P4 for freebsd-net@freebsd.org; Thu, 28 Jun 2007 20:29:09 +0300 From: Andrei Kolu To: freebsd-net@freebsd.org Date: Thu, 28 Jun 2007 20:29:06 +0300 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200706282029.06957.antik@bsd.ee> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - a5.virtuaal.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - bsd.ee Subject: mounted ntfs partition shared with samba not accessible X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jun 2007 18:11:15 -0000 I can access "test" mount from other FreeBSD without any problem but have no access to "moovid" share. With Konqueror fish://antik@192.168.2.102/usr/home/antik/moovid I can see all files. Is it possible at all share ntfs volumes with samba on FreeBSD box? samba-3.0.25a,1 =46reeBSD 6.2-RELEASE-p5 # mount /dev/ad0s5 on /usr/home/antik/moovid (ntfs, local) /usr/local/etc/smb.conf =2D------------------------------------------------- [moovid] =A0 =A0path =3D /home/antik/moovid =A0 =A0valid users =3D antik =A0 =A0public =3D yes =A0 =A0writable =3D no =A0 =A0printable =3D no =A0 =A0create mask =3D 0765 [test] =A0 =A0path =3D /home/antik/down =A0 =A0valid users =3D antik =A0 =A0public =3D yes =A0 =A0writable =3D yes =A0 =A0printable =3D no =A0 =A0create mask =3D 0765 =2D------------------------------------------------- /var/log/samba/log.machinename =2D------------------------------------------------- [2007/06/28 20:06:38, 0] lib/util.c:smb_panic(1632) =A0 PANIC (pid 14414): internal error [2007/06/28 20:06:38, 0] lib/util.c:log_stack_trace(1786) =A0 unable to produce a stack trace on this platform [2007/06/28 20:06:38, 0] lib/fault.c:dump_core(181) =A0 dumping core in /var/log/samba/cores/smbd =2D------------------------------------------------- No core dumps found in this dicectory. /var/log/messages =2D------------------------------------------------- Jun 28 20:06:38 supermicro kernel: pid 14414 (smbd), uid 0: exited on signa= l 6 =2D-------------------------------------------------