Top "Cifs" questions

The Common Internet File System (CIFS), also known as Server Message Block (SMB), is a network protocol whose most common use is sharing files on a Local Area Network (LAN).

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
Mount SMB/CIFS share within a Docker container

I have a web application running in a Docker container. This application needs to access some files on our corporate …

linux windows docker mount cifs
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
mount remote windows share from centos

I am trying to setup a script that will: Connect to a windows share Using LOAD DATA LOCAL INFILE, upload …

linux vpn cifs
What does cifs_mount failed w/return code = -111 indicate?

Command: sudo mount -t cifs //<server>/<share> -o username=user@domain,password=**** /mnt/<mountpoint> …

mount cifs
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
Always permission 777 on mount shared cifs

I have a little problem when I mount a SMB shared folder from a Synology NAS. I want to mount …

permissions debian mount smb cifs
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
"mount error(126): Required key not available" with CIFS & Kerberos

My application needs to securely mount an Isilon share using CIFS and Kerberos. My mount attempt returns: Required key not …

linux kerberos mount 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