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

Windows 10 client cannot connect to macOS X SMB / CIFS Server

I'm having a peculiar issue where I cannot login via SMB only on one particular Windows 10 workstation to my Apple SMB Server. Other Windows 10 clients authenticate just fine. I have attempted to change the Network security: LAN Manager…
ylluminate
  • 1,155
  • 2
  • 17
  • 35
3
votes
2 answers

Scan to folder across subnets/VLAN's no longer works

We have a Sharp copier scanner set up on address 172.20.20.200 and a Windows 2008 file server with network shares IP - 172.20.10.82. Up until a week ago we could scan from the copier directly to a folder on the Windows server, no trouble. It has…
3
votes
1 answer

Cache of share in windows server

I have a folder, which is shared by Windows Server 2012 R2. When I setup this share, I saw in the configure share setting panel, it has a check box for Allow caching of share with the comment Caching makes the contents of the share avaiable to…
Waveter
  • 564
  • 2
  • 6
  • 23
3
votes
3 answers

Can't access Windows share by name, only by IP address

A PC running Windows 7 can't access a file share in Windows Server 2008 by name (\\servername), but can access it by IP address (\\serverip). I get the error (Network path was not found). Also, all other PCs can access that server's shares by name…
Smig
  • 199
  • 1
  • 1
  • 6
3
votes
1 answer

Using same drive for iSCSI and SMB share under FreeNAS

I'm setting up a new FreeNAS server this weekend with pretty good success, but I am stuck on one last issue. Right now I have 2x 1.5 TB drives that I want mirrored (I was planning Software RAID 1) for a total of 1.5 TB usable space. I need to be…
user19588
3
votes
1 answer

How can I probe an SMB share for unencrypted access?

I am enabling SMB encryption with: Set-SmbServerConfiguration -EncryptData $true -Force From a monitoring service, I want to verify that only encrypted connections are accepted. How can I attempt to make a non-encrypted connection (to see it get…
Jay Bazuzi
  • 683
  • 5
  • 14
3
votes
1 answer

Folder sizes at 0 bytes with Samba shares on Windows 7

Background info: Running Samba version 3.6.9 Successfully authenticating shares with Active Directory (user/file permissions) Able to successfully connect to shares - no issues at all. So, basically, Samba is working like a champ. One issue that…
Paul
  • 337
  • 3
  • 11
3
votes
1 answer

Windows 7 extremely slow with samba 4

I'm experiencing extremely slow performance when trying to copy files from and to a samba 4 share. I'm using Debian and the Samba 4 SerNet packages and everything is up to date on the client as well as on the server. The connection is made through…
schneida
  • 339
  • 1
  • 4
  • 16
3
votes
2 answers

Poor SMB Download Speed over VPN

I'm at a bit of a loss for trying to figure out how to improve our file sharing with remote users. The setup is as follows: Cogent Fiber 100 Mb/s Up and Down Sonicwall running SonicOS 5.8.1 Dell PowerEdge R310 Washington, DC Remote User: Is…
Grumps
  • 45
  • 1
  • 4
3
votes
1 answer

veto files on a Windows Share

On Linux you can just edit the smb.conf file and add a veto files setting to ignore and delete certain files, this came in really handy as both OS X and Windows love to create extra files. However, how can I do this on a Windows Server machine? I…
ecnepsnai
  • 234
  • 3
  • 16
3
votes
4 answers

Pros/Cons of filesharing protocols for a Mac environment

In our school division, we have a OS X Server sharing files to up to 120 Mac clients [for things like home folders and group sharepoints]. The AFP protocol is the easiest to set up and use, but that doesn't mean it is the best. What are the pros…
Clinton Blackmore
  • 3,520
  • 6
  • 36
  • 61
3
votes
3 answers

Setting a custom timeout to nmblookup

As part of a batch script, I have the following command: hostname=$(nmblookup -A $ip_address | awk '$2 == "<20>" {print $1}') Which works fine from a functinality perspective, even for unresolved hosts. The problem is that when the IP address is…
C2H5OH
  • 145
  • 6
3
votes
1 answer

Hyper-V and using SMB3 shares to store data

I'm using Hyper-V remote management from a management/file server to control 3 Hyper-V core servers. Now I want to store all the virtual disks and virtual machines on a SMB share on the management server. Currently all the servers are in a…
3
votes
7 answers

Favorite Document Management Systems

We are a small software consulting firm with 10 programmers. We have many corporate contracts and paperwork that we currently organized in a big file share with hierarchical directories. This is causing some headaches (though not a ton) around the…
Jon
3
votes
1 answer

Mac OS X Server (10.8) - SMB sharing permissions don't update (when a user is removed from a group)

We're running a Mac OS 10.8.3 server using the File Sharing feature. We have both AFP and SMB sharing enabled. When we change a user's permissions, their permissions are set properly when accessing the server via AFP, but when using SMB, their…
jstm88
  • 757
  • 2
  • 9
  • 21