Results 1 to 2 of 2
Guys,
I am trying to mount Unix(Solaris) directory(/export/u/archive/local)
folder on my Red Hat Linux Machines, I am trying to setup the NFS server on Unix machines so I could mount ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-01-2005 #1Just Joined!
- Join Date
- Aug 2004
- Posts
- 42
setting up NFS server settup
Guys,
I am trying to mount Unix(Solaris) directory(/export/u/archive/local)
folder on my Red Hat Linux Machines, I am trying to setup the NFS server on Unix machines so I could mount this Remote Folder on my Local Machine. This is what I have setup on Solaris /etc/dfs/dfstab
But when I run this command on local Red Hat Machine I get the following error.Code:# Place share(1M) commands here for automatic execution # on entering init state 3. # # Issue the command '/etc/init.d/nfs.server start' to run the NFS # daemon processes and the share commands, after adding the very # first entry to this file. share -F nfs -o ro=logging01 -d "Logs" /export/u/archive/local
I did check the folder permission and everthing, it looks fine. I changed everthng chmod 777..not helpCode:bash-2.05# mount -t nfs weblogic01:/export/u/archive/local /var/logs mount: weblogic01:/export/u/archive/local failed, reason given by server: Permission denied
Any help would be much appereciated.
Thanks In advance.
Suresh
- 04-02-2005 #2Just Joined!
- Join Date
- Apr 2005
- Location
- fulton, NY
- Posts
- 3
I have not set up nfs in awhile. But there are a couple of files that have to have placed in them who can do what.
man nfs should tell you what they are.


Reply With Quote
