Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Mar 2006 11:42:25 +0000
From:      Alex Zbyslaw <xfb52@dial.pipex.com>
To:        Steel City Phantom <scphantm@yahoo.com>
Cc:        freebsd general questions <freebsd-questions@freebsd.org>
Subject:   Re: smb_maperror unmapped error 1:158
Message-ID:  <4423DB21.6010803@dial.pipex.com>
In-Reply-To: <442345C3.6040307@yahoo.com>
References:  <44217701.3040407@yahoo.com> <44d5gd0xha.fsf@be-well.ilk.org>	<444q1p0wtc.fsf@be-well.ilk.org> <442345C3.6040307@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Steel City Phantom wrote:

>   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:
>  
>
FYI, you don't need to write a script.  I would guess that 6.0 is the 
same as 5.4 in this respect.  You can set a variable in rc.conf

extra_netfs_types="smbfs:SAMBA"

and then put any password info in /etc/nsmb.conf (read-only root!).

Then put an entry in /etc/fstab like:

//administrator@willie-win/MP3 /usr/local/drive_h/MP3  smbfs   rw              0       0

If /usr/local/drive_h/MP3 is mode 777 then you don't need -f or -d


Connecting as administrator seems like a bad idea to me.

I have no idea what causes your error.  What does a mount which works look like, and how does anything on Windows differ between a mount that works and one that doesn't?

--Alex






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4423DB21.6010803>