Problem Mounting NFS

Chuck Carson (chuck@digmo.org)
Thu, 29 Jan 1998 18:01:19 -0600


I have a redhat 5.0 machine that I am trying to mount an exported AIX 4.2
directory.

The AIX /etc/exports looks like this:

/digmo -root:xxx.xxx.xxx.xxx,access:xxx.xxx.xxx.xxx

Where xxx.xxx.xxx.xxx is the ip address of the Redhat machine.

The RedHat /etc/fstab looks like this:

xxx.xxx.xxx.xxx:/digmo /digmo nfs rw,bg,soft 0 0

where xxx.xxx.xxx.xxx is the ip address of the AIX machine

When my linux system boots, it says it cannot mount the nfs drive,
Permission Denied.

Anys ideas what I am doing wrong?

Thanks,
Chuck