Questions tagged [server-message-block]

Server Message Block is a network file sharing protocol created by Microsoft. This is the protocol used for file and printer sharing on Windows networks.

603 questions
0
votes
0 answers

TCP capture show different user when attempting SMB connection

I'm attempting to map a SMB share on an Isilon server in windows 10. I have Ubuntu and Windows computers on the same network, can mount the SMB fine on the Ubuntu machine. But when trying windows with same credentials I get permission denied. …
0
votes
0 answers

Small read size by Windows SMB client

I am setting up a Linux server for high resolution online video editing. When I access the SMB share from a Windows 11 client, Wireshark analysis shows that the SMB Read requests are always a maximum of 256K in size. For efficiency I would like the…
swami
  • 155
  • 4
0
votes
0 answers

net view (and WNetEnumResource) is not finding anything but the local computer after changing motherboard?

I was going to post in StackOverflow but it's more of a network issue than programming issue as I've used WNetEnumResource() for years with no problem. I upgraded my motherboard of my Windows 10x64 system which is a member of a Windows 2008 Domain…
0
votes
0 answers

Cannot connect to Ubuntu Samba from Windows

I setup Samba on a Ubuntu 22.02 server. I cannot access the shared with Windows but I can with Linux. Ports 139 and 445 are open and listening on loopback and lan interface. I even made the share public to test it without credentials and no…
0
votes
0 answers

specified network name is no longer available - admin shares

I have a win2k12r2 SharePoint server, I cannot access its admin shares c$ admin$. SMB 1.0/CIFS installed, SMB2 enabled Can ping, and resolve hostname UDP ports 137 not open and 138 not, and TCP ports 139 open and 445 open. this is the same result…
0
votes
1 answer

Trouble debugging user access to Windows SMB shares

I am having trouble with 2 PC of my domain, both on Windows 10 1909, which I'll call "01" and "02", using a domain service account (called "s_automate" to connect to a SMB share on the network. The share is working and networking connectivity is OK,…
0
votes
0 answers

Adding IPv6 address to Windows Failover Cluster yields empty SMB share

I have a Windows Failover Cluster set up with a file Server. There are two nodes and two networks. Network 1 used for LAN SMB access and Network 2 used for private SMB storage for a bunch of Hyper-V Server hosts that are otherwise not associated…
0
votes
1 answer

Samba server - single user connection limit

Is there a limitation for samba server to allow multiple connection's from single user? (Multiple PC's connecting to same samba server with same account) User was created through smbpasswd -a [username] Server: AlmaLinux 9 Samba version:…
0
votes
1 answer

NFS re-export between VPN-connected servers

I have two Linux NFS servers on two locations (two different networks), each providing at least one NFS share. Those servers are connected through VPN and each other NFS is mounted to folder on each other (per example below SrvA's /foo folder is…
hemmond
  • 1
  • 1
0
votes
0 answers

Mount smb remote storage on debian with local disk caching using FS-Cache for CIFS

I am trying to connect a smb remote storage to my debian server and use the available space on the local disk as a cache using FS-Cache for CIFS. I have already tried the following code but it doesn't seem to work because the local disk space is not…
dami3n
  • 1
0
votes
0 answers

Cache basic files properties of a disk?

I have a large BTRFS disk on my Linux Samba server. The content of the disk is rarely accessed, so most of the time the disk is sleeping. When I need to check if to see basic properties, not the file content, like file name/date/size using Windows…
Damn Vegetables
  • 221
  • 2
  • 10
0
votes
0 answers

Printer mapping takes 20 minutes

I work for an MSP. One of my customers has a setup that looks vaguely like this: The "source of truth" for their users is an on-premise Active Directory domain They sync their users from the on-prem AD to Azure AD All of their "on-premise" servers…
Norphus
  • 165
  • 1
  • 3
  • 12
0
votes
0 answers

Network drives autoplay

I am having some trouble figuring out what some SMB requests to an AutoRun.inf file are. My situation is this, i have a fileserver Windows Server 2016, and all my workstations mount a shared drive from this server. My IDS system that captures and…
Teo B
  • 33
  • 2
0
votes
0 answers

Windows Credential manager and Samba

I've implemented a domain with one 'install N run' linux distro and have a few linux (debian 11) with all login's (ssh/smb) perfectly running, but sometime i have problems. Windows users from time to time cant access some of the servers, it dont ask…
0
votes
0 answers

Use smb share also as docker volume

I've one Debian 11 Server which has multiple smb-shares under /samba/. Now I'd like to run multiple instances of a file synchronisation software called Syncthing inside docker containers on this machine, thus for every smb-share one Syncthing…