You are not logged in.

#1 2015-05-17 03:24:29

jthompson333
Member
Registered: 2013-11-10
Posts: 15

Arch Linux File Server for OS X Yosimitie

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

#2 2015-05-17 03:41:19

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Arch Linux File Server for OS X Yosimitie

I use Syncthing: it just works™…


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2015-05-17 03:45:51

jthompson333
Member
Registered: 2013-11-10
Posts: 15

Re: Arch Linux File Server for OS X Yosimitie

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 sad

Offline

#4 2015-05-17 04:16:59

jthompson333
Member
Registered: 2013-11-10
Posts: 15

Re: Arch Linux File Server for OS X Yosimitie

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

#5 2015-05-17 04:28:01

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Arch Linux File Server for OS X Yosimitie

Cool. Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#6 2015-05-17 10:49:43

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,697
Website

Re: Arch Linux File Server for OS X Yosimitie

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 packagesZsh and other configs

Offline

Board footer

Powered by FluxBB