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
0 answers

Does moving a CIFS file stop others reading/writing it?

I have a scenario where there is an application pointing to a CIFS (Common Internet File System) and it read the files and then moves each over locally to process it and then deletes it, which all works fine. However now the files needed to be read…
Grofit
  • 17,693
  • 24
  • 96
  • 176
-1
votes
1 answer

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 smb client version smb2. 3.Capture the packet. Screenshot of the packet capture
KT.DR
  • 11
  • 1
-1
votes
1 answer

Android - Access a SMB folder in a app that doesn't support this

I have Retroarch installed on my Android box. I want to access my ROMs from a network folder on my Windows computer. Tried to create an SMB share with cifs but the folder isn't visible inside Retroarch. Maybe if I build a top layer app, and this app…
-1
votes
1 answer

mount cifs share using local credentials

I have an Ubuntu server that is joined to our windows domain. Users login via SSH using AD creds. I have a script that allows me to mount a windows share using cifs. sudo mount.cifs //server/$1 /home/DOMAIN/$1/D -o user=$1,uid=$1,gid=domain\…
TL_Arwen
  • 21
  • 1
  • 6
-1
votes
1 answer

Unmount share on disconnect from SSH

I was able to get a windows share to mount when users ssh into our server in a sub-dir in ~. I now want it so that when they disconnect, the mount unmounts. I added this to /etc/bash.bashrc but it doesn't seem to work. finish() { sudo…
TL_Arwen
  • 21
  • 1
  • 6
-1
votes
1 answer

CIFS mount of volume on synology mounts as 'root'.. and should be 'myaccount'

The set-up: Linux Machine via CIFS -> Synology_Disk_Station @ File_ShareA "myaccount" is set as the admin account on the Synology A Ubuntu 18.04 machine at a remote site I've mounted a file share on a Synology with CIFS using the following (edited)…
-1
votes
1 answer

Unable to mount CIFS on Raspberry Pi, because CIFS is not listed in /proc/filesystem (and its module can't be found)

I'm trying to mount some CIFS shares on my raspberry pi. I've done it before but now I'm stuck at this: pi@raspberrypi-server:~ $ sudo mount -a mount error: cifs filesystem not supported by the system mount error(19): No such device Refer to the…
Tiago Aquino
  • 35
  • 1
  • 10
-1
votes
1 answer

Allowing Windows Server 2012 R2 access to directory on AIX 7.1

we have two AIX servers, Live and Test. On our live server, I am able to add an entry into smb.conf to allow a directory to be shared across a Windows network as shown in the extract below, displaying the ImportExport shared folder in…
TOGEEK
  • 711
  • 4
  • 15
  • 34
-1
votes
1 answer

Workaround or alternative to Samba on a non-Linux machine

This territory Is new to me, I am looking to implement Samba in a non Linux machine. From what I read I can see that Samba is only be applied on Linux machines. Is there any workaround to have Samba/SMB working on another operating system. Perhaps…
-1
votes
1 answer

Strange file permissions for cifs mounted folder

I have a folder on my windows machine which is mounted to my linux machine using cifs. Today when accessing that folder I was denied access. When I checked file permissions I found out that it was showing very strange permissions, username, size and…
sabertooth1990
  • 1,048
  • 1
  • 13
  • 19
-1
votes
3 answers

Samba, CIFS and Deleting Files

So I've got a Samba share located on server A. I have that share mounted to two other servers, B and C. The idea is that B and C need to write temporary files to a single location so that multiple background processing jobs (also running on B and…
Rob Cameron
  • 9,674
  • 7
  • 39
  • 42
-2
votes
0 answers

Trying to mount network drive on boot with fstab

trying to mount network drive with cifs in fstab, dmesg gives me error code -13 here's the fstab entry //192.168.0.10/5tb/Media /mnt/plex cifs rw,relatime,vers=3.1.1,credentials=/root/.cifs_credentials,uid=998,gid=998 0 0 I can successfully mount…
-2
votes
1 answer

mount - samba with CentOS 7

I want to share a Windows directory which is Sys64 in CentOS. I install cifs-utils in CentOS 7 and I run the command: mount.cifs //ip/Sys64 share -o user=hostname,password=hostname_password I get the following message: mount error(112): Host is…
jack
  • 67
  • 9
-2
votes
1 answer

Problems with mount cifs

It is a couple of days I'm struggling in mounting a samba shared directory in Ubuntu 16. I read all the relative posts but still cannot find a solution. Here is the command I use: e sudo mount -vt cifs -o username=sdea,sec=ntlmssp,vers=1.0…
Salvo89
  • 13
  • 6
1 2 3
21
22