Questions tagged [cifs]

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).

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).

330 questions
0
votes
1 answer

Mounting CIFS under Docker container does not affect host-mounted volume

I'm trying to make a Docker image that logs onto a Kerio VPN and then mounts a remote samba directory onto /mnt. The mounting is done using mount -t cifs -o username=USER,password=PWD //ABC/randomDirectory /mnt and it succeeds. When I list the…
freemanovec
  • 17
  • 2
  • 8
0
votes
0 answers

Images access in NAS on web application impossible

I can't understand my problem. I want to use images on NAS (+25Go) to get them on two server (web server FreeBSD). My steps: Create et config NAS on OVH (NFS CIFS protocole). I choose this protocole because web user are not same on two server Mount…
Thomas Durand
  • 46
  • 1
  • 10
0
votes
1 answer

Gitlab with repositories on a cifs mount fails to create new project

We have a gitlab server running on our internal network which is configured to store repositories on a cifs mount (project requirement). Moreover this nas drive must be accessible from the outside network and should also allow git operations on…
schwarz
  • 501
  • 7
  • 28
0
votes
2 answers

.Net SMBv2 Client library

I have been looking for ways to read/write to shared folders in a Windows Machine via my Xamarin.Forms App. So far I found two .Net libraries that i thought would solve my problem: SharpCifs and Xamarin.Android.jCIFS nevertheless, they are a…
deczaloth
  • 7,094
  • 4
  • 24
  • 59
0
votes
2 answers

How can I re-use an existing CIFS session or explicitly terminate one programmatically (W2K8 to Netapp)?

I have a program that runs on Windows and scans shares on a Netapp filer over CIFS. When the scanner runs on W2K3 and exits, running "cifs sessions -c " on the Netapp filer shows that the session is gone. When the same scanner runs on W2K8 and…
AAG
  • 1
  • 1
0
votes
1 answer

Is there any method that I can reload new mounts in running docker container?

I have a docker container, which is hosting jupyter notebook server on my PC, that has mounted directory from local host. Let's call this directory /docker-mount. Next, I created new directory under the directory /docker-mount, like…
0
votes
1 answer

Ubuntu 17.10 mounting smb share keeps failing

I have searched the internet for about 2 hours now but all the suggested fixes do not work. Hopefully someone here knows a good way to fix this issue or can point me in the right direction. The SMB server is a Synology NAS. I used this method since…
Chris
  • 3
  • 1
  • 2
0
votes
0 answers

Connecting to CIFS shares from a VPN where the ports 137,138,139 and 445 are closed

I'm trying for a few days to connect to cifs files from an azure (well DXC from episerver) to a some files shared through VPN. The problem is that the ports 137,138,139 and 445 are closed and we have no way of opening them. I can connect to that…
Sergiu
  • 21
  • 3
0
votes
0 answers

Talend Samba components fail when disabling SMBv1

I'm using the following Talend Exchange components in Talend v6.3.1 to interact with a Windows shared directory (from a Linux server): * tSambaPut * tSambaGet * tSambaList * tSambaFileProperties * tSambaDelete * tSambaWaitForFile SMBv2 and v3 are…
0
votes
1 answer

Read ACLs from CIFS mounted file system in Java

On a Linux box I mounted a CIFS file system with mount ... cifs ...,cifsacl and I am able to read out ACLs with /usr/bin/getcifsacl. Further, on a Windows box, reading out ACLs in Java works with: AclFileAttributeView view = …
Harald
  • 4,575
  • 5
  • 33
  • 72
0
votes
1 answer

mount a networkdrive in centos 7 : mount error(13): Permission denie

Struggling from past 2 days to find out how to mount a network drive(a windows share) in centos7. I went through many forums tried different ways but could not. I am using following command following command: sudo mount -v -t cifs /windowsip/Test …
Vinay Verma
  • 533
  • 1
  • 6
  • 28
0
votes
1 answer

CENTOS / RHEL 7 - Setting SMBv2 for CIFS transfer

Hello my company recently switched from SMBv1 to SMBv2 on our Windows Servers as a result our CIFS mounts stopped working. I have searched the internet for a solution but I haven't found one that works.... I have tried adding the following values…
mfritts
  • 9
  • 2
0
votes
0 answers

"git fetch" remote fatal error

In our company we have git repo that was created as local repo on network drive B:\. So all developers workstation have this network drive connected and all works fine. But now I'm trying to run Redmine on VM. This VM has samba mounted path to git…
mamontsu
  • 5
  • 3
0
votes
1 answer

Shell script to mount windows network location in linux machine

I have two questions here. I am able to mount a windows network path in my Ubuntu machine by doing following: sudo mount -t cifs -o username=user \\\\my_windows\\test /net/loc All the files and folders present in Windows machine is now available in…
Raji
  • 857
  • 6
  • 18
  • 37
0
votes
1 answer

pam_mount + sshfs + port != 22

How can i configure my volume in ~/.pam_mount.conf.xml so set a different port for ssh? Currently, default (using port 22) this works:
f b
  • 115
  • 10