You are not logged in.
Has anyone successfully shared files to a OS X Yosimite Client?
I've been at it all night with NFSv4, Samba 4, and even Netatalk from the AUR...
Can someone post their /etc/exports, or /etc/samba/smb.conf, or any other config files they modified to get a Mac OS X client to actually mount a share.
Most of my issues seem to be "Permission Denied"
I'm using ACL's with XFS.
Offline
I use Syncthing: it just works™…
Offline
Looks cool, but, I'm trying to use the arch box, for actual extra storage, i.e. Move the ITunes library over there.
So syncthing would be a good backup, just not for what I'm trying to do
Offline
Urg...
I finally got Samba to work.
I had to set the acl's on the parent directory (duh).
setfacl -Rm -g:groupname:rwx /ParentDir
Offline
Cool. Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
Offline
No special acls here and the wife's macbook uses samba just fine:
% sed -e '/^#/d' -e '/^;/d' -e '/^$/d' /etc/samba/smb.conf
[global]
workgroup = thunder
server string = ease
hosts allow = 10.1.2.
max log size = 50
security = user
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
dns proxy = no
[music]
comment = music
path = /mnt/data/music
valid users = mac
public = no
writable = yes
printable = no
[pics]
comment = pics
path = /mnt/data/pics
valid users = mac
public = no
writable = yes
printable = no
Last edited by graysky (2015-05-17 10:50:06)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline