error msg
mount: linuxbox:/shared failed, reason given by server: Permission Denied
/etc/fstab
label=/ / ext3 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda2 /swap swap defaults 0 0
/dev/hdb1 /mnt/shared auto defaults 0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0
/etc/exports
/mnt/shared 192.168.0.8(rw,no_root_squash,insecure) 192.168.0.0/255.255.255.0(rw,no_root_squash,insecure)
Hope this helps cause I cant figure it out

The only thing is that in my fstab the shared folder is auto instead of nfs ???????