Skip to main content

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

-1 votes
0 answers
14 views

Mount a CIFS share to a docker container running inside WSL2 Ubuntu

I'm trying to run a Docker container called Unmanic. I want it do be able to access a files from a share on my NAS. I got Docker Desktop and WSL2 running on pc and the container is up. I can access ...
grendy's user avatar
  • 11
0 votes
0 answers
48 views

Mount CIFS volume on podman container with molecule/ansible. Error : Operation not permitted

I'm trying to mount a CIFS volume on a podman container with molecule and ansible without success. Content of create.yml: tasks: - name: Create a container containers.podman.podman_container:...
Antoine's user avatar
1 vote
0 answers
27 views

Nas storage temporary file errors

We have a NAS storage used for file sharing linux+windows. This is old server, but it supports Samba dialect of 3.0 and we use it. This is the relevant line in /etc/fstsb: //nas1/Work /nas1/...
Alon Lanyado's user avatar
0 votes
0 answers
62 views

CIFS in docker-compose file

I'm trying to mount my internal samba directory in docker-compose volume, it partially works. For example when i execute docker exec -it <airflow-webserver-1> /bin/bash opt/airflow/sftp ls It ...
Hamza Tayyab's user avatar
1 vote
0 answers
70 views

CIFS/SMB with inconsistent read/write permissions

I have a CIFS/SMB file server which I mount onto my local Linux machine (Ubuntu), with the following command: sudo mount -t cifs //<Server> /mnt/sharedDrive/ -o username=<USERNAME>,rw,...
kEks's user avatar
  • 481
0 votes
0 answers
19 views

Backup network drive W2016 domain account with logon as batch job without password

I have a problem to backup a CIFS resource at W2016 server via UNC path. The CIFS are shared with everyone permissions, I use an external scheduler that runs a batch with a domain user with logon as ...
jose luis sanchez machado's user avatar
1 vote
0 answers
303 views

Docker fails to restart container on boot when using a mounted cifs volume

I have a cifs network share, which I have mounted in a docker container. The docker container has 'restart: always'. Upon reboot, the docker container attempts to start up before the cifs volume ...
Alistair McCutcheon's user avatar
0 votes
1 answer
38 views

Unable to create .bin directory in CIFS

I discovered this issue working with nodejs on a remote FS (cifs). Everything works fine but creating ".bin" directory an error appeared "unable to create directory .bin". All ...
Trics's user avatar
  • 199
0 votes
0 answers
350 views

K8s pod "Output: mount error(107): Transport endpoint is not connected" when mounting SMB share with cifs

I'm trying to mount SMB share inside a k8s pod using the following: A PV that connect to a SMB share using user and password inside a secret: apiVersion: v1 kind: PersistentVolume metadata: name: ...
Roger's user avatar
  • 11
1 vote
0 answers
882 views

mount error(126): Required key not available autofs with CIFS & Kerberos using autofs on RedHat based systems

I have joined my RHEL8 system to Windows 2019 AD using realm. Now I am trying to automount the home directories from a dfs share using autofs, my autofs files looks below: # cat /etc/auto.master +auto....
yogi mummaneni's user avatar
0 votes
0 answers
242 views

Option "seal" in mount.cifs causes Ubuntu 20.04 client to crash

I'm running quite a few Ubuntu 20.04.6 LTS clients here, accessing a CIFS share on an OmniOS version r151046h ZFS server. Authentication is done on a Windows 2019 PDC (which has suspended updates ...
LME's user avatar
  • 33
0 votes
1 answer
202 views

Windows: detect if feature SMB 1.0/CIFS file sharing support is on

Is there a way to detect in Delphi code if the Windows SMB 1.0/CIFS feature is on? I want my application to detect this so that I can warn users of vulnerability issues. I can't find any code examples ...
Frank Spillane's user avatar
1 vote
1 answer
809 views

How to mount a shared windows drive in a docker container

I have been trying for the last few days to mount a shared windows drive, with credentials (username and password) in a docker Linux container. Can’t get it done!! I have tried volumes, but they don’t ...
Etienne's user avatar
  • 31
5 votes
1 answer
944 views

How to secure credentials for CIFS volume in docker stack - secrets?

Can secrets be used to store the username and password for use in a volume definition in a stack yaml file? If so, how? If not, then how best to not have to include credentials in the yaml file? For ...
Mark's user avatar
  • 349
-1 votes
1 answer
555 views

The mapped network drive could not be created because the following error has occurred: The parameter is incorrect

cmd.exe /C "cmdkey /add:"******" /user:"*****" /pass:"**********`"" OS version Share Disk mount Error 1.Checked the network connection no block 2.Checked the ...
KT.DR's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
22