|
Search Forums:
|
|||||||
| Forums | Register | Forum Rules | Linux and Unix Links | Man Pages | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Not able to mount NFS share on client side
When i tried to mount the nfs i see this error message Code:
mount -t nfs 192.168.20.194:/remote/proj1 /nfsmount mount: 192.168.20.194:/remote/proj1 failed, reason given by server: Permission denied and the /etc/exports file in the host side looks like this Code:
/remote/proj1 192.168.20.194(rw,no_root_squash,sync) not able to figure out what exactly need to be modified |
| Sponsored Links | |
|
|
|
#2
|
||||
|
||||
|
It's clear from the /etc/exports entry. Is your server's IP 192.168.20.194? Code:
/remote/proj1 192.168.20.194(rw,no_root_squash,sync) With the above entry, you are allowing only the server to mount the nfs share. You have to put IP of the client there instead of the server's.
|
| Sponsored Links | ||
|
|
|
#3
|
|||
|
|||
|
thats not the client's IP it is the IP address of the Host server.
|
|
#4
|
||||
|
||||
|
Yes, I know that. You need to change that to the client's IP and your problem is solved. That field for any host's IP or hostname or a range of IPs of hosts which are allowed to mount the share. So change it to client's IP. for more info about exports file see "man exports".
|
| Sponsored Links | |
|
|
#5
|
||||
|
||||
|
Looks like your host-side (your server) exports a nfs share and allows the host-side (your server) to mount it.
Did you try to mount this share on the server? Probably you just need to run your command with root user or sudo? Also check directory permissions! ---------- Post updated at 01:51 ---------- Previous update was at 01:48 ---------- The one line you posted (/etc/exports) may not be sufficient enough! You may need to adjust the directory access permissions on server (/remote/proj1) as well as on the client side (/nfsmount). |
| Sponsored Links | |
|
|
#6
|
|||
|
|||
|
Clear Understanding...
Server-A : /remote/proj1 Server-B(rw,no_root_squash,sync) Server-B: mount -t nfs Server-A:/remote/proj1 /nfsmount --Shirish |
| Sponsored Links | |
|
|
#7
|
|||
|
|||
|
Hi,
I was trying to connect to a HP server through iLO but for some reason I was unable to connect. When I ping it I do get a reply but the connection is not being established..Please help me understand what the problem is. ---------- Post updated at 02:19 AM ---------- Previous update was at 01:53 AM ---------- HI, Another issue is I was trying to configure NFS on the servers. I'm using 2 HP servers with RHEL. i updated the /etc/exports directory with /sharing ipaddress/netmask(rw,sync,root_squash). mounted it on the client server but I'm getting the following error: mount: mount to NFS server 'ipaddress' failed: System Error: No route to host. Please help me out. Last edited by s.dineshreddy85; 02-09-2012 at 03:36 PM.. |
| Sponsored Links | ||
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sftp : have to specify subsystem from client side | massdesign | AIX | 1 | 01-31-2012 01:39 PM |
| NFS client-side userid mapping | helpmelearn | UNIX for Advanced & Expert Users | 1 | 03-02-2011 05:44 PM |
| SSH using the shell on the client side -- possible? | SilversleevesX | UNIX for Dummies Questions & Answers | 1 | 10-01-2010 03:23 AM |
| Can't see home folder on one NFS mount but can in another mount on another share | Narnie | IP Networking | 2 | 01-09-2010 09:49 PM |
|
|