On Sat, 2006-10-07 at 22:01 -0500, Steve Jeppesen wrote:
On Sat, 07 Oct 2006 18:52:12 -0700 Mike Noble wrote:
This is rather basic, but does the NFS server have the mount point exported?
yes, it appears in yast on the client
What does the entry in the clients /etc/fstab look like for the point being mounted?
192.168.1.107:/media/disk/public/Multimedia /mnt/multimedia nfs defaults 0 0
To have a client mount an NFS mount, only requires the the entry in /etc/fstab and then to actually issue the mount command for the FS to be mounted, or issue the command: mount -a which will mount any mount point that is not already mounted.
running mount /mnt/multimedia as root causes it to hang. ctrl c to kill it.
Make sure you have portmapper running, and that port 111 is open in the firewall. This must be true both on the client and on the server