From owner-freebsd-questions@FreeBSD.ORG Fri Mar 24 01:05:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 310E016A420 for ; Fri, 24 Mar 2006 01:05:06 +0000 (UTC) (envelope-from scphantm@yahoo.com) Received: from ms-smtp-03.tampabay.rr.com (ms-smtp-03-smtplb.tampabay.rr.com [65.32.5.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 986BF43D49 for ; Fri, 24 Mar 2006 01:05:05 +0000 (GMT) (envelope-from scphantm@yahoo.com) Received: from [192.168.0.3] (242669hfc134.tampabay.res.rr.com [24.26.69.134]) by ms-smtp-03.tampabay.rr.com (8.13.4/8.13.4) with ESMTP id k2O153bU029820 for ; Thu, 23 Mar 2006 20:05:04 -0500 (EST) Message-ID: <442345C3.6040307@yahoo.com> Date: Thu, 23 Mar 2006 20:05:07 -0500 From: Steel City Phantom User-Agent: Thunderbird 1.5 (X11/20060226) To: freebsd general questions References: <44217701.3040407@yahoo.com> <44d5gd0xha.fsf@be-well.ilk.org> <444q1p0wtc.fsf@be-well.ilk.org> In-Reply-To: <444q1p0wtc.fsf@be-well.ilk.org> Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: smb_maperror unmapped error 1:158 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2006 01:05:06 -0000 im using bsd 6. i write a script that fires on startup and shutdown that mounts the drives. i mount several, but here is one of the mount commands mount_smbfs -f 0777 -d 0777 //administrator@willie-win/MP3 /usr/local/drive_h/MP3 it seems like anything that accesses a file in that share will create the error. Lowell Gilbert wrote: Lowell Gilbert [1] writes: Steel City Phantom [2] writes: Judging from google, this has been asked a few times and never really answered. my bsd box mounts several shares from a win 2000 box. not all of the files that appear in the win 2k box, appear on the bsd box in the mount location. switching over from kde to the console shows a list of errors smb_maperror unmapped error 1:158 any ideas what this could be? No; there is no such function in the samba port or in the base system smbfs. You didn't mention how you were doing the mounting, nor what version of the OS and other software you were using, so there isn't anything else I can think of to check for you. [My system is -STABLE, with the latest ports.] Oops; I found it a few minutes later. The error message means that the error returned by the Windows box was a type that wasn't known to the error handling routine. The Samba port refers to that error as: NT_STATUS_NOT_LOCKED, but I'm not enough of an SMB expert to know exactly what that means. _______________________________________________ [3]freebsd-questions@freebsd.org mailing list [4]http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [5]"freebsd-questions-unsubscribe@freebsd.org" References 1. mailto:freebsd-questions-local@be-well.ilk.org 2. mailto:scphantm@yahoo.com 3. mailto:freebsd-questions@freebsd.org 4. http://lists.freebsd.org/mailman/listinfo/freebsd-questions 5. mailto:freebsd-questions-unsubscribe@freebsd.org