Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Clients running 10.8.5 unable to connect to FileShare

I have 8 clients running OS X 10.8.5 connecting to a server running OS X 10.10.5 which is running Server 4.1.5. They are unable to connect to the server. When they try it shows that they are connected (on the client machine and on the server) but the folder listed is there home folder. The home folder is not setup as a share but appears this way. When logging into the file share with an account other than the user that is currently logged into the client machine it shows the new account's home folder which is not on the machine. See screenshot below.

User uploaded file

I do not have this issue on the 10.9.5 or the 10.10.5 clients. Is this a bug or is Apple not supporting 10.8.5 anymore?

Posted on Sep 1, 2015 1:08 PM

Reply
6 replies

Sep 1, 2015 8:18 PM in response to GraceAdmin15

There are a number of settings not available in the GUI which you should explore.


From Terminal:

sudo serveradmin settings afp

sudo serveradmin settings smb

sudo sharing -l


Unshare all of the personal folders shared.

They were likely created due to this default:

serveradmin settings afp:createHomeDir = yes


to check the setting:

sudo serveradmin settings afp:createHomeDir


to change it

sudo serveradmin settings afp:createHomeDir=no


You need to stop/start AFP for this change to take effect.


------


AFP and SMB connections may behabe different.

its best to be explicitly connect with AFP or SMB so you know can compare.

command-k from finder

afp://10.0.0.2

smb://10.0.0.2

change the IP to match your server LAN IP


-----


hope that helps

Sep 4, 2015 7:23 AM in response to GraceAdmin15

# view all the commands with

sudo serveradmin settings afp


Here's a good guide

http://krypted.com/mac-security/missing-server-app-settings-for-afp


I use this group of settinngs often.

afp:reconnectTTLInMin = 10

afp:clientSleepOnOff = yes

afp:clientSleepTime = 10

afp:idleDisconnectOnOff = "On"

afp:idleDisconnectTime = 24

afp:idleDisconnectMsg = "Idle users are disconnected from the server"

afp:idleDisconnectFlag:adminUsers = yes


afp:idleDisconnectFlag:registeredUsers = yes

afp:idleDisconnectFlag:usersWithOpenFiles = yes

afp:createHomeDir = no

Clients running 10.8.5 unable to connect to FileShare

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.