(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