Godfried Duodu wrote:
> I am setting the above server for the office and am using the
> NFS-HOWTO as a guide. I have created the mount point e.g.
>
> mkdir /mnt/cdrom and placed the mount in /etc/fstab. The mount is also
> created in /etc/exports. Then I tried to command mount -a and received
> the error message below:
>
> mount:server:/mnt/cdrom failed, reason given by server: Permission denied.
>
> What am I missing to make this work?
You may need to add entries to /etc/hosts.allow, e.g.
rpc.portmap: 123.123.123.123
rpc.mountd: 123.123.123.123
rpc.nfsd: 123.123.123.123
If these don't work, try without the "rpc." prefix. You may also need
to restart the daemons after making the changes.
--
Glynn Clements <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]