319 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
2
answers
140
views
<img> does not show image from NAS drive [closed]
I have a Raspberry PI with Raspbian OS which is included in my local internal network 192.... and it has complete and unlimited access to my NAS drive using the CIFS protocol.
I am using it as a common ...
1
vote
0
answers
75
views
Is it possible to perform a CIFS mount with user permissions after namespace isolation using clone() or unshare()
I'm working on isolating namespaces using clone() in a Linux environment and I have a question regarding CIFS mounts.
If I use clone() to isolate the network namespace (and potentially other ...
0
votes
0
answers
81
views
Optimal Method for Mounting CIFS NAS in Docker: Bind Mounts vs. Volumes
I'm currently integrating a CIFS-based NAS into my Docker environment and have encountered two primary methods for mounting:
Bind Mounts: Mounting the CIFS share on the host system and then using a ...
0
votes
1
answer
73
views
Problem using cifs-mount in buildroot when application is auto-started from inittab
I'm building a system based on buildroot (2024-02), init (busybox) and Raspberry-pi CM4.
The "home-made" application shall not give any prompt to login, so I auto-start my
application from ...
1
vote
1
answer
66
views
Mercurial push to remote repo blocked by its own locks
My issue is similar to others here, but not exactly. I cannot push from Linux to a remote repo on a Windows network share that is mounted with CIFS. I have had no problem for years, then it recently ...
1
vote
0
answers
96
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/...
1
vote
0
answers
133
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,...
2
votes
0
answers
508
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 ...
0
votes
1
answer
71
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 ...
1
vote
1
answer
2k
views
mount error(126): Required key not available autofs with CIFS & Kerberos using autofs on RedHat based systems [closed]
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....
0
votes
1
answer
317
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 ...
1
vote
1
answer
1k
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 ...
5
votes
1
answer
2k
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 ...
-1
votes
1
answer
876
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 ...
0
votes
0
answers
483
views
macOS: copying a file on a SMB filesystem
I have a RAID disk which makes its files available over CIFS/SMB. If I copy a large file (600MB) from one location on the volume to another location on the same volume using Finder (i.e., option-drag ...