Date: Thu, 23 Mar 2006 20:05:07 -0500 From: Steel City Phantom <scphantm@yahoo.com> To: freebsd general questions <freebsd-questions@freebsd.org> Subject: Re: smb_maperror unmapped error 1:158 Message-ID: <442345C3.6040307@yahoo.com> In-Reply-To: <444q1p0wtc.fsf@be-well.ilk.org> References: <44217701.3040407@yahoo.com> <44d5gd0xha.fsf@be-well.ilk.org> <444q1p0wtc.fsf@be-well.ilk.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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]<freebsd-questions-local@be-well.ilk.org> writes: Steel City Phantom [2]<scphantm@yahoo.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?442345C3.6040307>