Skip to main content

Questions tagged [cifs]

SMB / CIFS is a network protocol that allows sharing of files across a network of nodes. The protocol is based on a design where the customer requests it sends packets to the server, the server in turn sends response packets to the client.

2 votes
1 answer
63 views

CIFS mount issues

I am trying to mount a network drive to my AlmaLinux box, and are running out of ideas. I want to mount the folder "project" with: sudo mount -t cifs --verbose -o username=$USER,uid=$USER //...
Alex's user avatar
  • 23
0 votes
1 answer
152 views

Windows 11 Enterprise/Pro SAMBA access error

Windows 11 Pro/Enterprise starting with version 24H2 by default cannot access guest Samba shares and gives this dialog which doesn't accept any usernames/passwords: "Enter network credentials&...
Artem S. Tashkinov's user avatar
2 votes
1 answer
224 views

Cannot mount CIFS althought kinit return me a ticket

I'm using Ubuntu 22.04 to mount a remote SMB share : $ kinit [email protected] Password for [email protected]: $ sudo mount.cifs "//x.y.z.t1/Extension_2" /mnt/remoteShare/ --verbose -...
SebMa's user avatar
  • 1,873
0 votes
0 answers
187 views

Cannot mount CIFS with Kerberos from Synology DSM 6 and 7 : mount error(22): Invalid argument

I'm trying to mount a CIFS share from a Synology DSM 7.0 : $ sudo mkdir /mnt/ADN_Archives $ echo $? 0 $ kinit [email protected] $ echo $? 0 $ sudo mount.cifs //myNAS.myDomain.lan/ADN_Archives/ /mnt/...
SebMa's user avatar
  • 1,873
0 votes
0 answers
605 views

How to debug Samba/SMB/CIFS timing error

I'd be grateful for help with the following which seems to be a timing issue: The samba server is an Asustor FlashStor running ADM 4.2.5.RN33 and under the good the smbd 4.12.8. The client is an ...
HPF's user avatar
  • 1
0 votes
1 answer
314 views

symlinks on Samba share created by linux client (mfsymlink) not working on server

On my mounted Samba share I can create a symlink from a linux client by simple ln -s hello.txt hello.sl This works for the client (on linux) when 'mfsymlinks' option is enabled, but the symlink doesn'...
manµ's user avatar
  • 3
0 votes
0 answers
205 views

Debian: mounting cifs shares starts to early or timeouts at boot

I am on debian bookworm and have the following entries in my /etc/fstab; at random, one of these SMB / CIFS shares are not mounted with an error of -112. I think this has to do with the fact that the ...
tkhobbes's user avatar
  • 101
1 vote
0 answers
5k views

mount -t cifs + mount error(13): Permission denied

we have windows server with IP address - 98.12.23.34 and with folder max_stage from windows browser its looks like: This PC > max_stage(K) and we want to mount the WIN folder max_stage to /mnt/...
King David's user avatar
1 vote
0 answers
3k views

Ubuntu 22.04.3 LTS: cifs_mount failed w/return error -5

In my home network, I have a few very old hard drives in a NAS that I mount with the following fstab configuration: //192.168.1.35/Volume_1 /mnt/Disk1 cifs _netdev,rw,guest,uid=128,iocharset=utf8,vers=...
Geert's user avatar
  • 111
0 votes
3 answers
705 views

How do I mount NETGEAR ReadyShare network folder in a Debian 11 LXC hosted within Proxmox VE?

My router has some network attached storage capabilities and it shares the files via a UNC path (I assume this is a SAMBA share). The UNC path defined by the router is //routershare/media/ I'm able to ...
Roachy's user avatar
  • 1
0 votes
0 answers
1k views

In macOS how to use samba from homebrew instead of the system default smb

I got a wifi router connected with ssd drive shared across network. From my Linux machine connected over wifi, to copy a 956MB file to the network share mounted with mount -t cifs -o username=user,...
Gowtham's user avatar
  • 61
1 vote
1 answer
497 views

server share mount error in WSL2 error13

my /etc/fstab is as: //server-ip/path/share/ /mnt/d/wsl2/local/path cifs domain=my.domain.com,username="abc",password="123",rw,uid=1000,gid=1000 1 0 which works fine in a remote ...
furynerd's user avatar
0 votes
1 answer
424 views

How do I interpret the results returned by getcifsacl?

I'm reviewing permissions on a local directory provided by a remote Samba server. The server itself is Linux (Ubuntu 16.04). The local machine is Centos 7. When I run getcifsacl I get the data, for ...
user658182's user avatar
1 vote
1 answer
430 views

Why filename with weird chars can be created but not accessed via CIFS?

I have a filesystem with some old files, which were probably copied there with some windows encoding in filenames (and not UTF8). When I try to backup them to samba share (Hetzner Storage Box) via ...
Marki555's user avatar
  • 1,293
0 votes
0 answers
286 views

How to remove annoying message when mounting cifs vers=1.0

In debian 11, every n seconds I mount a remote folder shared by an old Windows NT server. I mount it with the following command: cmd = "sudo mount -t cifs //%s/%s %s -o user=%s,pass=%s,vers=1.0,...
Atman's user avatar
  • 25

15 30 50 per page
1
2 3 4 5
16