I have seen a problem like this before (RedHat), don't remember what exactly I did to fix it. If you have the ability, you might try to reboot the NFS server. Mike Steve Jeppesen wrote:
On Sat, 07 Oct 2006 22:11:03 -0700 Mike Noble wrote:
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 On the NFS server: What is shown in the file /etc/exports, it would also be good to see what the following command gives: exportfs , this will show all the FS that are being exported.
/media/disk/public/Multimedia/ 192.168.1.0/255.255.255.0(rw,root_squash,sync)
thor:/home/steve # exportfs /media/disk/private 192.168.1.103 /media/disk/public/Photo-Album 192.168.1.0/255.255.255.0 /media/disk/public/Multimedia 192.168.1.0/255.255.255.0 /media/disk/public/Southpark 192.168.1.0/255.255.255.0 /media/disk/public/Shared 192.168.1.0/255.255.255.0 /media/disk/public/Music 192.168.1.0/255.255.255.0
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 I assume /mnt/multimedia exits on the client.
steve@steve:~> ls /mnt/ multimedia music Photo-Album shared southpark storage third-drive win-c win-d
This could be a problem on the client or the server.
starting to suspect the server somehow lol