Hi. I am trying to mount the whole root partition from my sco openserver 5.0.4 to a RedHat Linux machine. I have editted the /etc/exports file on the sco machine with the following line:
/ 216.181.115.33(rw)
216.181.115.33 is the ip of the Linux machine
I started nfs on the sco machine by typing (nfs start) at the command line.
I then start the nfs service on the Linux machine by typing (service nfs start) at the command line.
Both machines can ping each other
The problem occurs when I try to mount the sco root partition from the Linux machine. The following is the command and error:
mount -t nfs 216.181.115.40:/ /mnt
mount:216.181.115.40:/ failed, reason given by server: Permission denied
Where should I be looking to correct this problem?
/ 216.181.115.33(rw)
216.181.115.33 is the ip of the Linux machine
I started nfs on the sco machine by typing (nfs start) at the command line.
I then start the nfs service on the Linux machine by typing (service nfs start) at the command line.
Both machines can ping each other
The problem occurs when I try to mount the sco root partition from the Linux machine. The following is the command and error:
mount -t nfs 216.181.115.40:/ /mnt
mount:216.181.115.40:/ failed, reason given by server: Permission denied
Where should I be looking to correct this problem?