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
4
votes
2 answers

SMB 3 encrypted over internet

SMB 3 offers an option to enable encryption. Does that mean it would be a possible option to let people use SMB over the internet or are there other not securable aspects about SMB left? What extra security measures should I have to take to make…
user207123
  • 41
  • 1
  • 2
4
votes
1 answer

Mac clients accessing a Windows NTFS share resetting permissions at deeper folder levels. Why?

Here's the setup: Windows 2008 server c:\share folder with the following permissions (read, read/write are not important at this point, I don't think): User1 User2 c:\share\add_user3 folder with the following permissions: User3 (explicitly…
4
votes
2 answers

Samba does not reload user group members

I am running a simple samba server setup where users connect to a share which contains folders for specific user groups. The folders are chmod 2770, so only users which are in the correct group can read/write in them. The problem is that if I…
user114318
4
votes
2 answers

sql server trusted connection with windows 8 microsoft account

We have a few developers that work, connecting in through a VPN for access to the development SQL Server 2012. Historically they've used Win7 machines and develop the website against this database in Visual Studio, using the built-in webserver for…
Kurt Koller
  • 141
  • 4
4
votes
1 answer

Remote filesystem with files caching

Here is my current setup: I connect on a DSL line using SSH to a remote linux box with samba installed. I create a tunnel by forwarding port 139 on my local linux box. I then use smbmount to access files on the remote box. Unfortunately the…
Ponytech
  • 934
  • 1
  • 7
  • 14
4
votes
2 answers

Why are hidden Windows shares not really hidden?

I've been taught that by appending a dollar sign to a share name, Windows would make it invisible to clients. And indeed, on Windows you can't see shares ending in a dollar sign; you have to type the name manually. Browsing a list of shared folders…
Luc
  • 294
  • 3
  • 18
4
votes
1 answer

Mount Mac OS X 10.7 share on CentOS?

I need to create a mount point/share on a Mac OS X 10.7.4 (non-server) machine that a CentOS 5.2 box can mount. I've searched a ton but most instances are for using a linux server and Mac client... I'm going the other way around. I spent a day…
user1337
  • 153
  • 2
  • 6
4
votes
1 answer

Windows 8 and SMB2 Issues

We're playing with the consumer preview of Windows 8 and having issues accessing some network shares in our environment. Basically, when I attempt to access a share directly (\[SERVER].[DOMAIN].[NETWORK]\Share$) I get 'An extended error has…
4
votes
6 answers

File Sharing on Windows Server to Mac OS X clients

http://support.apple.com/kb/HT3229 These permissions allow a drop box to work, however, large files being transferred from a Mac client show up while transferring, then disappear. Copying to other folders is fine. Copying from another folder that is…
4
votes
3 answers

How much network overhead (and file locking issues) can I expect for 25-50 users on a Visual FoxPro 9 ERP DB via SMB/CIFS?

Alternate question title: How can I translate “This software gives me the creeps” to a business case to upper management for not buying it? I am the IT Department for a small company which has experienced several years of sustained growth. We…
atroon
  • 508
  • 3
  • 10
  • 23
4
votes
1 answer

Stale directory contents and "net use"

I have two Windows Server 2008 SP2 machines. Occasionally I see that when I open a file share with net use, the contents are stale. The scenario is: net use Z: \\192.168.0.100\c$ Add a file to a directory on the C: drive on C:'s host machine I…
4
votes
1 answer

Unable to connect to second name of Windows 2008 Server R2 machine from XP

I used the command netdom computername /add:newname.domainname.com to add a second name to a server running Windows 2008 Server R2. After restarting the server, I had DNS "A" entries for both names. In addition, the second name was added to…
4
votes
2 answers

Using DFS roots as shared folders

I am curious if I can use DFS roots as shared folders without using any DFS links. Some background: I like the idea of using DFS for name abstraction. By using domain-based namespaces, I can abstract away server name reference and have the…
4
votes
0 answers

How can I improve performance over SMB/CIFS for an application that has poor write speeds?

I have a third party application that reads several large files and generates a third large file. Its performance is quite good when the generated file is stored on "local storage", i.e. either a direct attached or iSCSI-based disk. The source…
Jeremy
  • 651
  • 3
  • 11
  • 17
4
votes
4 answers

Samba log in Guest always asked

I am trying to set samba up such that: there is one shared user account that can read-only browse one dir. I have: changed security = share to security = user I have commented out guest account = nobody added a samba user & password with…
javamonkey79
  • 139
  • 1
  • 6