I would like to contribute to the forum with this little How To.
When you set up a default samba share, it may not be accessible to other platforms. Type FreeBSD client, Linux or even some older Windows.
Error:
Client FreeBSD:
Code: Select all
mount_smbfs -I <ip-host> -U <user> //<netbios-name>/<share> /mnt/bkp
Password: ********
mount_smbfs: unable to open connection: syserr = Authentication errorCode: Select all
mount -v -t cifs //<ip-host>/<share> /mnt/bkp -o username=<user>, password=<*******>, noperm
mount error 13 = Permission denied
Refer to the mount.cifs (8) manual page (e.g.man mount.cifs)
To remedy this problem add these two parameters to: "Additional Parameters [Global]" (SERVICES>CIFS/SMB) Thankful!

