From owner-freebsd-questions@FreeBSD.ORG Thu Mar 23 19:45:36 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 E682916A423 for ; Thu, 23 Mar 2006 19:45:36 +0000 (UTC) (envelope-from lowell@be-well.ilk.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9619543D70 for ; Thu, 23 Mar 2006 19:45:36 +0000 (GMT) (envelope-from lowell@be-well.ilk.org) Received: (qmail 10783 invoked from network); 23 Mar 2006 19:45:35 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 23 Mar 2006 19:45:35 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 2BFCC28425; Thu, 23 Mar 2006 14:45:35 -0500 (EST) To: freebsd general questions References: <44217701.3040407@yahoo.com> <44d5gd0xha.fsf@be-well.ilk.org> From: Lowell Gilbert Date: 23 Mar 2006 14:45:35 -0500 In-Reply-To: <44d5gd0xha.fsf@be-well.ilk.org> Message-ID: <444q1p0wtc.fsf@be-well.ilk.org> Lines: 25 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Steel City Phantom 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: Thu, 23 Mar 2006 19:45:37 -0000 Lowell Gilbert writes: > Steel City Phantom 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.