Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233
Rep:
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...
Distribution: Red Hat, Fedora, Yellow Dog, Debian, FreeBSD, Embedix
Posts: 106
Rep:
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.
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.
Distribution: Red Hat, Fedora, Yellow Dog, Debian, FreeBSD, Embedix
Posts: 106
Rep:
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".
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!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.