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 //[EMAIL PROTECTED]/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]<[EMAIL PROTECTED]> writes:



Steel City Phantom [2]<[EMAIL PROTECTED]> 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.
_______________________________________________
[EMAIL PROTECTED] mailing list
[4]http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [5]"[EMAIL PROTECTED]"

References

   1. mailto:[EMAIL PROTECTED]
   2. mailto:[EMAIL PROTECTED]
   3. mailto:freebsd-questions@freebsd.org
   4. http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   5. mailto:[EMAIL PROTECTED]
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to