Top "Samba" questions

Samba is the standard Windows interoperability suite of programs for Linux and Unix.

How do you force a CIFS connection to unmount

I have a CIFS share mounted on a Linux machine. The CIFS server is down, or the internet connection is …

linux samba smb cifs
Cannot bulk load because the file could not be opened. Operating System Error Code 3

I'm trying to set up a Stored Procedure as a SQL Server Agent Job and it's giving me the following …

sql-server stored-procedures samba sql-server-agent bulk-load
What does cifs_mount failed w/return code = -22 indicate

I am trying sudo mount -t cifs //<server>/<share> -o username=user@domain,password=**** /mnt/<…

mount samba cifs
BASH: Strip new-line character from string (read line)

I bumped into the following problem: I'm writing a Linux bash script which does the following: Read line from file …

windows linux bash samba
Meteor: unexpected mongo exit code 100

I have just installed Meteor version 0.5.9 (45fef52095) to my CentOS release 6.3 (Final) server (Linux version 2.6.32-279.19.1.el6.i686 (mockbuild@c6…

mongodb permissions centos meteor samba
smbclient NT_STATUS_ACCESS_DENIED

About once every 10 years I need to wrestle with SAMBA as I migrate to new hosts, and then I repress …

authentication ubuntu samba
What is the meaning of these Windows Environment variables: HOMEDRIVE, HOMEPATH, HOMESHARE, USERPROFILE

What is the meaning of these Windows Environment variables: HOMEDRIVE, HOMEPATH, HOMESHARE, and USERPROFILE? Who set them? When? Who use …

windows samba
Sharing a Windows mapped drive

I have a software archiving solution which requires a Windows share for the client but I want to actually store …

windows file share samba filemap
SMB/samba support on iOS?

I check iOS document and also google it for a while and get the impression that iOS does not support …

iphone filesystems samba smb cifs
Example of pysmb

Could you give me an example of using pysmb library to connect to some samba server? I've read there's class …

python windows samba