On Sunday 02 Feb 2003 8:52 am, Robert Wideman wrote:
> Ok, I have been fighting NFS for the last hour and it is pissing me off.  I
> basically just reinstalled MDK b/c of my newbie experience with PLF and
> library issues.  I have just installed and updated MDK9 and that is all.  I
> edited /etc/exports and restarted nfs server and this is what i am getting.
> The only items i see on 50 million sites on google are like a few years old
> and noone has an issue posted up.  Any thoughts?
> Rob
>
> # mount -t nfs 192.168.1.101:/home/rwideman /mnt/disk
> mount: 192.168.1.101:/home/rwideman failed, reason given by server:
> Permission denied
> # more /etc/exports
> #/home/rwideman 192.168.1(rw)
> /home/rwideman  192.168.1.*(ro)
> # cat /var/log/messages
> Feb  2 02:45:39 rwideman2 rpc.mountd: refused mount request from rwideman2
> for /home/rwideman (/): no export entry

Here is mine.
[derek@Derek derek]$ more /etc/exports
/home 192.168.1.0/255.255.255.0(rw)

To make it active
exportfs -ra
and I can mount it with
[root@Derek derek]# mount -t nfs 192.168.1.45:/home /mnt/disk

The NFS GUI in Mandrake Control Centre is good for browsing available shares 
and creating NFS mounts.

Also check you have portmap and nfslock services running.

derek


-- 
----------------------------------
www.jennings.homelinux.net

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to