Re: Setting NFS server on Fedora Core 9

2009-06-25 Thread Ori Idan
It's all working now. The problem was firewall only. -- Ori Idan On Thu, Jun 25, 2009 at 8:55 PM, Oron Peled wrote: > On 25.06.2009 Ori Idan wrote: > > I am trying to set an NFS server (for a local network) on fedora 9 > > I have exported the directory in /etc/exports > > I have started rpcbi

Re: Setting NFS server on Fedora Core 9

2009-06-25 Thread Oron Peled
On 25.06.2009 Ori Idan wrote: > I am trying to set an NFS server (for a local network) on fedora 9 > I have exported the directory in /etc/exports > I have started rpcbind and nfs > From another computer (in this case running Ubuntu) I tried mounting the > directory. After few seconds I got an erro

Re: Setting NFS server on Fedora Core 9

2009-06-25 Thread Valery Reznic
--- On Thu, 6/25/09, Ori Idan wrote: > From: Ori Idan > Subject: Setting NFS server on Fedora Core 9 > To: "IGLU Mailing list" > Date: Thursday, June 25, 2009, 2:27 PM > I am trying to set an > NFS server (for a local network) on fedora 9 > I have exported th

Re: Setting NFS server on Fedora Core 9

2009-06-25 Thread Noam Meltzer
Try to see that RPC is working properly & the shares are really exported: from the server run: rpcinfo -p 0 (shows RPC) -> check for NFS entries showmount -e 0 -> check that you see the shares you expect from the client run the same commands just with the IP address of the server instead of 0 so

Re: Setting NFS server on Fedora Core 9

2009-06-25 Thread Rami Rosen
Ori, 1) can you post here the output of your mounting trial with verbose mode: (mount -v) ? (and the exact mount options you are using) 2) Also : can you post /etc/exports ? Best Regards, Rami Rosen On Thu, Jun 25, 2009 at 2:46 PM, Dotan Shavit wrote: > On Thursday 25 June 2009, Ori Idan wrot

Re: Setting NFS server on Fedora Core 9

2009-06-25 Thread Dotan Shavit
On Thursday 25 June 2009, Ori Idan wrote: > I have checked again and made sure firewall is disabled and still get the > same problem. First try mounting from the same machine. And... check the log files... # ___ Linux-il mailing list Linux-il@cs.huji.ac

Re: Setting NFS server on Fedora Core 9

2009-06-25 Thread shimi
2009/6/25 Ori Idan > I am trying to set an NFS server (for a local network) on fedora 9 > I have exported the directory in /etc/exports > I have started rpcbind and nfs > From another computer (in this case running Ubuntu) I tried mounting the > directory. After few seconds I got an error mount.n

Re: Setting NFS server on Fedora Core 9

2009-06-25 Thread Ori Idan
I have checked again and made sure firewall is disabled and still get the same problem. -- Ori Idan On Thu, Jun 25, 2009 at 2:33 PM, Dotan Shavit wrote: > On Thursday 25 June 2009, Ori Idan wrote: > > I am trying to set an NFS server (for a local network) on fedora 9 > > I have exported the d

Re: Setting NFS server on Fedora Core 9

2009-06-25 Thread Dotan Shavit
On Thursday 25 June 2009, Ori Idan wrote: > I am trying to set an NFS server (for a local network) on fedora 9 > I have exported the directory in /etc/exports > I have started rpcbind and nfs > > >From another computer (in this case running Ubuntu) I tried mounting the > > directory. After few seco

Setting NFS server on Fedora Core 9

2009-06-25 Thread Ori Idan
I am trying to set an NFS server (for a local network) on fedora 9 I have exported the directory in /etc/exports I have started rpcbind and nfs >From another computer (in this case running Ubuntu) I tried mounting the directory. After few seconds I got an error mount.nfs mount system call failed I