Re: MAC file sharing

2016-04-08 Thread ToddAndMargo

On 04/03/2016 02:30 PM, Tom H wrote:

On Sun, Apr 3, 2016 at 6:32 PM, Nico Kadel-Garcia  wrote:

On Sun, Apr 3, 2016 at 12:02 PM,  wrote:


Back in the day I use to use neatalk the Linux AFP server but i'm not
sure Mac OSX still uses AFP.


Oh, brother. I used to *publish* the hooks to get CAP, the Columbia
Appletalk Protocol server, and later netatalk to work for SunOS sytems
to allow Mac access.

These days, MacOS clients can use NFSv3 to access Linux hosts quite
handily. I'd use that, seriously. The tricky part is unmounting
gracefully: NFS is supposed to be "stateless", but never quite
achieves it.

If you need better authentication, then look into CIFS (which Linux
and various network appliances use Samba to publish), or possibly
NFSv4 (which has much better user authentication than NFSv3, but is
more complex to set up).


OS X 10.1 had nfs and smb as well as Apple's pre-OS X afp.

OS X defaulted to afp until smb replaced it in OS X 10.9.

If you set up samba on an SL box and have avahi installed, the SL
box'll show up in the OS X Finder.



Thank you!

--
~~
Computers are like air conditioners.
They malfunction when you open windows
~~


Re: MAC file sharing

2016-04-03 Thread Tom H
On Sun, Apr 3, 2016 at 6:32 PM, Nico Kadel-Garcia  wrote:
> On Sun, Apr 3, 2016 at 12:02 PM,  wrote:
>>
>> Back in the day I use to use neatalk the Linux AFP server but i'm not
>> sure Mac OSX still uses AFP.
>
> Oh, brother. I used to *publish* the hooks to get CAP, the Columbia
> Appletalk Protocol server, and later netatalk to work for SunOS sytems
> to allow Mac access.
>
> These days, MacOS clients can use NFSv3 to access Linux hosts quite
> handily. I'd use that, seriously. The tricky part is unmounting
> gracefully: NFS is supposed to be "stateless", but never quite
> achieves it.
>
> If you need better authentication, then look into CIFS (which Linux
> and various network appliances use Samba to publish), or possibly
> NFSv4 (which has much better user authentication than NFSv3, but is
> more complex to set up).

OS X 10.1 had nfs and smb as well as Apple's pre-OS X afp.

OS X defaulted to afp until smb replaced it in OS X 10.9.

If you set up samba on an SL box and have avahi installed, the SL
box'll show up in the OS X Finder.


Re: MAC file sharing

2016-04-03 Thread Nico Kadel-Garcia
On Sun, Apr 3, 2016 at 12:02 PM,   wrote:
> Back in the day I use to use neatalk the Linux AFP server but i'm not sure 
> Mac OSX still uses AFP.

Oh, brother. I used to *publish* the hooks to get CAP, the Columbia
Appletalk Protocol server, and later netatalk to work for SunOS sytems
to allow Mac access.

These days, MacOS clients can use  NFSv3 to access Linux hosts quite
handily. I'd use that, seriously. The tricky part is unmounting
gracefully: NFS is supposed to be "stateless", but never quite
achieves it.

If you need better authentication, then look into CIFS (which Linux
and various network appliances use Samba to publish), or possibly
NFSv4 (which has much better user authentication than NFSv3, but is
more complex to set up).

> On 04/02/2016 12:51 PM, ToddAndMargo wrote:
>> On 04/02/2016 09:22 AM, Kevin K wrote:
>>> Are you trying to share FROM Linux to Mac, or from Mac to Linux?
>>>
>>> A few weeks back, I wanted to share from my Mac to Linux, and had all
>>> sorts of difficulty. This is from El Capitan to the latest SL7 version.
>>>
>>> I could browse the Mac from the browser on the desktop, but I could
>>> not mount it from the command line or fstab.
>>>
>>> I ended up figuring out how to share NFS from my Mac, and it was
>>> available on Linux.
>>>
>>> I suspect that, for sharing from Linux, Samba would probably be your
>>> best choice.
>>>
>>>
>>
>> mac would be the server
>>
>
>
> Poop. I said the backwards. Linux would be the server
>
>
> --
> ~~
> Computers are like air conditioners.
> They malfunction when you open windows
> ~~


Re: MAC file sharing

2016-04-03 Thread prmarino1
Back in the day I use to use neatalk the Linux AFP server but i'm not sure Mac 
OSX still uses AFP.

  Original Message  
From: ToddAndMargo
Sent: Saturday, April 2, 2016 15:52
To: scientific-linux-us...@fnal.gov
Subject: Re: MAC file sharing

On 04/02/2016 12:51 PM, ToddAndMargo wrote:
> On 04/02/2016 09:22 AM, Kevin K wrote:
>> Are you trying to share FROM Linux to Mac, or from Mac to Linux?
>>
>> A few weeks back, I wanted to share from my Mac to Linux, and had all
>> sorts of difficulty. This is from El Capitan to the latest SL7 version.
>>
>> I could browse the Mac from the browser on the desktop, but I could
>> not mount it from the command line or fstab.
>>
>> I ended up figuring out how to share NFS from my Mac, and it was
>> available on Linux.
>>
>> I suspect that, for sharing from Linux, Samba would probably be your
>> best choice.
>>
>>
>
> mac would be the server
>


Poop. I said the backwards. Linux would be the server


-- 
~~
Computers are like air conditioners.
They malfunction when you open windows
~~


Re: MAC file sharing

2016-04-02 Thread ToddAndMargo

On 04/02/2016 12:51 PM, ToddAndMargo wrote:

On 04/02/2016 09:22 AM, Kevin K wrote:

Are you trying to share FROM Linux to Mac, or from Mac to Linux?

A few weeks back, I wanted to share from my Mac to Linux, and had all
sorts of difficulty.  This is from El Capitan to the latest SL7 version.

I could browse the Mac from the browser on the desktop, but I could
not mount it from the command line or fstab.

I ended up figuring out how to share NFS from my Mac, and it was
available on Linux.

I suspect that, for sharing from Linux, Samba would probably be your
best choice.




mac would be the server




Poop.  I said the backwards.  Linux would be the server


--
~~
Computers are like air conditioners.
They malfunction when you open windows
~~


Re: MAC file sharing

2016-04-02 Thread ToddAndMargo

On 04/02/2016 09:22 AM, Kevin K wrote:

Are you trying to share FROM Linux to Mac, or from Mac to Linux?

A few weeks back, I wanted to share from my Mac to Linux, and had all sorts of 
difficulty.  This is from El Capitan to the latest SL7 version.

I could browse the Mac from the browser on the desktop, but I could not mount 
it from the command line or fstab.

I ended up figuring out how to share NFS from my Mac, and it was available on 
Linux.

I suspect that, for sharing from Linux, Samba would probably be your best 
choice.




mac would be the server

--
~~
Computers are like air conditioners.
They malfunction when you open windows
~~


Re: MAC file sharing

2016-04-02 Thread Kevin K
Are you trying to share FROM Linux to Mac, or from Mac to Linux?

A few weeks back, I wanted to share from my Mac to Linux, and had all sorts of 
difficulty.  This is from El Capitan to the latest SL7 version.

I could browse the Mac from the browser on the desktop, but I could not mount 
it from the command line or fstab. 

I ended up figuring out how to share NFS from my Mac, and it was available on 
Linux.

I suspect that, for sharing from Linux, Samba would probably be your best 
choice.




On 4/1/16, 6:26 PM, "ToddAndMargo" 
 wrote:

>Hi All,
>
>What is you all's favorite way to share files with a MAC network?
>NFS?  Samba?
>
>Many thanks,
>-T
>
>-- 
>~~
>Computers are like air conditioners.
>They malfunction when you open windows
>~~


Re: MAC file sharing

2016-04-01 Thread Bruce Ferrell

On 4/1/16 4:26 PM, ToddAndMargo wrote:

Hi All,

What is you all's favorite way to share files with a MAC network?
NFS?  Samba?

Many thanks,
-T

OS X (modern versions anyway) has what is technically called CIFS built 
in and is compatible with Windows/Samba