LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Using MacOSX to connect to Linux (https://www.linuxquestions.org/questions/linux-newbie-8/using-macosx-to-connect-to-linux-121259/)

swingkat420 11-30-2003 10:48 AM

Using MacOSX to connect to Linux
 
How can I do that? Using NFS or Samba....and anyone have done this yet?

frieza 11-30-2003 11:33 AM

i think macos has nfs capabilities, but you can also download netatalk:
http://netatalk.sourceforge.net/
and set up the linux box to run appletalk, although you might have to recompile your kernel to support the protocol as well...

artur 01-09-2004 02:27 PM

Re: Using MacOSX to connect to Linux
 
Quote:

Originally posted by swingkat420
How can I do that? Using NFS or Samba....and anyone have done this yet?
Too bad you don't mention the distro you're using in your profile, but like frieza said, use netatalk. Except I'd install RPM your distro's equivalent.

There are problems with using Samba for OS X clients. I'd like to try using nfs myself. Lemme know how it went if you ever try it.

mike3k 08-23-2004 08:58 PM

I just got my Linux server set up a few days ago for a Mac network (all running OSX 1.3.5). I had lots of trouble with netatalk dealing with long file names & case sensitivity. I couldn't get nfs working at all - when I try to mount an NFS share on the Mac, I get an error "incorrect username or password". Finally I tried Samba and everything works perfectly. I have no trouble with long file names & no more case sensitivity headaches.

I'm using Libranet 2.8.1 with a reiserfs file system.

artur 12-16-2004 01:38 PM

to mount linux nfs share on OS X Mac, you need one of two things:
export the share as insecure on the Linux box, e.g.

/home 192.168.1.0/24(rw,insecure)

or use the resvport and possibly nfsvers=2 options on the OS X box, e.g.

mount -t nfs -o nfsvers=2,resvport 192.168.1.1:/home /Volumes/linux_home

The first option is less secure, but allows you to use OS X Finder's Go/Connect to Server menu with address like "nfs://192.168.1.1/home". I haven't figured out yet how to pass options to "Connect to Server".

maelstrom209 02-10-2005 05:18 PM

I'm having a different problem with Netatalk. I'm trying to have the Mac clients connect to the Linux server (Suse 9.2 Pro) and it connects just fine. The problem comes when I try transferring large files. When I transfer a file 90+ MB, the Mac client will get kicked off and freeze up. It has happened to me many times and I don't know what the problem is. The Mac clients are OSX. I'm totally desperate for help here! Please anyone help!


All times are GMT -5. The time now is 12:14 PM.