Networking Forums

Networking Forums > Computer Networking > Linux Networking > Can't NFS mount linux drive on OSX

Reply
Thread Tools Display Modes

Can't NFS mount linux drive on OSX

 
 
rohayre@gmail.com
Guest
Posts: n/a

 
      12-10-2004, 01:11 AM
So, I'm running SuSe 9.0 with a beefy 250G secondary drive. I also have
a iMac running OSX 10.3.6. I use the Mac for it's video editing apps
(not to mention the fact that it is UNIX .... forget this Microsoft
mickey mouse crap).

I'm trying to NFS mount the drive from the linux box to the mac, to be
able to drag and drop files while working. Right now I have to manually
FTP, which isn't the end of the world, but gets to be a pain.

So, I launch YAST->Network Services->NFS Server

- It asks me if I'd like to "Start NFS Server" to which I say yes.
- It then brings up a list of directories to export, to which I add
the correct "/share" directory (which is where I have the massive drive
mounted via /etc/fstab.
- When the "/share/" directory is selected in the top list, the bottom
table has two columns: "Hosts wildcard" and "Options". The data for
this drive is "*" and "ro, root_squash,sync" respectively.

I then go over to the mac and try to mount the drive:
mount <hostname>:/share <local directory>

and I get this error...

mount_nfs: /Users/ryan/linux: Operation not permitted
Any thoughts would be appreciated.

Ryan

 
Reply With Quote
 
 
 
 
Andrei Ivanov
Guest
Posts: n/a

 
      12-10-2004, 02:25 AM
(E-Mail Removed) wrote:
> - When the "/share/" directory is selected in the top list, the bottom
> table has two columns: "Hosts wildcard" and "Options". The data for
> this drive is "*" and "ro, root_squash,sync" respectively.


If you plan to write to this shared disk, you'll need to replace "ro"
(which stands for "read-only") with "rw" ("read-write").

> I then go over to the mac and try to mount the drive:
> mount <hostname>:/share <local directory>
>
> and I get this error...
>
> mount_nfs: /Users/ryan/linux: Operation not permitted


You should be super-user (root) to be able to mount remote file system.
Try to prepend with sudo, or "su - root; mount ...".

--
andrei
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to mount network drive?? Muhammed Linux Networking 2 11-02-2008 09:45 PM
NFS mount Windows Server 2008 drive to Unix client A Guy Called Tyketto Windows Networking 0 10-02-2008 03:59 PM
how to mount NFS drive from Win XP to Solaris 10? Michelle Windows Networking 0 01-08-2008 03:53 AM
mount WebDAV folder as local drive letter George Valkov Windows Networking 0 12-14-2007 09:18 AM
Mount a network drive in W2003 (as nice as Linux can do....) saturnius@gmx.net Windows Networking 0 10-31-2006 04:09 PM



1 2 3 4 5 6 7 8 9 10 11