Operating System - HP-UX
1748100 Members
5596 Online
108758 Solutions
New Discussion

Re: NFS Mounting file system from HP-UX onto Linux

 
SOLVED
Go to solution
MikeL_4
Super Advisor

NFS Mounting file system from HP-UX onto Linux

I have an NFS server that is running HP-UX 11.31 that I need to mount some file systems on a Linux Red Hat 5.6 server....

On the HP-UX server I have the /etc/exports file coded with:
/archive -rw,root=server01:server02
/public -rw,root=server01:server02

and I did an exportfs -a

On the Red Hat server I receive the following:
# mount hpuxserver:/public /public
mount: hpuxserver:/public failed, reason given by server: Permission denied
#

Anyone have any ideas as to where the issue might be ?? <script type="text/javascript" src="http://images.experts-exchange.com/00220/scripts/attachments_ed1fe22aa1ae2d7b79cd8aa377709769.js"></script>

1 REPLY 1
MikeL_4
Super Advisor
Solution

Re: NFS Mounting file system from HP-UX onto Linux

I found my own answer.... didn't realize as I'm new to 11.31 that /etc/exports was changed to

/etc/dfs/dfstab now....

 

Changed that file and it works good now....