Top "Samba" questions

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

Piping password to smbpasswd

How can I pipe the new password to smbpasswd so I can automate my installation process.

automation installation debian samba
Using pysmbc to read files over samba

I am using the python-smbc library on Ubuntu to access a samba share. I can access the directory structure fine, …

python samba
process_usershare_file: stat of failed. Permission denied Samba

I created a shared folder using samba in ubuntu to enable windows machines can access it with the following command: $ …

linux samba permission-denied ubuntu-14.04
Share Folder (SMB) from EC2 Instance on AWS to remote machine

I am trying to migrate an application to Amazon and need client machines to be able to connect in. Realistically …

windows amazon-web-services amazon-ec2 samba fileshare
Write/upload a file using Samba/JCIFS issue (SmbAuthException: Access is denied)

So I'm trying to write a file from android device to windows shared folder. I'm using latest version of JCIFS …

android samba jcifs
how to disable caching in CIFS (samba) on client side in linux

have developed an application to run on a target with 2.6.10 kernel. A shared folder on a windows machine is mounted …

caching embedded-linux samba cifs
KrbException "Message Stream Modified (41)" when connecting to SMB share using Kerberos

I'm having some issues with Kerberos authentication to perform file management with JCifs (Kerberos extension version 1.3.17) This is my current …

java kerberos samba cifs jcifs
How to restore after accidentally apt-get remove python

Yeah. I've done this. It was stupid. I did not know it's going to take its dependencies with itself, only …

python ubuntu ubuntu-16.04 samba apt
smbclient - Send all files in directory

I created a shell script to send files on Linux to Windows via sbmclient. smbclient //HOST_WINDOWS/D$ -U USER …

linux windows samba
preserving file permissions for samba shares when file is edited

The code bases I work with are checked out from Git repositories onto my Linux machine. Since our production code …

linux chmod samba