solaris 8 NFS mounting problem

While mounting nfs file system I get the following error .

# mount -F nfs jewelex:/back2 /oback2
nfs mount: jewelex:/back2: Permission denied

Following is the permission for oback2
drwxr-xr-x 2 root other 512 Apr 9 18:39 oback2

Directory permission on jewelex server is
drwxrwxrwx 6 root root 512 Apr 10 02:05 back2

Am i doing anything wrong . What can i check .

what options do you use to share the /back2 on jewelex?
you could post the output of the "share" command....

gP

Also what naming service, eg NIS are you using?

Hi,

Thanks for ur responses . Output of share command gave me enough pointer . I shared the filesystem and it could be rightly mounted to other server .

Once again thanks for ur help .

hi im a beginner in unix system
i have some question

how do i mount a NFS file system in a remote workstation command or i used the command in the remote cause there a problem in the workstation an must remount a file system and the file system in the remote is a NFS what command format should i used..

for example this one

Remount the dm1:/dm1/fs1/t5371/fasl/home/summary on /export/home/fasl/fasl/summary

and what does it mean this kind of format
dm1:/dm1/fs1/t5371/fasl/home/summary why there is a : semicolon in it..

i read it in the man pages i dont understand

the nfs is the dir: dm1:/dm1/fs1/t5371/fasl/home/summary
and the remote NFS dir is export/home/fasl/fasl/summary

hope you can help me